Hi,
There seems to be a bug in DocRepresentation#createTransformer. Why this:
transformer.setOutputProperty(
javax.xml.transform.OutputKeys.INDENT, Boolean
.toString(isIndent()));
is inside the "if (docType != null)".
The setIndent is not working because of this.
Thanks
--
View this message in context:
http://n2.nabble.com/DomRepresentation-setIndent-bug-tp3988303p3988303.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2416708