- or download this
<style type="text/css">
@font-face {
...
<div>
This is a test. Let's go. This is a brand name: 'D&G'. And this is
+ "a test".
</div>
- or download this
my $t= XML::Twig->new( twig_print_outside_roots => 1,
twig_roots => {'div' => sub {
...
},
keep_atts_order => 1,
);
- or download this
my $t= XML::Twig->new( twig_print_outside_roots => 1,
twig_roots => {'div' => sub {
...
keep_atts_order => 1,
);
- or download this
<html><head></head><body>´╗┐<style type="text/css">
...
This is a test. Let's go. This is a brand name: 'D&G'. And thi
+s is "a test".
</body></html>
- or download this
<html><head></head><body>´╗┐<style type="text/css">
@font-face {
...
This is a test. Let's go. This is a brand name: 'D&G'. And thi
+s is "a test".
</body></html>