Test http://www.w3.org/2001/DOM-Test-Suite/level3/ls/schemalocation03

<test name='schemalocation03' schemaLocation='http://www.w3.org/2001/DOM-Test-Suite/Level-3 dom3.xsd'>
     <metadata>
          <title>schemalocation03</title>
          <creator>Curt Arnold</creator>
          <description> Serialize a document with no DTD against an externally specified schema that matches its content. </description>
          <date qualifier='created'>2004-03-29</date>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-LS-20031107/load-save#LS-LSSerializer-writeToString'/>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-Core-20031107/core#parameter-schema-location'/>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-Core-20031107/core#parameter-schema-type'/>
          <subject resource='http://www.w3.org/TR/2003/CR-DOM-Level-3-Core-20031107/core#parameter-validate'/>
</metadata>
     <var name='doc' type='Document'/>
     <var name='elem' type='Element'/>
     <var name='node' type='Node'/>
     <var name='nodeName' type='DOMString'/>
     <var name='domConfig' type='DOMConfiguration'/>
     <var name='domImplLS' type='DOMImplementationLS'/>
     <var name='resourceURI' type='DOMString'/>
     <var name='canSetValidate' type='boolean'/>
     <var name='canSetSchemaType' type='boolean'/>
     <var name='canSetSchemaLocation' type='boolean'/>
     <var name='xsdNS' type='DOMString' value='"http://www.w3.org/2001/XMLSchema"'/>
     <var name='lsSerializer' type='LSSerializer'/>
     <var name='nullNS' type='DOMString' isNull='true'/>
     <var name='doctype' type='DocumentType' isNull='true'/>
     <var name='output' type='DOMString'/>
     <implementation var='domImplLS'/>
     <createLSSerializer var='lsSerializer' obj='domImplLS'/>
     <domConfig obj='lsSerializer' var='domConfig' interface='LSSerializer'/>
     <canSetParameter var='canSetValidate' obj='domConfig' name='"validate"' value='true'/>
     <canSetParameter var='canSetSchemaType' obj='domConfig' name='"schema-type"' value='xsdNS'/>
     <getResourceURI var='resourceURI' href='"validateschema1"' contentType='text/xml'/>
     <canSetParameter var='canSetSchemaLocation' obj='domConfig' name='"schema-location"' value='resourceURI'/>
     <if>
          <and>
               <isTrue value='canSetValidate'/>
               <isTrue value='canSetSchemaType'/>
               <isTrue value='canSetSchemaLocation'/>
          </and>
          <setParameter obj='domConfig' name='"validate"' value='true'/>
          <setParameter obj='domConfig' name='"schema-type"' value='xsdNS'/>
          <setParameter obj='domConfig' name='"schema-location"' value='resourceURI'/>
          <createDocument var='doc' obj='domImplLS' namespaceURI='nullNS' qualifiedName='"elt0"' doctype='doctype'/>
          <writeToString var='output' obj='lsSerializer' nodeArg='doc'/>
     </if>
</test>

Copyright (c) 2001-2004 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. This program is distributed under the W3C's Software Intellectual Property License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See W3C License http://www.w3.org/Consortium/Legal/ for more details.