We suspect that the following patch fixes this, but don't know enough about
the compiler. Suggestions?

Index: NameBase.java
===================================================================
RCS file:
/home/cvspublic/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/NameBase.
java,v
retrieving revision 1.3
diff -r1.3 NameBase.java
109a110,114
>       if(_type == Type.Reference) {
>             _param = new CastExpr(_param, Type.NodeSet);
>             _type = Type.NodeSet;
>         }
> 
131c136
<       
---
>

Reply via email to