xsl-list
[Top] [All Lists]

RE: [xsl] Escaping of xsl:text in xsl:message

2006-05-20 16:48:32
Michael Kay wrote:

If in doubt, read the spec:

  Yes, I don't know why I didn't think that myself.  Thanks for the
exerpt.  But with the following script:

    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                   version="2.0">

      <xsl:template match="/">
        <xsl:message>
          <xsl:text disable-output-escaping="yes"> -> </xsl:text>
        </xsl:message>
      </xsl:template>

    </xsl:transform>

the '>' must not be escaped, right?  I wonder if it is the case, 'cause
Saxon 8.7.1j escapes it.

  Regards,

--drkm



























        

        
                
___________________________________________________________________________ 
Faites de Yahoo! votre page d'accueil sur le web pour retrouver directement vos 
services préférés : vérifiez vos nouveaux mails, lancez vos recherches et 
suivez l'actualité en temps réel. 
Rendez-vous sur http://fr.yahoo.com/set

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>