Re: [Geotools-devel] TransformerBase --- indentation causing problems

2006-03-29 Thread Cory Horner
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

[Geotools-devel] TransformerBase --- indentation causing problems

2006-03-28 Thread David Blasby
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