|
Subject: [xsl] Element name Change for a node From: Senthilkumaravelan Krishnanatham <senthil@xxxxxxxxx> Date: Wed, 13 Sep 2006 18:00:01 -0700 |
Input
<address>
<streetAddress>123 First Street</streetAddress>
<city>Sometown</city>
<state>CA</state>
<zip>12345</zip>
<province />
<country>USA</country>
</address>output
<address>
<US_streetAddress>123 First Street</US_streetAddress>
<US_city>Sometown</US_city>
<US_state>CA<US_/state>
<US_zip>12345</US_zip>
<US_province />
<US_country>USA</US_country>
</address>
Regards, Senthil
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] xsl:for-each with atomic , Jay Bryant | Thread | Re: [xsl] Element name Change for a, Mukul Gandhi |
| Re: [xsl] xsl:for-each with atomic , Christian Roth | Date | RE: [xsl] Element name Change for , cknell |
| Month |