[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Detect in the input file
Hi,
technically you can't distinguish an " " from the character it represents. So assuming you don't search literally for '&'+'n'+'b'+'s'+'p'+';', you could try something like this: <if test="contains (., '   ')"> do something </if>   and both describe the same Unicode codepoint, the 0xA0 non-breaking space. Replacing can be done recursively. See <http://www.dpawson.co.uk/xsl/sect2/replace.html> for examples. Best, Manuel Marroc schrieb: Hi all,
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|