Hi all.
Sorry for the repost - I' havn't seen too many patches submitted, so I'm
kinda lacking a template...
We suspect that the following patch fixes bug 2343, but don't know what else
would be affected. We're testing with this patch on our xsl. Comments?
john
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
<
---
>