Re: possibility to use xpath searching on xml balanced chunks

Nick Wellnhofer <[email protected]> Wed, 5 Sep 2018 12:53:12 +0200
Newsgroups gmane.comp.gnome.lib.xml.general
Message-ID <[email protected]>
On 05/09/2018 10:53, Pavel Stehule via xml wrote:
> Is any possibility to read balanced chunk in format where XPatch searching is 
> possible?

By design, XPath only works on full documents. All you can do is to insert the 
balanced chunk under a dummy document node.

Nick