xsl-list
[Top] [All Lists]

re-sorting an XML tree

2005-09-25 15:49:30
Hi,

i am using the current version of Apache xalan/Xerces and i am facing a problem with re-sorting an XML file.

The file is sorted by 'InternalId' but is has to be sorted by the 'name' attribute. I tried to order all 'category' elements including their child nodes without loosing any attribute or sub elements with different statements like:

<xsl:copy-of select = "category/@name" />

...but i just can't get it to work right.
(he hole file even has a lot more nested nodes)
I do get an XML file as follows out of a system
(i am unable to influence):

<tef>
<taxonomy name="web_taxonomy" className="Generic" internalId="0b0164e08000367e" taxonomyVersion="1.0"> <category name="040 Services" className="Generic" internalId="0b0164e080003694">
            <details title="Service">
                <description/>
            </details>
<category name="020 Products" className="Generic" internalId="0b0164e080003695">
                <details title="Produkte">
                    <description/>
                </details>
            </category>
<category name="010 Library" className="Generic" internalId="0b0164e080003696">
                <details title="Bibliothek">
                    <description/>
                </details>
            </category>
        </category>

<-- snip -->


Thx a lot, i appreciate your help!


Dennis

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • re-sorting an XML tree, Dennis Holdorf <=