[Expat-discuss] attribute line numbers?

Carlos Pereira carlos@pehoe.civil.ist.utl.pt
Sun Oct 14 08:05:04 2001


Hi all, Expat newbie alert!

When I find a wrong attribute (detected by my own app code), 
is there a way to know the file line where that attribute 
actually was?

As far as I can see, XML_GetCurrentLineNumber (parser)
gives me the line where the new element starts, which
can be many lines above the real problem.

Thanks!

Carlos