xsl-list
[Top] [All Lists]

Re: [xsl] Sorting a XML file with XSL

2007-10-24 03:25:29
Buddhi Dananjaya wrote:
Finally I got the thing working;
removed 'data/' from sort element.. see Following XSL...


Nice. Looking back to your source, this indeed matches it correctly (the * of the apply-templates introduced a child-level, meaning that the context node already was 'data').

--~------------------------------------------------------------------
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>
--~--