|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XalanTransform warning: Invalid argument in nodeset()
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








