You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 21 Aug 2014 at 2:35
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Aug 2014 at 2:35The text was updated successfully, but these errors were encountered: