mvolkmann / waxy

WAX - a new approach to writing XML
http://java.ociweb.com/mark/programming/wax.html
2 stars 0 forks source link

WAX needs to support appending a final newline to it's generated XML #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use WAX to generate XML

What is the expected output? What do you see instead?

There is no option for producing a final newline with WAX output. This is 
helpful when producing 
XML for human consumption, and may also prevent warnings and errors from some 
other text-
oriented utilities.

We need to provide a mechanism for having a WAX add a final newline to its 
output.

Original issue reported on code.google.com by bgilst...@gmail.com on 23 Nov 2009 at 6:02

GoogleCodeExporter commented 9 years ago

Original comment by bgilst...@gmail.com on 23 Nov 2009 at 9:15