Re: [libvirt] PATCH: 1/14: Relative XPath expressions

2008-07-09 Thread Daniel P. Berrange
On Tue, Jul 08, 2008 at 12:49:12PM -0400, Daniel Veillard wrote: > On Tue, Jul 08, 2008 at 05:32:45PM +0100, Daniel P. Berrange wrote: > > This change adjusts the XML parsing routines so that they will > > preserve the context node when evaluating XPath expressions. > > This allows us to use relati

Re: [libvirt] PATCH: 1/14: Relative XPath expressions

2008-07-08 Thread Daniel Veillard
On Tue, Jul 08, 2008 at 05:32:45PM +0100, Daniel P. Berrange wrote: > This change adjusts the XML parsing routines so that they will > preserve the context node when evaluating XPath expressions. > This allows us to use relative XPath expressions reliably in > the parsers. Needed one tiny fix to a

Re: [libvirt] PATCH: 1/14: Relative XPath expressions

2008-07-08 Thread Daniel P. Berrange
This change adjusts the XML parsing routines so that they will preserve the context node when evaluating XPath expressions. This allows us to use relative XPath expressions reliably in the parsers. Needed one tiny fix to a typo in the Xen driver to work xml.c | 23 ++- 1 fil