Hi folks,

I'm trying use cloneNode from a node retrieved from a extension function parameter, or alternatively creating a node from node.getOwnerDocument on the node that is the extension function parameter. I seem to be getting errors of the form

SystemId Unknown; Line #8; Column #41; org.apache.xml.dtm.DTMDOMException:

Is this something that just can't be done, or am i doing something wrong?

Or instead should I just create my own document in the extension function and add nodes to it, finally returning NodeLists from this document back to the xsl file?


Thanks.

Reply via email to