|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Problems with a right order display of tags
Hello, I want display the contents of my XML document with an XSL stylesheet in the order of the XML document My Xml here : <A> <B></B> <B></B> <B></B> <C></C> <C></C> <B></B> </A> My XSL here (extract) : <body> <xsl :call-templates match= /A > <xsl :call-templates match= /A/B > <xsl :call-templates match= /A/C > </body> For each template I have some instructions but the problem isn't here.. After the transformation, In output I have : <A> <B></B> <B></B> <B></B> <B></B> <C></C> <C></C> </A> Is it possible to keep the order of the XML document after the transformation. There is no distinction between <B> and <C> Thanks for help
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






