xsl-list
[Top] [All Lists]

Re: Converting Flat XML to Hierarchical structure using xsl.

2005-11-14 03:49:30
Hi again,

I want to get the output in Hierarchical order using
the text().

Here, I suggest you Google "flat to hierarchical" +XSL.
You can also try David Pawson's site:
http://dpawson.co.uk/xsl/sect2/flatfile.html

Your solution works on a hierarchical structure, but alas, not a flat one.
Some following or following-sibling axis to use.

(From looking at your XML, the problem seems to be a little more
complicated - I refer to your "continue-numbering" attribute).

Ragards,
Ragulf Pickaxe :-)

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