|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] How to get the name of the first child element?
Given: <DOCUMENT context="783926097"> <TABLE id="R997"/> </DOCUMENT> I want to convert the above into: <DOCUMENT context="783926097" schema="TABLE" name="R997"/> The logic is: Get the first child element's name (TABLE) and store it in the "schema" attribute. Please note that I can't hard code the element name "TABLE" - I need to get the name automatically. This way, I can use the same XSL to convert the following document: <DOCUMENT context="783926097"> <CHAIR id="R998"/> </DOCUMENT> into <DOCUMENT context="783926097" schema="CHAIR" name="R998"/> How can I do this in XSL? Please help.. Ram Anantha Sr. Software Developer Infoglide Software (512) 532-3569 (p) XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|

Cart








