|
Hello,
I am using XMLLib to read my Xml files and I need to get file,line annotation information (for debug purposes).
I found that line information is available through line_number() method.
How can I get file annotation information.
I use processXincludes option, that is if my input file included xincludes, XmlLib sources all these include files and I need to know which specific file each node comes from.
Thanks in advance for any help,
Bella
|