RosettaCodeData/Task/XML-DOM-serialization/Lasso/xml-dom-serialization.lasso
2023-07-01 13:44:08 -04:00

3 lines
135 B
Text

content_type( 'text/xml' );// set MIME type if serving
xml( '<?xml version="1.0" ?><root><element>Some text here</element></root>' );