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/04/05 15:05:50 UTC

DO NOT REPLY [Bug 7446] - XSLTC can't compile simplified docbook (docbook-xsl-1.49)

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

XSLTC can't compile simplified docbook (docbook-xsl-1.49)





------- Additional Comments From tom.amiro@sun.com  2002-04-05 13:05 -------
if you just go to the directory

   .../docbook-xsl-1.49/html

and do 
   
   apxsltc -x docbook.xsl

you'll get

java.lang.NullPointerException
        at
org.apache.xalan.xsltc.compiler.VariableRef.isEscaped(VariableRef.java:90)
        at
org.apache.xalan.xsltc.compiler.VariableRef.typeCheck(VariableRef.java:81)
        at
org.apache.xalan.xsltc.compiler.AttributeValueTemplate.typeCheck(AttributeValueTemplate.java:147)
        at org.apache.xalan.xsltc.compiler.Number.typeCheck(Number.java:168)
        at
org.apache.xalan.xsltc.compiler.SyntaxTreeNode.typeCheckContents(SyntaxTreeNode.java:509)
        at org.apache.xalan.xsltc.compiler.Variable.typeCheck(Variable.java:160)
        at
org.apache.xalan.xsltc.compiler.SyntaxTreeNode.typeCheckContents(SyntaxTreeNode.java:509)
        at org.apache.xalan.xsltc.compiler.Template.typeCheck(Template.java:326)
        at
org.apache.xalan.xsltc.compiler.SyntaxTreeNode.typeCheckContents(SyntaxTreeNode.java:509)
        at
org.apache.xalan.xsltc.compiler.Stylesheet.typeCheck(Stylesheet.java:459)
        at org.apache.xalan.xsltc.compiler.Parser.createAST(Parser.java:393)
        at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:316)
        at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:232)
        at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:355)
        at org.apache.xalan.xsltc.cmdline.Compile.main(Compile.java:170)
Compiler error(s): 
  null