Re: [xml] Retrieve a nodes column number



Daniel Nagy <danielnagy gmx de> writes:
Now I am wondering whether it is possible to retrieve the column
number in which the node was during parsing.

If you look at the struct xmlNode definition [1] you can see there is no
column number. However, the reader api does have
xmlTextReaderGetParserColumnNumber. [2]

[1] http://xmlsoft.org/html/libxml-tree.html#xmlNode
[2] http://xmlsoft.org/html/libxml-xmlreader.html#xmlTextReaderGetParserColumnNumber



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]