Subject:how to detect first node name? Author:Marek Kucharik Date:30 Jun 2005 10:54 AM
Hello,
I'm new in XSL and I have a little problem how to get name of the first node until root element.
xml's should be like:
<body>
<person>
<name>me</name>
</person>
</body>