Since 1.1, this sink is not more supported. If you are looking for a Sink which produces
pretty formatted XML, you could use the XdocSink(java.io.Writer) as usual and reformat the
Sink content produced with XmlUtil.prettyFormat(java.io.Reader, java.io.Writer).
Sink
which produces pretty formatted XML, you could use theXdocSink(java.io.Writer)
as usual and reformat theSink
content produced withXmlUtil.prettyFormat(java.io.Reader, java.io.Writer)
.