- or download this
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node1 xsi:nil="true" />
</root>
- or download this
1 #!/bin/perl
2 use strict;
...
24 $writer->endTag("root");
25
26 print $writer->to_string;
- or download this
<root>
<node1 nil="true" />
<node3 xsi:nil="xmlns:xsi" http://www.w3.org/2001/XMLSchema-instanc
+e="" />
</root>