Re: lxml and identification of elements in source

2007-09-20 Thread Stefan Behnel
Laurent Pointal wrote: > I use lxml to parse a document, modify some elements in the tree, run > xinclude on it (thanks to Stefan Behnel for the pointer), and finally use > the data to feed my sax-aware tool. > > To report warnings/errors to the user (not related to XML itself, but to > things lik

lxml and identification of elements in source

2007-09-19 Thread Laurent Pointal
Hello, I use lxml to parse a document, modify some elements in the tree, run xinclude on it (thanks to Stefan Behnel for the pointer), and finally use the data to feed my sax-aware tool. To report warnings/errors to the user (not related to XML itself, but to things like missing source for a cros