Subject: | Can we have a binding for xmlPatternMatch function ? |
Hi all,
It'd be great to have a perl binding to the function :
Function: xmlPatternMatch
int xmlPatternMatch (xmlPatternPtr comp,
xmlNodePtr node)
From pattern.h (in LibXML ).
Used in conjunction with copyCurrentNode (deep), it would unlock the
possibility of implementing a pure streaming parsing of sub nodes of
interest in the document. (For the moment, the solution of having them
all at the end of the parsing doesn't please me that much because my
documents are huge).
I tried XML::Filter::DOMFilter::LibXML which is supposed to do exactly
that, but I was disappointed with the results.
Kind regards,
Jerome.