David Blasby wrote:
Cory,
You added to TransformerBase.java (commit message "GEOT-806: XML
Indentation fixed", line 71):
if (indentation > -1) {
tFactory.setAttribute("indent-number", new
Integer(indentation));
}
This is causing:
Caused by: java.lang.IllegalArgum
Cory,
You added to TransformerBase.java (commit message "GEOT-806: XML
Indentation fixed", line 71):
if (indentation > -1) {
tFactory.setAttribute("indent-number", new
Integer(indentation));
}
This is causing:
Caused by: java.lang.IllegalArgumentException: Not supp