I have downloaded and compiled libxml2-2.6.16. In the file xmlreader.c the functions xmlTextReaderGetParserLineNumber and xmlTextReaderGetParserColumnNumber are not there. The code I am trying to link to libxml uses these functions. Did I do something wrong? Shouldn't these functions be in this release?
From http://xmlsoft.org/news.html
2.6.17 ... new APIs ... GetLineNumber and GetColumnNumber for the xmlReader Latest release is 2.6.26, by the way.