Subject: [xsl] xsl2 saxon8B stripping off unwanted separation characters From: jacques FAUQUEX <jacques@xxxxxxxxxxxxxxx> Date: Thu, 6 Jul 2006 10:23:04 -0300 |
I have a problem normalizing strings in xslt2 with saxon 8B. Here is an example
XML <a href="http://www.ac-versailles.fr/etabliss/michelet-vanves" target="_blank"> Lycie Michelet</a> XSL <xsl:element name="lycie"> <xsl:attribute name="nom"> <xsl:value-of separator=" " select="a"/> </xsl:attribute> </xsl:element> <xsl:value-of select="lycie"/>
RESULT <lycie nom=" Lycie
 Michelet">
<xsl:value-of separator=" " select="normalize-space (a)"/>
A sequence of more than one item is not allowed as the first argument of normalize-unicode() URL: http://www.w3.org/TR/xpath20/#ERRXPTY0004
What's happening and how is it posible to normalize strings with saxon 8B ?
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] Re: Theory question: Node, Michael Kay | Thread | Re: [xsl] xsl2 saxon8B stripping of, Florent Georges |
Re: [xsl] Having Trouble With Condi, Duncan Anker | Date | Re: [xsl] xsl2 saxon8B stripping of, Florent Georges |
Month |