in reply to Re: Idea for XPath implementation
in thread Idea for XPath implementation

I did do some research on other XPath implementations (XML::XPath) but i wanted to keep my post clear & focussed.
XML::Xpath uses XML::Parser to build a nested hash tree of the entire XML document.

Replies are listed 'Best First'.
Re: Re: Re: Idea for XPath implementation
by zby (Vicar) on Apr 01, 2003 at 11:14 UTC
    Ok - so sorry for that question. I hope I did provide the focussed answer in the beginning of my post.