Subject: RE: no newlines or carriage returns
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Wed, 19 Sep 2001 21:53:51 +0100
|
Q3
Have a look at normalize-space
Ciao Chris
XML/XSL Portal
http://www.bayes.co.uk/xml
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of
> Matt Alexander
> Sent: 19 September 2001 21:09
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: no newlines or carriage returns
>
>
>
>
> i need to create a string for a parameter to a javasrcipt
> function, but i'm having problems making sure my output has
> no newlines/carriage returns which result in an unterminated string.
>
> i have
> <xsl:output indent="no"/>
> <xsl:strip-space="*"/>
>
> this fixed most of my problems along with initializing a JDOM
> XMLOutputter with newlines="false"
>
> a problem i just encounteres was that when i am passed an
> element that has a newline in its content, ie
>
> <ipAddr>
>
> 1.2.3.4 / 24
> </ipAddr>
>
> is there any way to read this element in as
> <ipAddr>1.2.3.4 / 24</ipAddr>
> perserving the regular space and text while removing newlines
> & carriage returns?
>
> thanks,
> matt alexander
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|