Yes, that seems to be everyones comment. So far, I have no takers for
helping me improve the docs (nor, in fact, have I had any volunteers
to help me improve the code, which would also be welcome ;-)
<snip/>
Hi, Jason
Harmon and I are slowly emerging from product release hell.
We should be able to resume helping out.
We are getting up to speed with the changes
you have made since 1.3.
One thing I have wanted is an inplementation of XPath.
This would make it possible to do things like...
my $xpath = new XML::XERCES::XPath( 'stuff/junk@foo[bar]' );
my $nodes = $xpath->select( $node );
... giving a node list of those nodes matching the pattern.
Harmon looked at the Xalan sources and concluded that it
makes minimal use of the Xerces API.
So, I have been looking at the XML::XPath package.
Any interest in this?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]