juergen     2002/10/22 00:06:06

  Added:       testsuite/testsuite/junit/xmltestcases/I18N/DASL
                        singleXPath_attribute_zh.xml
                        singleXPath_attribute_ja.xml
                        singleXPath_attribute_extQueryUTF8Unmarked_zh.xml
                        singleXPath_attribute_extQueryUTF8Unmarked_ja.xml
                        singleXPath_attribute_extQueryUTF8Unmarked_en.xml
                        singleXPath_attribute_extQueryUTF8_zh.xml
                        singleXPath_attribute_extQueryUTF8_ja.xml
                        singleXPath_attribute_extQueryUTF8_en.xml
                        singleXPath_attribute_extQueryUTF16LEUnmarked_en.xml
                        singleXPath_attribute_extQueryUTF16LE_en.xml
                        singleXPath_attribute_extQueryUTF16BEUnmarked_en.xml
                        singleXPath_attribute_extQueryUTF16BE_en.xml
                        singleXPath_attribute_extQueryUTF16_en.xml
                        singleXPath_attribute_extQueryShiftJIS_ja.xml
                        singleXPath_attribute_extQueryiso88591_en.xml
                        singleXPath_attribute_extQueryBig5_zh.xml
                        singleXPath_attribute_en.xml displayName_zh.xml
                        displayName_ja.xml displayName_en.xml
  Log:
  DASL I18N tests
  
  Revision  Changes    Path
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_zh.xml
  
  Index: singleXPath_attribute_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                        <searchrequest xmlns:D="DAV:" 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                <D:basicsearch>
                                                        <D:select>
                                                                <D:prop>
                                                                        <xsv:xpath 
name="即可顯示XPathTest">attributeutf8doczh[@即可顯示utf8 = 
"即可顯示"]/leg</xsv:xpath>
                                                                </D:prop>
                                                        </D:select>
                                                        <D:from>
                                                                <D:scope>
                                                                        
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml</D:href>
                                                                </D:scope>
                                                        </D:from>
                                                </D:basicsearch>
                                        </searchrequest>
                                ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:即可顯示XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8doczh[@即可顯示utf8 = 
"即可顯示"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:即可顯示XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_ja.xml
  
  Index: singleXPath_attribute_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                        <searchrequest xmlns:D="DAV:" 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                <D:basicsearch>
                                                        <D:select>
                                                                <D:prop>
                                                                        <xsv:xpath 
name="製品番号XPathTest">attributeutf8docjp[@製品番号utf8 = 
"製品番号"]/leg</xsv:xpath>
                                                                </D:prop>
                                                        </D:select>
                                                        <D:from>
                                                                <D:scope>
                                                                        
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml</D:href>
                                                                </D:scope>
                                                        </D:from>
                                                </D:basicsearch>
                                        </searchrequest>
                                ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:製品番号XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8docjp[@製品番号utf8 = 
"製品番号"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:製品番号XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF8Unmarked_zh.xml
  
  Index: singleXPath_attribute_extQueryUTF8Unmarked_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/none/xpathQueryUnmarked.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:即可顯示XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8doczh[@即可顯示utf8 = 
"即可顯示"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:即可顯示XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF8Unmarked_ja.xml
  
  Index: singleXPath_attribute_extQueryUTF8Unmarked_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/none/xpathQueryUnmarked.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:製品番号XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8docjp[@製品番号utf8 = 
"製品番号"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:製品番号XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF8Unmarked_en.xml
  
  Index: singleXPath_attribute_extQueryUTF8Unmarked_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/xpathQueryUnmarked.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF8_zh.xml
  
  Index: singleXPath_attribute_extQueryUTF8_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/none/xpathQuery.xm1" 
fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:即可顯示XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8doczh[@即可顯示utf8 = 
"即可顯示"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:即可顯示XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF8_ja.xml
  
  Index: singleXPath_attribute_extQueryUTF8_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/none/xpathQuery.xm1" 
fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:製品番号XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8docjp[@製品番号utf8 = 
"製品番号"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:製品番号XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF8_en.xml
  
  Index: singleXPath_attribute_extQueryUTF8_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/UTF-8/none/xpathQuery.xm1" 
fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF16LEUnmarked_en.xml
  
  Index: singleXPath_attribute_extQueryUTF16LEUnmarked_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/UTF-16LE/none/xpathQueryUnmarked.xm1"
 fileEncoding="UnicodeLittleUnmarked"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF16LE_en.xml
  
  Index: singleXPath_attribute_extQueryUTF16LE_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/UTF-16LE/none/xpathQuery.xm1" 
fileEncoding="UnicodeLittle"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF16BEUnmarked_en.xml
  
  Index: singleXPath_attribute_extQueryUTF16BEUnmarked_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/UTF-16BE/none/xpathQueryUnmarked.xm1"
 fileEncoding="UnicodeBigUnmarked"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF16BE_en.xml
  
  Index: singleXPath_attribute_extQueryUTF16BE_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/UTF-16BE/none/xpathQuery.xm1" 
fileEncoding="UnicodeBig"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryUTF16_en.xml
  
  Index: singleXPath_attribute_extQueryUTF16_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/UTF-16/none/xpathQuery.xm1" 
fileEncoding="UTF-16"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryShiftJIS_ja.xml
  
  Index: singleXPath_attribute_extQueryShiftJIS_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_ja/Shift_JIS/none/xpathQuery.xm1" 
fileEncoding="Shift_JIS"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:製品番号XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8docjp[@製品番号utf8 = 
"製品番号"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:製品番号XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryiso88591_en.xml
  
  Index: singleXPath_attribute_extQueryiso88591_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/none/xpathQuery.xm1" 
fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_extQueryBig5_zh.xml
  
  Index: singleXPath_attribute_extQueryBig5_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection" 
fileReference="../../contentDirectory/I18N/schema_zh/Big5/none/xpathQuery.xm1" 
fileEncoding="Big5"/>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:即可顯示XPathTest xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeutf8doczh[@即可顯示utf8 = 
"即可顯示"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:即可顯示XPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/singleXPath_attribute_en.xml
  
  Index: singleXPath_attribute_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for properties specified by an XPath query. 
                Only one XPath query is defined.
                </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. 
                2) A Search is performed to find the properties defined by the XPath.
                3) The resource is deleted.
                </description>
                <expectedResult>XPath evaluated correctly and requested properties 
returned.</expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                        <searchrequest xmlns:D="DAV:" 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                <D:basicsearch>
                                                        <D:select>
                                                                <D:prop>
                                                                        <xsv:xpath 
name="àçèéäöüÄÖÜXPathTest">attributeiso8859doc[@àçèéäöüÄÖÜiso8859 
= "àçèéäöüÄÖÜ"]/leg</xsv:xpath>
                                                                </D:prop>
                                                        </D:select>
                                                        <D:from>
                                                                <D:scope>
                                                                        
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                                </D:scope>
                                                        </D:from>
                                                </D:basicsearch>
                                        </searchrequest>
                                ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName,testresourcecontentlength"><![CDATA[<?xml
 version="1.0" encoding="UTF-8"?>
                                        <D:multistatus xmlns:D="DAV:">
                                                <D:response>
                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                        <D:propstat>
                                                                <D:prop>
                                                                        
<xsv:àçèéäöüÄÖÜXPathTest 
xmlns:xsv="http://namespaces.softwareag.com/tamino/webdav";>
                                                                        <xql:xql 
xmlns:xql="http://metalab.unc.edu/xql/";>attributeiso8859doc[@àçèéäöüÄÖÜiso8859
 = "àçèéäöüÄÖÜ"]/leg</xql:xql>
                                                                                
<xql:result xmlns:xql="http://metalab.unc.edu/xql/";>
                                                                                       
 <leg xmlns:ino="http://namespaces.softwareag.com/tamino/response2"; ino:id="*">6</leg>
                                                                                
</xql:result>
                                                                        
</xsv:àçèéäöüÄÖÜXPathTest>
                                                                </D:prop>
                                                                <D:status>HTTP/1.1 200 
OK</D:status>
                                                        </D:propstat>
                                                </D:response>
                                        </D:multistatus>
                        ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/displayName_zh.xml
  
  Index: displayName_zh.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for specified Properties on resources where the 
displayname matches a specified string. </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. The displayname property 
matches the one being sought.
                2) A second resource is Put to the Server. The properties of this file 
should NOT be returned as its displayname property
                does not match the specified string.
                3) A Search is performed. The specified properties are only returned 
where the displayname property matches the
                string 'test.xml'. Case sensitivity is not stated.
                4) The resources are deleted.
                </description>
                <expectedResult>A 207 Multi-Status response code should be returned by 
the Search. 
                Within the body the requested properties should be returned for the 
first file 'test.xml' only. 
                This is the only resource where the displayname property is 'test.xml'.
                The first two properties should be discovered with a 200 OK response 
code,
                the third property 'test' does not exist and should return a 404 Not 
Found error response code.
                </expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_zh/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                                <searchrequest xmlns:D="DAV:">
                                                        <D:basicsearch>
                                                                <D:select>
                                                                        <D:prop>
                                                                                
<D:displayname/>
                                                                                
<D:getcontenttype/>
                                                                                
<D:test/>
                                                                        </D:prop>
                                                                </D:select>
                                                                <D:from>
                                                                        <D:scope>
                                                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/</D:href>
                                                                        </D:scope>
                                                                </D:from>
                                                                <D:where>
                                                                        <D:eq>
                                                                                
<D:prop>
                                                                                       
         <D:displayname/>
                                                                                
</D:prop>
                                                                                
<D:literal>i18ndoc即可顯示utf8.xml</D:literal>
                                                                        </D:eq>
                                                                </D:where>
                                                        </D:basicsearch>
                                                </searchrequest>
                                        ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                                <D:multistatus xmlns:D="DAV:">
                                                        <D:response>
                                                        
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml</D:href>
                                                                <D:propstat>
                                                                        <D:prop>
                                                                                
<D:displayname>i18ndoc即可顯示utf8.xml</D:displayname>
                                                                                
<D:getcontenttype>text/xml</D:getcontenttype>
                                                                        </D:prop>
                                                                        
<D:status>HTTP/1.1 200 OK</D:status>
                                                                </D:propstat>
                                                                <D:propstat>
                                                                        <D:prop>
                                                                                
<D:test />
                                                                        </D:prop>
                                                                        
<D:status>HTTP/1.1 404 Not Found</D:status>
                                                                </D:propstat>
                                                        </D:response>
                                                </D:multistatus>
                                ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc即可顯示utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/displayName_ja.xml
  
  Index: displayName_ja.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for specified Properties on resources where the 
displayname matches a specified string. </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. The displayname property 
matches the one being sought.
                2) A second resource is Put to the Server. The properties of this file 
should NOT be returned as its displayname property
                does not match the specified string.
                3) A Search is performed. The specified properties are only returned 
where the displayname property matches the
                string 'test.xml'. Case sensitivity is not stated.
                4) The resources are deleted.
                </description>
                <expectedResult>A 207 Multi-Status response code should be returned by 
the Search. 
                Within the body the requested properties should be returned for the 
first file 'test.xml' only. 
                This is the only resource where the displayname property is 'test.xml'.
                The first two properties should be discovered with a 200 OK response 
code,
                the third property 'test' does not exist and should return a 404 Not 
Found error response code.
                </expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_ja/UTF-8/attribute/inst3_table_attributei18n_utf-8NP.xm1"
 fileEncoding="UTF-8"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                                <searchrequest xmlns:D="DAV:">
                                                        <D:basicsearch>
                                                                <D:select>
                                                                        <D:prop>
                                                                                
<D:displayname/>
                                                                                
<D:getcontenttype/>
                                                                                
<D:test/>
                                                                        </D:prop>
                                                                </D:select>
                                                                <D:from>
                                                                        <D:scope>
                                                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/</D:href>
                                                                        </D:scope>
                                                                </D:from>
                                                                <D:where>
                                                                        <D:eq>
                                                                                
<D:prop>
                                                                                       
         <D:displayname/>
                                                                                
</D:prop>
                                                                                
<D:literal>i18ndoc製品番号utf8.xml</D:literal>
                                                                        </D:eq>
                                                                </D:where>
                                                        </D:basicsearch>
                                                </searchrequest>
                                        ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                                <D:multistatus xmlns:D="DAV:">
                                                        <D:response>
                                                        
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml</D:href>
                                                                <D:propstat>
                                                                        <D:prop>
                                                                                
<D:displayname>i18ndoc製品番号utf8.xml</D:displayname>
                                                                                
<D:getcontenttype>text/xml</D:getcontenttype>
                                                                        </D:prop>
                                                                        
<D:status>HTTP/1.1 200 OK</D:status>
                                                                </D:propstat>
                                                                <D:propstat>
                                                                        <D:prop>
                                                                                
<D:test />
                                                                        </D:prop>
                                                                        
<D:status>HTTP/1.1 404 Not Found</D:status>
                                                                </D:propstat>
                                                        </D:response>
                                                </D:multistatus>
                                ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndoc製品番号utf8.xml 
HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  
  1.1                  
jakarta-slide/testsuite/testsuite/junit/xmltestcases/I18N/DASL/displayName_en.xml
  
  Index: displayName_en.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE test SYSTEM "../../../Tprocessor.dtd">
  <test>
        <specification>
                <abstract> Search for specified Properties on resources where the 
displayname matches a specified string. </abstract>
                <pre-Requisite>A collection has been created and defined in 
tprocessor.cmd.</pre-Requisite>
                <description>
                1) A resource is Put on to the Server. The displayname property 
matches the one being sought.
                2) A second resource is Put to the Server. The properties of this file 
should NOT be returned as its displayname property
                does not match the specified string.
                3) A Search is performed. The specified properties are only returned 
where the displayname property matches the
                string 'test.xml'. Case sensitivity is not stated.
                4) The resources are deleted.
                </description>
                <expectedResult>A 207 Multi-Status response code should be returned by 
the Search. 
                Within the body the requested properties should be returned for the 
first file 'test.xml' only. 
                This is the only resource where the displayname property is 'test.xml'.
                The first two properties should be discovered with a 200 OK response 
code,
                the third property 'test' does not exist and should return a 404 Not 
Found error response code.
                </expectedResult>
        </specification>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command 
varUsage="userNumber,globalVariableCollection,globalVariableServerName">PUT 
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
                        <body 
fileReference="../../contentDirectory/I18N/schema_en/ISO-8859-1/attribute/inst3_table_attributei18n_iso-8859-1UE.xm1"
 fileEncoding="ISO-8859-1"/>
                </request>
                <response>
                        <command>HTTP/1.0 201 Created</command>
                </response>
        </step>
        <step>
                <request>
                        <command varUsage="globalVariableServerName">SEARCH 
/%globalVariableServerName% HTTP/1.1</command>
                        <body 
varUsage="globalVariableCollection,globalVariableServerName"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                                <searchrequest xmlns:D="DAV:">
                                                        <D:basicsearch>
                                                                <D:select>
                                                                        <D:prop>
                                                                                
<D:displayname/>
                                                                                
<D:getcontenttype/>
                                                                                
<D:test/>
                                                                        </D:prop>
                                                                </D:select>
                                                                <D:from>
                                                                        <D:scope>
                                                                                
<D:href>/%globalVariableServerName%/%globalVariableCollection%/</D:href>
                                                                        </D:scope>
                                                                </D:from>
                                                                <D:where>
                                                                        <D:eq>
                                                                                
<D:prop>
                                                                                       
         <D:displayname/>
                                                                                
</D:prop>
                                                                                
<D:literal>i18ndocàçèéäöüÄÖÜiso8859.xml</D:literal>
                                                                        </D:eq>
                                                                </D:where>
                                                        </D:basicsearch>
                                                </searchrequest>
                                        ]]></body>
                </request>
                <response>
                        <command>HTTP/1.0 207 Multi-Status</command>
                        <body 
varUsage="globalVariableServerName,globalVariableCollection"><![CDATA[<?xml 
version="1.0" encoding="UTF-8"?>
                                                <D:multistatus xmlns:D="DAV:">
                                                        <D:response>
                                                        
<D:href>/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml</D:href>
                                                                <D:propstat>
                                                                        <D:prop>
                                                                                
<D:displayname>i18ndocàçèéäöüÄÖÜiso8859.xml</D:displayname>
                                                                                
<D:getcontenttype>text/xml</D:getcontenttype>
                                                                        </D:prop>
                                                                        
<D:status>HTTP/1.1 200 OK</D:status>
                                                                </D:propstat>
                                                                <D:propstat>
                                                                        <D:prop>
                                                                                
<D:test />
                                                                        </D:prop>
                                                                        
<D:status>HTTP/1.1 404 Not Found</D:status>
                                                                </D:propstat>
                                                        </D:response>
                                                </D:multistatus>
                                ]]></body>
                </response>
        </step>
        <cleanup>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/i18ndocàçèéäöüÄÖÜiso8859.xml
 HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
                <step>
                        <request>
                                <command 
varUsage="globalVariableCollection,globalVariableServerName"> DELETE 
/%globalVariableServerName%/%globalVariableCollection%/test.xml HTTP/1.1</command>
                        </request>
                        <response>
                                <command>HTTP/1.0 204 No Content</command>
                        </response>
                </step>
        </cleanup>
  </test>
  
  
  

--
To unsubscribe, e-mail:   <mailto:slide-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:slide-dev-help@;jakarta.apache.org>

Reply via email to