Help for this page

Select Code to Download


  1. or download this
    use XML::Smart ;
    
    ...
      }
    }
    
  2. or download this
    <?xml version="1.0" encoding="iso-8859-1" ?>
    <?meta name="GENERATOR" content="XML::Smart/1.5.9 Perl/5.006001 [MSWin
    +32]" ?>
    ...
        </listitem>
      </listitem>
    </list>
    
  3. or download this
    <list type="numbered">
      <list-item>number list 1</list-item>
      <list-item>number list 2</list-item>
    </list>
    
  4. or download this
    <listitem>
      <list type="numbered"/>
      <list-item>numbered list 1</list-item>
      <list-item>numbered list 2</list-item>
    </listitem>
    
  5. or download this
    <list type="numbered">
      <item>number list 1</item>
    ...
        </list>
      </list>
    </list>