xsl-list
[Top] [All Lists]

RE: entity references in xsl:message content

2005-03-03 07:49:24
Why does:

<xsl:message terminate="no">&lt;element 
attribute=&quot;value&quot;&gt;</xsl:message>

output:

&lt;element attribute="value"&gt;

instead of (what I intend):

<element attribute="value">

Because Saxon is outputting exactly what you ask for. If you want 

   <element attribute="value">

then write

   <xsl:message><element attribute="value"></xsl:message>

Michael Kay
http://www.saxonica.com/



--~------------------------------------------------------------------
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>