5 lines
100 B
Factor
5 lines
100 B
Factor
|
|
USING: xml.syntax xml.writer ;
|
||
|
|
|
||
|
|
<XML <root><element>Some text here</element></root> XML>
|
||
|
|
pprint-xml
|