Error messages from saxon
Posted: Tue Oct 01, 2013 5:19 pm
I know this is not a Oxygen specific question but I get better answers here than anywhere else.
After developing a script for transformation using Oxygen, it goes into production using a website interface, that executes the saxon command line java program. If there is a problem the terminal output is collected for review.
The problem is saxon's output references the place in the xslt file(script) where an error occured but doesn't say where in the xml or xhtml file, the source document, the error occured. So a non-programmer user has no hint as to what they did wrong. The problem is usually a source problem not a script problem.
Is there a command line paramater or some script method that will output to stdout where in the source document the error occured?
thanks,
Scott
After developing a script for transformation using Oxygen, it goes into production using a website interface, that executes the saxon command line java program. If there is a problem the terminal output is collected for review.
The problem is saxon's output references the place in the xslt file(script) where an error occured but doesn't say where in the xml or xhtml file, the source document, the error occured. So a non-programmer user has no hint as to what they did wrong. The problem is usually a source problem not a script problem.
Is there a command line paramater or some script method that will output to stdout where in the source document the error occured?
thanks,
Scott