|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Returning node-set from javascript-extension
Hi, i've got problems with returning a node-set from a javascript extension to a XSLT-Template. This is done like in the following example: 1) First I call an an js-extension function to store an selected dom-tree. The function addDocument stores the given object in a global variable. <xsl:copy-of select="jsxep:addDocument(.)"/> 2) Later in the Template I want use the information stored in the global js-variable. This is done with another js-extension function. <xsl:variable name="test"> <xsl:value-of select="jsxep:getDocument()"/> </xsl:variable> If I generate some output with <xsl:value-of select="$test"/> everything seems to be fine. The text-contents of the stored variable can be generated. If I try to access a node of $test with following statement: <xsl:value-of select="$test/@id"/> an xalan error message appears, even if the id-Attribute is set. Error-Message: javax.xml.transform.TransformerException: java.lang.ClassCastException: org.apache.xpath.objects.XString...... It seems that the js-variable is converted to another object.... Thanks Christof
|
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








