
March 11th, 2012, 09:18 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 1
Time spent in forums: 29 m 51 sec
Reputation Power: 0
|
|
|
XSL processing order
Hi,
I am a bit new to this xml transformation. I have source file which is having diferent nodes.I want to write xsl which processes the nodes from source as they come in source.I have a source like
<root>
<node1>
<node2>
<node3>
</root>
The order of nodes(i.e. node1,node2,node3) may vary in input file.
The processing from transform should be in the same order as source nodes
can anybody pls help me out?
|