[fpc-devel] XML / SAX - Removing redundancies
Daniel Gaspary
dgaspary at gmail.com
Wed Mar 12 18:28:58 CET 2014
On Wed, Mar 12, 2014 at 2:23 PM, Michael Van Canneyt
<michael at freepascal.org> wrote:
> Curious: How can XPath become dom independent ?
> I thought the result of XPath was a series of DOM nodes ?
Yes, it is. But I'm thinking about using the XPath expressions in other classes.
Maybe a TXmlTextReader descendent with support to some kind of
"realtime XPath Filter"
Like executing an Event Procedure every time a specific XPath
Expression is matched.
More information about the fpc-devel
mailing list