This is the mail archive of the
xsl-list@mulberrytech.com
mailing list .
Getting Node Name
- From: Mukul dot Mudgal at etindia dot com
- To: xsl-list at lists dot mulberrytech dot com
- Date: Fri, 24 May 2002 15:24:00 +0530
- Subject: [xsl] Getting Node Name
- Reply-to: xsl-list at lists dot mulberrytech dot com
Hi all
Can I get the node name like this.
input file
<AccountDetails>
<SortCode>1001</SortCode>
<AccountNumber>1000</AccountNumber>
<Name>Johan</Name>
<Balance>12000</Balance>
<Currency>EUR</Currency>
<PrimaryAccount>Yes</PrimaryAccount>
</AccountDetails>
Output file
<Node>AccountDetails</Node>
<Node>SortCode</Node>
<Node>AccountNumber</Node>
<Node>Name</Node>
<Node>Balance</Node>
<Node>Currency</Node>
<Node>PrimaryAccount</Node>
Thanks
Mukul Mudgal
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list