|
Subject: RE: [xsl] Xml to xml conversion of angle backet From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx> Date: Wed, 30 Jul 2003 11:37:40 +0100 |
> Is this what you want?
>
> <URL>
> <xsl:attribute name="path">
> <xsl:value-of select="URL"/>ABC<xsl:value-of select="PARAM"/>
> </xsl:attribute>
> </URL>
Or to save your fingers, use Attribute Value Templates (avt's) which
basically replace using <xsl:value-of select=".."/> in attributes.
Use:
<URL path="{URL}ABC{PARAM}"/>
cheers
andrew
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Deleting a node depending, J.Pietschmann | Thread | RE: RE: [xsl] Xml to xml conversion, cknell |
| [xsl] Deleting a node depending on , John Reid | Date | [xsl] Re: Another XSL Structure/Tem, Dimitre Novatchev |
| Month |