Subject: RE: 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 |
|
Andrew Welch - Wed, 30 Jul 2003 06:37:45 -0400 (EDT) <=
cknell - Wed, 30 Jul 2003 21:24:10 -0400 (EDT)
Andrew Welch - Thu, 31 Jul 2003 03:56:40 -0400 (EDT)
|
|