Hi,
I'm using XML::XPath in one of my Perl program. Actually I use in inside of one of the objects used by the program for parsing XML -documents.
The library is doing very well on XML -parsing, but I would need to parse several different documents and I now create and delete XML::XPath -object for being able to use (switch to) new document.
I was wondering if it's possible to load a new XML -document to XML::XPath -object without re-constructing the object?
It's doing well as I have it now, but it could be nicer to do that way.
-comma
I'm using XML::XPath in one of my Perl program. Actually I use in inside of one of the objects used by the program for parsing XML -documents.
The library is doing very well on XML -parsing, but I would need to parse several different documents and I now create and delete XML::XPath -object for being able to use (switch to) new document.
I was wondering if it's possible to load a new XML -document to XML::XPath -object without re-constructing the object?
It's doing well as I have it now, but it could be nicer to do that way.
-comma