[xml] concept of current node in xpath

2008-10-02 Thread Prashant R
How do I ... ? if I want xpath to start processing from a particular node in the DOM tree instead of from the top. xmlXPathNewContext takes the pointer to xmlDocPtr . What is the API to specify that the xpath processing should occur from a particular subtree ?

Re: [xml] make install file copy error

2008-10-02 Thread Daniel Veillard
On Wed, Oct 01, 2008 at 11:54:58AM -0700, Prashant R wrote: I am building libxml2 (ver 2.-2.7.1) on Max OS X 10.5.4. everything succeeds yet a file copy during make install fails and shows up as an error in Xcode *Making install in examples* *make[3]: Nothing to be done for

Re: [xml] concept of current node in xpath

2008-10-02 Thread Daniel Veillard
On Wed, Oct 01, 2008 at 03:38:04PM -0700, Prashant R wrote: How do I ... ? if I want xpath to start processing from a particular node in the DOM tree instead of from the top. xmlXPathNewContext takes the pointer to xmlDocPtr . What is the API to specify that the xpath processing

[xml] libxml2 and libxslt compilation for Windows 64-bit

2008-10-02 Thread Hanni Ali
Hi All, It seems rude to be asking for advice on compiling for Windows on a Gnome mailing list ;) I have successfully used the win32 binaries kindly provided by Igor Zlatkovic in conjunction with the libxml python module to process some xml and applying an xls template to it. However I now need