This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: no newlines or carriage returns


> 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?
>
 
The normalize-space() function will probably do what you want.

Mike Kay

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]