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=7027>.
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=7027

xsl:element with QName containing variable reference produces error

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |Medium



------- Additional Comments From [EMAIL PROTECTED]  2002-03-13 13:44 -------
Using Mitch's example (thanks Mitch), I verified this problem

Running saxon on bug7027
<?xml version="1.0" encoding="utf-8"?><FooName
BarName="BarValue">FooValue</FooName>

Running xalan on bug7027
<?xml version="1.0" encoding="UTF-8"?>
<FooName BarName="BarValue">FooValue</FooName>


Running XSLTC with Xerces Parser on bug7027
Compiler warning(s): 
  file:/home/tamiro/bugdrop/bug7027.xsl: line 7: Namespace prefix '{$test' is
undeclared.
Compiler error(s): 
  Namespace prefix '{$test' is undeclared.
Translet error(s): Cannot find class 'bug7027'.

Reply via email to