- or download this
<owner>
John Smith
</owner>
- or download this
<owner>
<href>http://johnsmith.com</href>
</owner>
- or download this
#!/usr/bin/perl -w
use strict;
...
}
print $DOC."\n";
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<owner>John Smith</owner>
- or download this
<?xml version="1.0" encoding="UTF-8"?>
<owner><href>http://johnsmith.com</href></owner>
- or download this
#!/usr/bin/perl -w
use strict;
...
print $DOC."\n";