This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How do I reference the name of a tag?



If I have a source like this:

<sometag>blah</sometag>
<someothertag>blah blah</someothertag>

that I want to transform to:

<attribute name="sometag">
	<value>blah</value>
</attribute>
<attribute name="someothertag">
	<value>blah blah</value>
</attribute>

how can I get at the expanded-name of sometag and someothertag?

I don't want to have a template match for sometag, because I don't know in advance what all the possible tags could be, so I want a template to match * and still produce the above.

Any ideas?

thanks,
James Booth


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]