Hi!

I'm trying to write a PHP interface to FOP and want to supply the user
with some readable error messages including filename and line number
of XML files where the error originates from.
What's important to me is that I have a consistent way of providing
these messages (e.g. showing the XML file and marking the wrong line).

It works for a SAXParseException but is there also a way to get the location
information from an org.apache.fop.fo.ValidationException ?
The API docs say org.apache.fop.apps.FOPException does have isLocationSet()
and setLocator() but no getLocator().

M. Gross

-- 
View this message in context: 
http://www.nabble.com/Get-location-from-an-org.apache.fop.fo.ValidationException-tf4438491.html#a12663685
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to