You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/12/19 22:12:53 UTC

DO NOT REPLY [Bug 3969] - misleading error-message when creating an attribute without an element as parent

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3969>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3969

misleading error-message when creating an attribute without an element as parent

joerg.heinicke@gmx.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From joerg.heinicke@gmx.de  2002-12-19 21:12 -------
sorry that it took so long ...

message ok in Xalan 2.4.1

but: line number, what's good in general, is wrong

test xsl:

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:output indent="yes"/>

<xsl:template match="/">
  <xsl:attribute name="test">test</xsl:attribute>
</xsl:template>

</xsl:stylesheet>

Written in error message is line 2, col 80 (the > after XSL namespace
declaration). Shell I enter a new bug or simply reopen this one? At the moment I
do the second one.