由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - 初级问题 sort XML
相关主题
xslt questionxml链接问题
XML Global 建立了一个开发XSLT网络通信标准的联合论MSN question
what is the difference between XML and XSLWhat is the standard attribute xml:lang for?
how can I get oracles data and change it into xml?Help! About XSL.
Display XML with XSLT in IE 5.x?Help: Several questions on XML
Re: 一看这个版的满地枯枝凋零,就知道互联网的冬天终于来临了。W3C推出XSLT与Xpath建议。
Can you suggest an XML browser, and server?a good link for xml beginner
如何把HTML 转换成XML 文档怎么去掉xml文件中某些element的prefix
相关话题的讨论汇总
话题: attribute话题: value话题: xml话题: sort话题: aa
进入XML版参与讨论
1 (共1页)
h****e
发帖数: 204
1
比如说我的xml tree是这样的
--Root
|
+----NodeA
|
NodeAA --- Attribute a (value Aa)
| +- Attribute b (value Ab)
| +- Attribute c (value Ac)
NodeAB --- Attribute a (value Ba)
| +- Attribute b (value Bb)
| +- Attribute c (value Bc)
........
XML有什么快速sort或者select Attribute b的办法么?
w*****h
发帖数: 139
2
Use XQuery or XSLT to restructure it with sorting.

【在 h****e 的大作中提到】
: 比如说我的xml tree是这样的
: --Root
: |
: +----NodeA
: |
: NodeAA --- Attribute a (value Aa)
: | +- Attribute b (value Ab)
: | +- Attribute c (value Ac)
: NodeAB --- Attribute a (value Ba)
: | +- Attribute b (value Bb)

a**y
发帖数: 335
3
Using XSL or XSLT to do a node transform. very easy.

【在 h****e 的大作中提到】
: 比如说我的xml tree是这样的
: --Root
: |
: +----NodeA
: |
: NodeAA --- Attribute a (value Aa)
: | +- Attribute b (value Ab)
: | +- Attribute c (value Ac)
: NodeAB --- Attribute a (value Ba)
: | +- Attribute b (value Bb)

1 (共1页)
进入XML版参与讨论
相关主题
怎么去掉xml文件中某些element的prefixDisplay XML with XSLT in IE 5.x?
a question about displaying image by using xml and xslRe: 一看这个版的满地枯枝凋零,就知道互联网的冬天终于来临了。
有了stylesheet后怎么转换xml文件?Can you suggest an XML browser, and server?
求教xml网页的问题如何把HTML 转换成XML 文档
xslt questionxml链接问题
XML Global 建立了一个开发XSLT网络通信标准的联合论MSN question
what is the difference between XML and XSLWhat is the standard attribute xml:lang for?
how can I get oracles data and change it into xml?Help! About XSL.
相关话题的讨论汇总
话题: attribute话题: value话题: xml话题: sort话题: aa