H
henribastien
Hi, I'm trying to implement an extension function for Xalan-C that
returns a Nodeset. I've figured out most of the stuff I need to do.
I think I need to use the function createElement from a XalanDocument.
My problem is I don't know how to get hold of a XalanDocument.
I tried using getOwnerDocument but it returns null. I though About
using DOMImplementation::getImplentation()->createDocument() from
xerces and to somehow wrap this in a Xalan class but it does not seems
right.
Someone know how get hold of a XalanDocument in the context of an
Extension function?
returns a Nodeset. I've figured out most of the stuff I need to do.
I think I need to use the function createElement from a XalanDocument.
My problem is I don't know how to get hold of a XalanDocument.
I tried using getOwnerDocument but it returns null. I though About
using DOMImplementation::getImplentation()->createDocument() from
xerces and to somehow wrap this in a Xalan class but it does not seems
right.
Someone know how get hold of a XalanDocument in the context of an
Extension function?