I'm using the boost lib with property tree class. The functional part works fine with reading and writing a xml file but I'm trying to improve the error output for syntax and other errors. Also an output like "error in line 13" was planed to find errors more quickly.
Now I am pretty lost with this requirement since I don't see how to find any relationship between a specific error and the real xml file. Also a detection for unknown xml objects and properties would be good to find typos.
Any ideas, samples, ... are welcome.
thx