<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 static//en"> <html> <head> <title>Test results for Linux</title> <style type="text/css" media="all"> @import url("../../style/base_UTF-32LE.css"); @import url("../../style/theme_UTF-32LE.css"); </style> <link rel="stylesheet" href="../../style/print_UTF-32LE.css" type="text/css" media="print"></link> <meta http-equiv="Content-Type" content="text/html; charset=UTF-32LE"></meta> <meta name="Author" content="Arthur Gouros"> </head> <body class="composite"> <a name="top"></a> <div id="banner"> <a href="http://xmlfy.sourceforge.net/" id="projectLogo"><img alt="xmlfy" src="../../images/xmlfy_logo.jpg"></img></a> <div class="clear"><hr></hr></div> </div> <div id="breadcrumbs"> <div class="xleft"></div> <div class="xright"> <a href="http://sourceforge.net/projects/xmlfy" class="externalLink" title="External Link">SourceForge.net Project Page</a> <span class="separator">|</span> <a href="http://sourceforge.net" class="externalLink" title="External Link">Hosted by SourceForge</a> </div> <div class="clear"><hr></hr></div> </div> <div id="leftColumn"><div id="navcolumn"> <div id="menuSections"><h5>Test Sections</h5><ul> <li class="none"><a href="index.html#section1">1. Environment</a></li> <li class="none"><a href="index.html#section2">2. Summary</a></li> <li class="none"><a href="index.html#section3">3. Test cases</a></li> </ul></div> </div></div> <div id="bodyColumn"><div class="contentBox"><div class="section"> <a name="test"></a> <p><table class="bar"><tr><td class="bar_left"></td><td class="bar_middle"> <h2 class="bar">Test results for Linux</h2> </td><td class="bar_right"></td></tr></table> <a name="test_004041_xsd_with_args_multibyte_UTF-32LE"></a> <h3>test_004041_xsd_with_args_multibyte_UTF-32LE</h3> <p><b>NOTE: This web page is encoded in UTF-32LE format.</b> <br>Some web browsers may have difficulty displaying this page. <h4>Test description</h4> <pre> Test for multibyte delimiter argument handling inside a XSD schema file used against a wide-UTF encoded input stream. </pre> <h4>Test status</h4> <p><img src="../../images/tick.gif" align="top">&nbsp;Pass <h4>Run command</h4> <pre class="boxed"> cat _INPUT_DATA_ &brvbar; xmlfy -S schema.xsd </pre> <h4>Input data</h4> <pre class="boxed"> C:\DOS\COMMAND.COM D:\DATA\REFERENCE\A350B3FM.PDF E:\PROGRAM FILES\KYODAI MAHJONGG\KYODAI.EXE </pre> <h4>Schema</h4> <pre class="boxed"> &lt;!-- xmlfy-args: -F2b :\000\000\000 -F3b \\\000\000\000 -X UTF-32LE -t -e --&gt; &lt;xsd:schema xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; targetNamespace=&quot;http://xmlfy.sourceforge.net&quot; xmlns=&quot;http://xmlfy.sourceforge.net&quot; elementFormDefault=&quot;qualified&quot;&gt; &lt;xsd:element name=&quot;list&quot;&gt; &lt;xsd:sequence&gt; &lt;xsd:element name=&quot;list&quot; type=&quot;xs:string&quot; /&gt; &lt;xsd:element name=&quot;dir&quot; type=&quot;dirType&quot; minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot; /&gt; &lt;/xsd:sequence&gt; &lt;/xsd:element&gt; &lt;xsd:complexType name=&quot;dirType&quot;&gt; &lt;xsd:sequence&gt; &lt;xsd:element name=&quot;drive&quot; type=&quot;xs:string&quot; /&gt; &lt;xsd:element name=&quot;pathname&quot; type=&quot;pathType&quot; /&gt; &lt;/xsd:sequence&gt; &lt;/xsd:complexType&gt; &lt;xsd:complexType name=&quot;pathType&quot;&gt; &lt;xsd:sequence&gt; &lt;xsd:element name=&quot;subpath&quot; type=&quot;xs:string&quot; minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot; /&gt; &lt;/xsd:sequence&gt; &lt;/xsd:complexType&gt; &lt;/xsd:schema&gt; </pre> <h4>Output result</h4> <pre class="boxed"> &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-32LE&quot;?&gt; &lt;list xmlns=&quot;http://xmlfy.sourceforge.net&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:schemaLocation=&quot;http://xmlfy.sourceforge.net schema.xsd&quot;&gt; &lt;dir&gt; &lt;drive&gt;C&lt;/drive&gt; &lt;pathname&gt; &lt;subpath&gt;DOS&lt;/subpath&gt; &lt;subpath&gt;COMMAND.COM&lt;/subpath&gt; &lt;/pathname&gt; &lt;/dir&gt; &lt;dir&gt; &lt;drive&gt;D&lt;/drive&gt; &lt;pathname&gt; &lt;subpath&gt;DATA&lt;/subpath&gt; &lt;subpath&gt;REFERENCE&lt;/subpath&gt; &lt;subpath&gt;A350B3FM.PDF&lt;/subpath&gt; &lt;/pathname&gt; &lt;/dir&gt; &lt;dir&gt; &lt;drive&gt;E&lt;/drive&gt; &lt;pathname&gt; &lt;subpath&gt;PROGRAM FILES&lt;/subpath&gt; &lt;subpath&gt;KYODAI MAHJONGG&lt;/subpath&gt; &lt;subpath&gt;KYODAI.EXE&lt;/subpath&gt; &lt;/pathname&gt; &lt;/dir&gt; &lt;/list&gt; </pre> <br><small><small>Goto: &nbsp;&nbsp;<a href="#top">Top of page.</a> &nbsp;&nbsp;<a href="index.html#section1">Section "Environment".</a> &nbsp;&nbsp;<a href="index.html#section2">Section "Summary".</a> &nbsp;&nbsp;<a href="index.html#section3">Section "Test cases".</a> </small></small> </div></div></div> <div class="clear"><hr></hr></div> <div id="footer"><div class="xright">&copy; 2008-2020, Arthur Gouros</div> <div class="clear"><hr></hr></div></div> </body> </html>