xsl get child nodes

Sarkay

New Member
I'm new in xsl and need help :(. I need to get child node as value of parent note. \[code\]<planet> <venus> sometext <mass>123</mass> </venus> <mars>text about mars</mars></planet>\[/code\]So I have to get it in this form: \[code\]<venus>sometext <mass>123</mass></venus><mars> text about mars <mars>\[/code\]Nodes have to be within signs "<" and ">" as compile thinks they are content of parent note. Thanks!!!
 
Back
Top