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 2001/09/07 16:16:55 UTC

[DO NOT REPLY: Bug 3489] New: Could not find variable reference

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/3489	Fri Sep  7 07:16:55 2001
--- shadow/3489.tmp.29075	Fri Sep  7 07:16:55 2001
***************
*** 0 ****
--- 1,251 ----
+ +============================================================================+
+ | Could not find variable reference                                          |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3489                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.2.x                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Major                    OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: org.apache.xpath        |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: sbailliez@apache.org                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ Does not work with either Xalan 2.2D9 and Xalan 2.2D10 (did not try with CVS 
+ version). It works fine with 2.0.0 from JAXP 1.1
+ 
+ java -cp xerces;xalan.jar org.apache.xalan.xslt.Process -in sorted.xm
+ l -xsl antgump-each.xsl -EDUMP
+ 
+ javax.xml.transform.TransformerConfigurationException: Could not find variable 
+ with the name of name
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:943)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)
+ ---------
+ javax.xml.transform.TransformerException: Could not find variable with the name 
+ of name
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:939)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)
+ ---------
+ org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the 
+ name of name
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1094)
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:931)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)
+ ---------
+ org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the 
+ name of name
+         at org.apache.xpath.operations.Variable.fixupVariables
+ (Variable.java:134)
+         at org.apache.xpath.operations.Operation.fixupVariables
+ (Operation.java:93)
+         at org.apache.xpath.axes.PredicatedNodeTest.fixupVariables
+ (PredicatedNodeTest.java:384)
+         at org.apache.xpath.axes.WalkingIterator.fixupVariables
+ (WalkingIterator.java:258)
+         at org.apache.xpath.XPath.fixupVariables(XPath.java:130)
+         at org.apache.xalan.templates.ElemValueOf.compose(ElemValueOf.java:226)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:311)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.recompose
+ (StylesheetRoot.java:294)
+         at org.apache.xalan.processor.StylesheetHandler.endDocument
+ (StylesheetHandler.java:500)
+         at org.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1230)
+         at org.apache.xerces.validators.common.XMLValidator.callEndDocument
+ (XMLValidator.java:1080)
+         at 
+ org.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch
+ (XMLDocumentScanner.java:1499)
+         at org.apache.xerces.framework.XMLDocumentScanner.parseSome
+ (XMLDocumentScanner.java:381)
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:931)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)
+ ---------
+ ; SystemID: file:///O:/desproto/ichannel/build/x/antgump-each.xsl; Line#: 268; 
+ Column#: 97
+ ; SystemID: file:///O:/desproto/ichannel/build/x/antgump-each.xsl; Line#: 268; 
+ Column#: 97
+ javax.xml.transform.TransformerException: Could not find variable with the name 
+ of name
+         at org.apache.xpath.operations.Variable.fixupVariables
+ (Variable.java:132)
+         at org.apache.xpath.operations.Operation.fixupVariables
+ (Operation.java:93)
+         at org.apache.xpath.axes.PredicatedNodeTest.fixupVariables
+ (PredicatedNodeTest.java:384)
+         at org.apache.xpath.axes.WalkingIterator.fixupVariables
+ (WalkingIterator.java:258)
+         at org.apache.xpath.XPath.fixupVariables(XPath.java:130)
+         at org.apache.xalan.templates.ElemValueOf.compose(ElemValueOf.java:226)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:311)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.recompose
+ (StylesheetRoot.java:294)
+         at org.apache.xalan.processor.StylesheetHandler.endDocument
+ (StylesheetHandler.java:500)
+         at org.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1230)
+         at org.apache.xerces.validators.common.XMLValidator.callEndDocument
+ (XMLValidator.java:1080)
+         at 
+ org.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch
+ (XMLDocumentScanner.java:1499)
+         at org.apache.xerces.framework.XMLDocumentScanner.parseSome
+ (XMLDocumentScanner.java:381)
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:931)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)
+ ---------
+ org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the 
+ name of name
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1094)
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:931)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)
+ ---------
+ org.apache.xml.utils.WrappedRuntimeException: Could not find variable with the 
+ name of name
+         at org.apache.xpath.operations.Variable.fixupVariables
+ (Variable.java:134)
+         at org.apache.xpath.operations.Operation.fixupVariables
+ (Operation.java:93)
+         at org.apache.xpath.axes.PredicatedNodeTest.fixupVariables
+ (PredicatedNodeTest.java:384)
+         at org.apache.xpath.axes.WalkingIterator.fixupVariables
+ (WalkingIterator.java:258)
+         at org.apache.xpath.XPath.fixupVariables(XPath.java:130)
+         at org.apache.xalan.templates.ElemValueOf.compose(ElemValueOf.java:226)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:311)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.recompose
+ (StylesheetRoot.java:294)
+         at org.apache.xalan.processor.StylesheetHandler.endDocument
+ (StylesheetHandler.java:500)
+         at org.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1230)
+         at org.apache.xerces.validators.common.XMLValidator.callEndDocument
+ (XMLValidator.java:1080)
+         at 
+ org.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch
+ (XMLDocumentScanner.java:1499)
+         at org.apache.xerces.framework.XMLDocumentScanner.parseSome
+ (XMLDocumentScanner.java:381)
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:931)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)
+ ---------
+ ; SystemID: file:///O:/desproto/ichannel/build/x/antgump-each.xsl; Line#: 268; 
+ Column#: 97
+ ; SystemID: file:///O:/desproto/ichannel/build/x/antgump-each.xsl; Line#: 268; 
+ Column#: 97
+ javax.xml.transform.TransformerException: Could not find variable with the name 
+ of name
+         at org.apache.xpath.operations.Variable.fixupVariables
+ (Variable.java:132)
+         at org.apache.xpath.operations.Operation.fixupVariables
+ (Operation.java:93)
+         at org.apache.xpath.axes.PredicatedNodeTest.fixupVariables
+ (PredicatedNodeTest.java:384)
+         at org.apache.xpath.axes.WalkingIterator.fixupVariables
+ (WalkingIterator.java:258)
+         at org.apache.xpath.XPath.fixupVariables(XPath.java:130)
+         at org.apache.xalan.templates.ElemValueOf.compose(ElemValueOf.java:226)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:311)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.composeTemplates
+ (StylesheetRoot.java:316)
+         at org.apache.xalan.templates.StylesheetRoot.recompose
+ (StylesheetRoot.java:294)
+         at org.apache.xalan.processor.StylesheetHandler.endDocument
+ (StylesheetHandler.java:500)
+         at org.apache.xerces.parsers.SAXParser.endDocument(SAXParser.java:1230)
+         at org.apache.xerces.validators.common.XMLValidator.callEndDocument
+ (XMLValidator.java:1080)
+         at 
+ org.apache.xerces.framework.XMLDocumentScanner$EndOfInputDispatcher.dispatch
+ (XMLDocumentScanner.java:1499)
+         at org.apache.xerces.framework.XMLDocumentScanner.parseSome
+ (XMLDocumentScanner.java:381)
+         at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1081)
+         at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates
+ (TransformerFactoryImpl.java:931)
+         at org.apache.xalan.xslt.Process.main(Process.java:580)