You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Ingo Macherius <ma...@darmstadt.gmd.de> on 2000/02/17 22:46:43 UTC

Should vs. report an error ?

Massimo,

your stylesheet

http://www.w3.org/1999/09/ql/styles/xdmquerywg.xsl (w3c member only area)

contains a small bug which prevents it from working with MSXSL (technology
preview 26/1/2000). In line 27, <xml:text> is used instead of <xsl:text>,
obviously a typo.

...
25: Originally created by
26: <xsl:value-of select="@creator"/>
27: <xml:text> on </xml:text>
28: <xsl:value-of select="@date"/>.<br/>
29: This document has been  ...
...

MSXSL reports:
The namespace prefix is not allowed to start with the reserved string "xml".
Line 27, Position 11

However, latest XT and XALAN versions work without any error message, just
copying through the <xml:text> tags into the result.