Hi! How can I raise an exception while parsing with sax, which contains the current line in the xml-file? I want to create an message like this: test.xml: Line: 100, Col: 20: <foo> not allowed in <bar> I have the filename in my content handler. I just need the line und column number. thomas