Help for this page

Select Code to Download


  1. or download this
    <fixe>
    <aaa></aaa>
    ...
    <ccc></ccc>
    </fixe>
    
  2. or download this
    <fixe>
        <aaa>
    ...
        <ccc/>
    </fixe><br />
    
  3. or download this
        <aaa>
                <eee/>
    ...
        <bbb/>
        <ccc/>
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print $child[0]->serialize;