[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Empty spaces turn to %20

Subject: RE: Empty spaces turn to %20
From: "Martinez, Brian" <brian.martinez@xxxxxxxx>
Date: Fri, 28 Mar 2003 09:19:51 -0700
empty spaces in xsl
> From: David Carlisle [mailto:davidc@xxxxxxxxx]
> Sent: Friday, March 28, 2003 8:54 AM
> Subject: Re:  Empty spaces turn to %20
> 
> > Use the translate() function:
> > 
> > <xsl:value-of select="translate(text(),'%20',' ')"/>
> 
> 
> That will translate "%20" to " " which does meet the stated
> specification,
> but it will also translate % to space, and remove every 2 and every 0
> from the input string, which probably isn't wanted.

Eh, my bad--I was trying to use translate() as a string replacement
function.

This will get easier in XSLT 2.0, right?  Something like:

<xsl:analyze-string select="text()" regex="%20">
  <xsl:non-matching-substring>
    <xsl:value-of select="."/>
  </xsl:non-matching-substring>
  <xsl:matching-substring>
    <xsl:text> </xsl:text>
  <xsl:matching-substring>
</xsl:analyze-string>

A bit unwieldy for a string replacement construct (unless I'm missing a
shorthand way of doing this), but I'll take it, particularly when I have no
control over the source XML.

cheers,
b.

| brian martinez                              brian.martinez@xxxxxxxx |
| lead gui programmer                                    303.708.7248 |
| trip network, inc.                                 fax 303.790.9350 |
| 6436 s. racine cir.                             englewood, co 80111 |
| http://www.cheaptickets.com/                   http://www.trip.com/ |

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.