|
Subject: Re: [xsl] Xml to xml conversion of angle backet From: Vetle Roeim <vro@xxxxxxxxxx> Date: Wed, 30 Jul 2003 11:51:39 +0200 |
Hi All,
I am a new user of XSLT. I am trying to convert one XML document to other
XML formats and all is going well except for one required XML format.
The end XML document I am trying to create requires the following element to
be created:
<URL path="XYX">
I want to populate the XYX with some selections from the source document,
so I use :
<URL path="<xsl:value-of select="URL"/>ABC<xsl:value-of select="PARAM"/>">
<URL>
<xsl:attribute name="path">
<xsl:value-of select="URL"/>ABC<xsl:value-of select="PARAM"/>
</xsl:attribute>
</URL>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Xml to xml conversion of angl, Matt Trimmer | Thread | RE: [xsl] Xml to xml conversion of , Matt Trimmer |
| [xsl] [OT] XMLForms and xsl, Simon Kelly | Date | Re: [xsl] Xml to xml conversion of , Swati Attarde |
| Month |