qt5base-lts/tests/auto/qxmlstream/XML-Test-Suite/xmlconf/xmlconf-20010315.xml
Qt by Nokia 38be0d1383 Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
Qt Git wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://qt.gitorious.org/qt/pages/GitIntroductionWithQt

If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.

Branched from the monolithic repo, Qt master branch, at commit
896db169ea224deb96c59ce8af800d019de63f12
2011-04-27 12:05:43 +02:00

55 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!--
@(#)conformance.xml 1.1 98/12/20
Original version copyright 1998 by Sun Microsystems, Inc.
All Rights Reserved.
Modifications copyright 1999 by OASIS.
Modifications copyright 2001 by OASIS.
-->
<?xml-stylesheet href="xmlconformance.msxsl" type="text/xsl"?>
<!DOCTYPE TESTSUITE SYSTEM "testcases.dtd" [
<!-- Sun-written testcases -->
<!ENTITY sun-valid SYSTEM "sun/sun-valid.xml">
<!ENTITY sun-invalid SYSTEM "sun/sun-invalid.xml">
<!ENTITY sun-not-wf SYSTEM "sun/sun-not-wf.xml">
<!ENTITY sun-error SYSTEM "sun/sun-error.xml">
<!-- James Clark "XMLTEST" -->
<!ENTITY jclark-xmltest SYSTEM "xmltest/xmltest.xml">
<!-- Fuji Xerox "Japanese Documents" -->
<!ENTITY xerox-japanese SYSTEM "japanese/japanese.xml">
<!-- NIST/OASIS test suite -->
<!ENTITY nist-oasis SYSTEM "oasis/oasis.xml">
<!-- IBM tests -->
<!ENTITY ibm-invalid SYSTEM "ibm/ibm_oasis_invalid.xml">
<!ENTITY ibm-not-wf SYSTEM "ibm/ibm_oasis_not-wf.xml">
<!ENTITY ibm-valid SYSTEM "ibm/ibm_oasis_valid.xml">
]>
<TESTSUITE PROFILE="OASIS draft v1.0 Second Edition;
with 15 March updates by Mary Brady)">
&jclark-xmltest;
&xerox-japanese;
<TESTCASES PROFILE="Sun Microsystems XML Tests" xml:base="sun">
&sun-valid;
&sun-invalid;
&sun-not-wf;
&sun-error;
</TESTCASES>
&nist-oasis;
<TESTCASES PROFILE="IBM XML Tests" xml:base="ibm">
&ibm-invalid;
&ibm-not-wf;
&ibm-valid;
</TESTCASES>
</TESTSUITE>