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]
Other format: [Raw text]

Getting Node Name


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


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