Project

Profile

Help

AssertionError in Value.getIterator

Added by Anonymous about 19 years ago

Legacy ID: #3237176 Legacy Poster: anusr (anusr)

Hello Michael, Following is the stack trace that I encounter while running the XSLT processor. I am trying to execute the Example2 usecase from http://www.w3.org/TR/2003/WD-xqueryx-20031219/ using the XqueryX.xsl stylesheet. Is there a fix for this? Anu ***************************************************************** D:\Anu>java net.sf.saxon.Transform example.xml XQueryX.xsl Exception in thread "main" java.lang.AssertionError: Unknown value representation at net.sf.saxon.value.Value.getIterator(Value.java:206) at net.sf.saxon.expr.VariableReference.iterate(VariableReference.java:19 5) at net.sf.saxon.instruct.SimpleContentConstructor.evaluateItem(SimpleCon tentConstructor.java:198) at net.sf.saxon.instruct.SimpleNodeConstructor.expandChildren(SimpleNode Constructor.java:100) at net.sf.saxon.instruct.ValueOf.processLeavingTail(ValueOf.java:144) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.CallTemplate$CallTemplatePackage.processLeaving Tail(CallTemplate.java:353) at net.sf.saxon.instruct.CallTemplate.process(CallTemplate.java:193) at net.sf.saxon.instruct.ForEach.processLeavingTail(ForEach.java:220) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.Template.processLeavingTail(Template.java:82) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:298) at net.sf.saxon.instruct.ApplyTemplates.defaultAction(ApplyTemplates.jav a:331) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:289) at net.sf.saxon.instruct.ApplyTemplates.apply(ApplyTemplates.java:175) at net.sf.saxon.instruct.ApplyTemplates.processLeavingTail(ApplyTemplate s.java:139) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.Template.processLeavingTail(Template.java:82) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:298) at net.sf.saxon.instruct.ApplyTemplates.defaultAction(ApplyTemplates.jav a:331) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:289) at net.sf.saxon.instruct.ApplyTemplates$ApplyTemplatesPackage.processLea vingTail(ApplyTemplates.java:431) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:276) at net.sf.saxon.instruct.ApplyTemplates.apply(ApplyTemplates.java:175) at net.sf.saxon.instruct.ApplyTemplates.processLeavingTail(ApplyTemplate s.java:139) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Instruction.process(Instruction.java:87) at net.sf.saxon.instruct.ForEach.processLeavingTail(ForEach.java:220) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.CallTemplate$CallTemplatePackage.processLeaving Tail(CallTemplate.java:353) at net.sf.saxon.instruct.CallTemplate.process(CallTemplate.java:193) at net.sf.saxon.instruct.CallTemplate.processLeavingTail(CallTemplate.ja va:216) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.Template.processLeavingTail(Template.java:82) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:298) at net.sf.saxon.instruct.ApplyTemplates.apply(ApplyTemplates.java:175) at net.sf.saxon.instruct.ApplyTemplates.processLeavingTail(ApplyTemplate s.java:139) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Instruction.process(Instruction.java:87) at net.sf.saxon.instruct.ForEach.processLeavingTail(ForEach.java:220) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.Template.processLeavingTail(Template.java:82) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:298) at net.sf.saxon.instruct.ApplyTemplates.apply(ApplyTemplates.java:175) at net.sf.saxon.instruct.ApplyTemplates.processLeavingTail(ApplyTemplate s.java:139) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.Template.processLeavingTail(Template.java:82) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:298) at net.sf.saxon.instruct.ApplyTemplates.apply(ApplyTemplates.java:175) at net.sf.saxon.instruct.ApplyTemplates.processLeavingTail(ApplyTemplate s.java:139) at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:330) at net.sf.saxon.instruct.Template.expand(Template.java:98) at net.sf.saxon.instruct.Template.processLeavingTail(Template.java:82) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:298) at net.sf.saxon.instruct.ApplyTemplates$ApplyTemplatesPackage.processLea vingTail(ApplyTemplates.java:431) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:276) at net.sf.saxon.instruct.ApplyTemplates$ApplyTemplatesPackage.processLea vingTail(ApplyTemplates.java:431) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:276) at net.sf.saxon.instruct.ApplyTemplates.defaultAction(ApplyTemplates.jav a:331) at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.ja va:289) at net.sf.saxon.Controller.transformDocument(Controller.java:1367) at net.sf.saxon.Controller.transform(Controller.java:1195) at net.sf.saxon.Transform.processFile(Transform.java:801) at net.sf.saxon.Transform.doMain(Transform.java:476) at net.sf.saxon.Transform.main(Transform.java:59)


Replies (3)

Please register to reply

RE: AssertionError in Value.getIterator - Added by Anonymous about 19 years ago

Legacy ID: #3238359 Legacy Poster: Michael Kay (mhkay)

Thanks for reporting it. Could you please confirm which Saxon version you are using? Michael Kay

RE: AssertionError in Value.getIterator - Added by Anonymous about 19 years ago

Legacy ID: #3238368 Legacy Poster: anusr (anusr)

It is Saxon-SA 8.4.

RE: AssertionError in Value.getIterator - Added by Anonymous about 19 years ago

Legacy ID: #3239010 Legacy Poster: Michael Kay (mhkay)

It's most likely this is bug 1180851 Michael Kay

    (1-3/3)

    Please register to reply