Help for this page

Select Code to Download


  1. 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>
    
  2. or download this
    my $t= XML::Twig->new(     twig_print_outside_roots => 1,
                                  twig_roots      =>  {'div' => sub {
    ...
                               },
                               keep_atts_order => 1,
                          );
    
  3. or download this
    my $t= XML::Twig->new(     twig_print_outside_roots => 1,
                                  twig_roots      =>  {'div' => sub {
    ...
                               keep_atts_order => 1,
                          );
    
  4. or download this
    <html><head></head><body>´&#9559;&#9488;<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>
    
  5. or download this
    <html><head></head><body>´&#9559;&#9488;<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>