$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] xml?
From: Maarten L. Hekkelman (m.hekkelman_at_[hidden])
Date: 2010-04-08 13:50:41
Op 08-04-10 19:23, Phil Endecott schreef:
> So could your XPath implementation be decoupled? What interface does
> it use to traverse the XML tree? Could it be used on top of a
> different XML tree implementation, such as a lazy one that stores the
> text of the XML document, if it provided a similar interface?
I think most of it should work. However, the entire XPath specification
is build upon the idea that everything is a node and a node does not
have to be an element. That's why I changed my object hierarchy.
-maarten