Here is an example of using StreamingMarkupBuilder to create a new XML file:
Note that StreamingMarkupBuilder.bind returns a
Unknown macro: {http}
instance that may be used to stream the markup to a Writer, in addition to capturing the output in a String (as shown above).
We have used XMLUnit to compare the XML we created with our sample XML. To do this, make sure the sample XML is available, i.e. that the following class is added to your CLASSPATH:
XmlExamples.groovy
Here's another example illustrating how to produce mixed content:
You may also want to see Using MarkupBuilder for Agile XML creation.
Labels