[Home] [By Thread] [By Date] [Recent Entries]
On Wed, 2018-07-18 at 05:34 +0000, Mukul Gandhi gandhi.mukul@xxxxxxxxx wrote: > [...] > <xsl:analyze-string select="'hello world\nexperimenting > with > XSLT\nhow are you'" regex="\n"> Remember that \ isn't special in XML or XPath strings, so your string contains literal backslashes followed by lower case n. In a regular expression \ is special however, so to match a literal backslash-n you want \\n insteaf of \n. Liam -- Liam Quin, W3C, http://www.fromoldbooks.org/ Available for stuff.
|

Cart



