Re: [xml] document URI?

2010-03-08 Thread Daniel Veillard
On Fri, Mar 05, 2010 at 09:07:04AM -0500, Ethan Tira-Thompson wrote: > For error reporting, I would like to log the filename in which an error > occurred. > > It seems xmlNodeGetBase(node->doc,node) has the filename. However, the > documentation for this function: > http://xmlsoft.org/html/

[xml] document URI?

2010-03-05 Thread Ethan Tira-Thompson
For error reporting, I would like to log the filename in which an error occurred. It seems xmlNodeGetBase(node->doc,node) has the filename. However, the documentation for this function: http://xmlsoft.org/html/libxml-tree.html#xmlNodeGetBase references a xmlDocumentGetBase() that I cannot f