shlomif / perl-XML-LibXML

The XML-LibXML CPAN Distribution for Processing XML using the libxml2 library
https://metacpan.org/release/XML-LibXML
Other
17 stars 35 forks source link

Make "Hello world" simple document creation example #66

Open jidanni opened 3 years ago

jidanni commented 3 years ago

Please make a additional minimal version of create-sample-html-document.pl, in the same directory, that simply renders to one line of HTML, "Hello word....您好。", but uses no subroutines.

P.S., make sure both files include a DOCTYPE, e.g., via.

createInternalSubset( "html", (undef) x 2 );