fubar-coder / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 0 forks source link

Adding DOCTYPE line in an XML stream #119

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there a way to add the DOCTYPE line in an XML stream ?

I'm using BeanIO 2.1, and I manage to generate this XML:

<?xml version="1.0"?>
<note>
...
</note>

I would like this to be generated instead:

<?xml version="1.0"?>
<!DOCTYPE note SYSTEM "Note.dtd">
<note>
...
</note>

Original issue reported on code.google.com by maxime.b...@gmail.com on 21 Aug 2014 at 2:35

GoogleCodeExporter commented 9 years ago
No other way for now, see: 
https://groups.google.com/d/topic/beanio/G2w3NCQ6mvI/discussion

Original comment by maxime.b...@gmail.com on 26 Aug 2014 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by kevin.s...@gmail.com on 28 Aug 2014 at 3:09