Skip to content

Adding DOCTYPE line in an XML stream #119

Description

@GoogleCodeExporter
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions