XML/DOM serialization: Difference between revisions

Content added Content deleted
Line 505: Line 505:


Main
Main
String XML, body;
String body;
Stack{
Stack{
Store ( body, Multi_copy( body,"<?xml version=\"1.0\" ?>",
Store ( body, Multi_copy( body,"<?xml version=\"1.0\" ?>",
Line 515: Line 515:
Print "%s\n", body;
Print "%s\n", body;
Free secure XML, body;
Free secure body;
End
End
</syntaxhighlight>
</syntaxhighlight>