Help for this page

Select Code to Download


  1. or download this
    my $header = [{
        parts => [{
    ...
            mustUnderstand => 1
        }]
    }];
    
  2. or download this
    error: cannot find element or attribute `{http://example.com/tns}token
    +'
    
  3. or download this
    Answer: $VAR1 = {
              'parameters' => {
    ...
                            },
              '{http://example.com/tns}token' => bless( do{\(my $o = 44800
    +400)}, 'XML::LibXML::Element' )
            };
    
  4. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema elementFormDefault="qualified"
    ...
      xmlns:tns="http://example.com/tns">
      <xs:element name="token" nillable="true" type="xs:string" />
    </xs:schema>