Help for this page

Select Code to Download


  1. or download this
          <s:element name="GetMarketClassifiersResponse">
            <s:complexType>
    ...
              </s:sequence>
            </s:complexType>
          </s:element>
    
  2. or download this
    <SpecificClassification xmlns="http://seek.com.au/SpecificClassificati
    +on.xsd">
      <list id="list-1" value="Location" multiSelect="false">
    ...
        </listItem>
      </list>
    </SpecificClassification>
    
  3. or download this
    use SOAP::Lite ;
                                                                          
    +          
    ...
    {
       print $item->attr->{id},"\n";
    }