|
Subject: RE: [xsl] replacing spaces in xml From: Robert Seber <robert.seber@xxxxxxxxxxxxxxxxxx> Date: Thu, 26 Apr 2001 10:05:12 +0100 |
You can use the dpawson code, but you can also use '+' to represent spaces
in URLs. Example
XML:
<root>
<sometext>Big fish</sometext>
</root>
XSL:
<xsl:template match="root">
<a href="{translate(sometext,' ','+')}">A link</a>
</xsl:template>
This will work just as well as %20. For other special characters it's
probably better to use dpawson's code.
> -----Original Message-----
> From: Tom Melkonian [mailto:melkonian@xxxxxxxxxxx]
> Sent: Wednesday, April 25, 2001 6:36 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: [xsl] replacing spaces in xml
>
>
> Hello there,
>
> I need to process XML data in an XSL stylesheet so that any
> spaces in the
> XML string are replaced with a specified string. Example:
>
> <name>Tom Melkonian</name>
>
> I would like to process this so it becomes
>
> <name>Tom%20Melkonian</name>
>
> in the output. Whats the best way to do this?
>
> Thanks,
>
> Tom%20Melkonian
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] replacing spaces in xml, Michael Fitzgerald | Thread | [xsl] Create xml from dom tree, Java XML |
| RE: [xsl] Bug or feature, Michael Kay | Date | [xsl] XSLT UK conference report, Jeni Tennison |
| Month |