8 lines
151 B
Text
8 lines
151 B
Text
Create a simple DOM and having it serialize to:
|
|
|
|
<?xml version="1.0" ?>
|
|
<root>
|
|
<element>
|
|
Some text here
|
|
</element>
|
|
</root>
|