Ignore:
Timestamp:
2012-04-19T22:09:50+12:00 (12 years ago)
Author:
ak19
Message:

Error reporting is now improved again, much better than in previous commit: no longer just writes out the XSLT stylesheet to the log file, but follows Dr Bainbridge and Sam's suggestion of performing the transformation that failed again with physical files instead of in-memory as before. This points out the exact line location of errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSXML.java

    r25423 r25445  
    12441244    public static String elementToString(Element e, boolean indent)
    12451245    {
    1246         String str = "**********START*************\n";
    12471246        try {
    12481247        TransformerFactory tf = TransformerFactory.newInstance();
     
    12611260        }
    12621261        finally {
    1263         str += "\n***********************\n";
    12641262        return str;
    12651263        }
Note: See TracChangeset for help on using the changeset viewer.