There are times when it is useful to know the line number of a node
in an XML file. This information can be a helpful to users,
particularly if you want to report an error. It can also be convenient
to search for a node by line number, but that can, of course, be a very
risky endeavor, as docu...
[More]