Hello -
Can anyone show me how to build a simple XML document using XMERL? The documentation only shows how to append to a current XML document that is read from a file. I want to create a new XML document from scratch.
For example, I want to write a simple structure like this out to an XML file:
Data = {myNode,[{foo,"Foo"},{bar,"Bar"}]}.
Thanks!