I'm using schematron via below mentioned command sequence
java -jar saxon9he.jar -l -o:output.xsl -s:MB-Journals.sch d:\Keshav\Schematron\iso-schematron-xslt2\iso_svrl_for_xslt2.xsl
java -jar saxon9he.jar -l -o:whereDidIScrewUp.xml -s:%1 output.xsl
java -jar saxon9he.jar -l -o:Report-html.html -s:whereDidIScrewUp.xml Report-html.xsl
I need to display line:column number for all error message to the user like showing in Oxygen.
What should I do to fix this issue?
---Kanhaiya





data server software 