Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to add the DOCTYPE declaration when writing a flat XML dataset?

0
Posted

How to add the DOCTYPE declaration when writing a flat XML dataset?

0

Use the setDocType() method of the FlatXmlWriter class like this: FlatXmlWriter datasetWriter = new FlatXmlWriter(new FileOutputStream(“dataset.xml”)); datasetWriter.setDocType(“dataset.dtd”); datasetWriter.write(connection.createDataSet()); This can also be done with the DbUnit Ant task.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.