xsl-list
[Top] [All Lists]

XalanTransform warning: Invalid argument in nodeset()

2004-03-03 18:42:15
I am unable to get rid of warning "Invalid argument type in the function
'nodeset()'" given by XalanTransform.

The code is as follows:
<xsl:variable name="datatypes" select="/xip/datatypes"/>
...
<xsl:with-param name="filters" select="xalan:nodeset($filters)"/>
...

If I define the variable in the file instead of assigning from input
file, the warning goes off.

<xsl:variable name="datatypes">
<abc>
        <bcd>
        </bcd>
</abc>
...
<xsl:with-param name="filters" select="xalan:nodeset($datatypes)"/>
...

Any clues?
Prashant


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>