XIncProc XInclude Processor > Conformance Test suite >

Conformance Test suite with Xerces

All tests Xinclude Conformance Test Suite, 2006-09-27, were passed and results are availables here:

This tests are for comparison purpose. Source code is following:

                    Processor processor = = new Processor(false);
                    processor.getUnderlyingConfiguration().setSchemaValidationMode(Validation.LAX);
                    processor.getUnderlyingConfiguration().setXIncludeAware(true);
                    DocumentBuilder documentBuilder = processor.newDocumentBuilder();
                    XdmNode node = documentBuilder.build(new File(urlInput.getPath()));
                    Serializer serializer = processor.newSerializer(new StringWriter());
                    String output = serializer.serializeNodeToString(node);
                

Id

Contributor

Date

Description Result Error message Execution time

Redhat

imaq-include-xml-01

Daniel Veillard

8-Mar-2002

Simple test of including another XML document.
successImaq/test/XInclude/docs/include.xmlImaq/test/XInclude/docs/../../../result/XInclude/include.xml
success 47 ms

imaq-include-xml-02

Daniel Veillard

8-Mar-2002

Test recursive inclusion.
successImaq/test/XInclude/docs/recursive.xmlImaq/test/XInclude/docs/../../../result/XInclude/recursive.xml
success 11 ms

imaq-include-xml-03

Daniel Veillard

8-Mar-2002

Simple test of including a set of nodes from an XML document.
successImaq/test/XInclude/docs/nodes.xmlImaq/test/XInclude/docs/../../../result/XInclude/nodes.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Imaq/test/XInclude/docs/nodes.xml; lineNumber: 3; columnNumber: 77; An 'include' failed, and no 'fallback' element was found. 59 ms

imaq-include-xml-04

Daniel Veillard

8-Mar-2002

including another XML document with IDs
successImaq/test/XInclude/docs/docids.xmlImaq/test/XInclude/docs/../../../result/XInclude/docids.xml
success 5 ms

imaq-include-xml-05

Daniel Veillard

8-Mar-2002

Simple test of including another text document
successImaq/test/XInclude/docs/txtinclude.xmlImaq/test/XInclude/docs/../../../result/XInclude/txtinclude.xml
success 1 ms

imaq-include-xml-06

Daniel Veillard

21-Aug-2002

Simple test of a fallback on unavailable URI.
successImaq/test/XInclude/docs/fallback.xmlImaq/test/XInclude/docs/../../../result/XInclude/fallback.xml
success 6 ms

imaq-pex1-01

Daniel Veillard

2006-09-27

Unused fallbacks must not generate errors, even if broken.
successImaq/test/XInclude/docs/pex1.xmlImaq/test/XInclude/docs/../../../result/XInclude/include.xml
success 9 ms

imaq-pex1-02

Henry S. Thompson

2006-09-27

Broken fallback must generate errors, if they're needed.
errorImaq/test/XInclude/docs/pex1a.xmlImaq/test/XInclude/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Imaq/test/XInclude/docs/pex1a.xml; lineNumber: 6; columnNumber: 25; A 'fallback' element was found that did not have 'include' as the parent. 20 ms

imaq-pex6-03

Daniel Veillard

2006-09-27

A BOM in UTF16 is not added to the resulting document.
successImaq/test/XInclude/docs/pex6a.xmlImaq/test/XInclude/docs/../../../result/XInclude/pex6a.xml
success 16 ms

imaq-pex6-04

Daniel Veillard

2006-09-27

A BOM in UTF16LE is added to the resulting document.
successImaq/test/XInclude/docs/pex6b.xmlImaq/test/XInclude/docs/../../../result/XInclude/pex6b.xml
success error Expected text value '<t>0123456789</t>' but was '<t>0123456789</t>' - comparing <x ...><t>0123456789</t></x> at /x[1]/text()[1] to <x ...><t>0123456789</t></x> at /x[1]/text()[1] (DIFFERENT) 1 ms

imaq-pex11-05

Daniel Veillard

2006-09-27

'accept' attributes with characters outside the range #x20 through #x7E must be flagged as fatal errors.
errorImaq/test/XInclude/docs/pex11.xmlImaq/test/XInclude/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Imaq/test/XInclude/docs/pex11.xml; lineNumber: 4; columnNumber: 37; Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept' attribute of an 'include' element. 12 ms

FourThought

FourThought-include-01

John Evdemon

18-September-2002

Simple test of including another XML document.
successFourThought/test/XInclude/docs/ft-include1.xmlFourThought/test/XInclude/docs/../../../result/XInclude/include1.xml
success 4 ms

FourThought-include-02

John Evdemon

18-September-2002

Test recursive inclusion.
successFourThought/test/XInclude/docs/ft-include2.xmlFourThought/test/XInclude/docs/../../../result/XInclude/include2.xml
success 3 ms

FourThought-include-03

John Evdemon

18-September-2002

Simple test of including another text document.
successFourThought/test/XInclude/docs/ft-include3.xmlFourThought/test/XInclude/docs/../../../result/XInclude/include3.xml
success 1 ms

FourThought-include-04

John Evdemon

18-September-2002

Simple test of including a set of nodes from an XML document.
successFourThought/test/XInclude/docs/ft-include4.xmlFourThought/test/XInclude/docs/../../../result/XInclude/include4.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include4.xml; lineNumber: 2; columnNumber: 71; An 'include' failed, and no 'fallback' element was found. 17 ms

FourThought-include-05

John Evdemon

18-September-2002

Simple test of including a set of nodes from an XML document.
successFourThought/test/XInclude/docs/ft-include5.xmlFourThought/test/XInclude/docs/../../../result/XInclude/include5.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include5.xml; lineNumber: 2; columnNumber: 71; An 'include' failed, and no 'fallback' element was found. 7 ms

FourThought-include-06

John Evdemon

18-September-2002

Simple test of including a set of nodes from an XML document.
successFourThought/test/XInclude/docs/ft-include6.xmlFourThought/test/XInclude/docs/../../../result/XInclude/include6.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include6.xml; lineNumber: 2; columnNumber: 65; An 'include' failed, and no 'fallback' element was found. 6 ms

FourThought-include-07

John Evdemon

18-September-2002

Simple test of including a set of nodes from an XML document.
successFourThought/test/XInclude/docs/ft-include7.xmlFourThought/test/XInclude/docs/../../../result/XInclude/include7.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/FourThought/test/XInclude/docs/ft-include7.xml; lineNumber: 2; columnNumber: 76; An 'include' failed, and no 'fallback' element was found. 6 ms

NIST

Nist-include-01

Sandra I. Martinez

18-September-2002

Test the inclusion of another XML document.
successNist/test/docs/nist-include-01.xmlNist/test/docs/../../result/nist-include-01.xml
success 3 ms

Nist-include-02

Sandra I. Martinez

September-2002

Test that the encoding attribute in the Xinclude element has no effect when parse="xml".
successNist/test/docs/nist-include-02.xmlNist/test/docs/../../result/nist-include-02.xml
success 2 ms

Nist-include-03

Sandra I. Martinez

September, 2002

Test that values other than xml or text, in the parse attribute of the XInclude element, result in fatal errors.
errorNist/test/docs/nist-include-03.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-03.xml; lineNumber: 3; columnNumber: 66; Invalid value for 'parse' attribute on 'include' element: 'xtext'. 1 ms

Nist-include-04

Sandra I. Martinez

September, 2002

Test of fallback element appearing as a child of an xinclude element.
successNist/test/docs/nist-include-04.xmlNist/test/docs/../../result/nist-include-04.xml
success 2 ms

Nist-include-05

Sandra I. Martinez

Septembe, 2002

Test a fallback element not appearing as a direct child of an xinclude element. A fatal error should be generated.
errorNist/test/docs/nist-include-05.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-05.xml; lineNumber: 6; columnNumber: 23; A 'fallback' element was found that did not have 'include' as the parent. 2 ms

Nist-include-06

Sandra I. Martinez

September, 2002

Test a fallback when a resource error occurs.
successNist/test/docs/nist-include-06.xmlNist/test/docs/../../result/nist-include-06.xml
success 8 ms

Nist-include-07

Sandra I. Martinez

September, 2002

Test an empty fallback element. The xinclude element is removed from the results.
successNist/test/docs/nist-include-07.xmlNist/test/docs/../../result/nist-include-07.xml
success 11 ms

Nist-include-08

Sandra I. Martinez

September, 2002

Test of a fallback element missing from the include element. A resource error results in a fatal error.
errorNist/test/docs/nist-include-08.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-08.xml; lineNumber: 5; columnNumber: 60; An 'include' failed, and no 'fallback' element was found. 4 ms

Nist-include-09

Sandra I. Martinez

September, 2002

Test unqualified attributes in the include element. They must be ignored.
successNist/test/docs/nist-include-09.xmlNist/test/docs/../../result/nist-include-09.xml
success 11 ms

Nist-include-10

Sandra I. Martinez

September, 2002

Test content other than the fallback, in the xinclude element. This content must be ignored.
successNist/test/docs/nist-include-10.xmlNist/test/docs/../../result/nist-include-10.xml
success 2 ms

Nist-include-11

Sandra I. Martinez

September, 2002

Test a resource containing non-well-formed XML. The inclusion results in a fatal error.
errorNist/test/docs/nist-include-11.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-11.xml; lineNumber: 3; columnNumber: 55; Error attempting to parse XML file (href='../ents/nwfsomething.xml'). 11 ms

Nist-include-12

Sandra I. Martinez

September, 2002

Test that is a fatal error for an include element to contain more than one fallback elements.
errorNist/test/docs/nist-include-12.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-12.xml; lineNumber: 11; columnNumber: 21; The [children] of an 'include' element cannot contain more than one 'fallback' element. 3 ms

Nist-include-13

Sandra I. Martinez

September, 2002

Test a fallback element containing markup when parse="text".
successNist/test/docs/nist-include-13.xmlNist/test/docs/../../result/nist-include-13.xml
success 12 ms

Nist-include-14

Sandra I. Martinez

September, 2002

Test a fallback element containing markup when parse="text".
successNist/test/docs/nist-include-14.xmlNist/test/docs/../../result/nist-include-14.xml
success 3 ms

Nist-include-15

Sandra I. Martinez

September, 2002

It is illegal for an include element to point to itself, when parse="xml".
errorNist/test/docs/nist-include-15.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-15.xml; lineNumber: 2; columnNumber: 56; Error attempting to parse XML file (href='nist-include-15.xml'). 11 ms

Nist-include-16

Sandra I. Martinez

September, 2002

Test a document type declaration information item child in the resource information set. the DTD should be excluded for inclusion in the source infoset.
successNist/test/docs/nist-include-16.xmlNist/test/docs/../../result/nist-include-16.xml
success 2 ms

Nist-include-17

Sandra I. Martinez

September, 2002

Test intra-document reference within include elements.
successNist/test/docs/nist-include-17.xmlNist/test/docs/../../result/nist-include-17.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-17.xml; lineNumber: 4; columnNumber: 54; An 'include' failed, and no 'fallback' element was found. 12 ms

Nist-include-18

Sandra I. Martinez

September, 2002

Simple test of including a set of nodes from an XML document.
successNist/test/docs/nist-include-18.xmlNist/test/docs/../../result/nist-include-18.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-18.xml; lineNumber: 3; columnNumber: 79; An 'include' failed, and no 'fallback' element was found. 14 ms

Nist-include-19

Sandra I. Martinez

September, 2002

Test the inclusion of a set of nodes from an XML document.
successNist/test/docs/nist-include-19.xmlNist/test/docs/../../result/nist-include-19.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-19.xml; lineNumber: 3; columnNumber: 87; An 'include' failed, and no 'fallback' element was found. 22 ms

Nist-include-20

Sandra I. Martinez

September, 2002

Test an include location identifying a document information item with an xpointer locating the document root. In this case the set of top level include items is the children of acquired infoset's document information item, except for the document type information item.
successNist/test/docs/nist-include-20.xmlNist/test/docs/../../result/nist-include-20.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-20.xml; lineNumber: 7; columnNumber: 75; An 'include' failed, and no 'fallback' element was found. 8 ms

Nist-include-21

Sandra I. Martinez

January, 2003

Including an XML document with an unparsed entity.
successNist/test/docs/nist-include-21.xmlNist/test/docs/../../result/nist-include-21.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-21.xml; lineNumber: 11; columnNumber: 63; Error attempting to parse XML file (href='../ents/unparent.xml'). 14 ms

Nist-include-22

Sandra I. Martinez

January, 2003

Testing when the document (top level) element in the source infoset is an include element.
successNist/test/docs/nist-include-22.xmlNist/test/docs/../../result/nist-include-22.xml
success 2 ms

Nist-include-23

Sandra I. Martinez

January, 2003

Testing an include element in the document (top-level) element in the source doc. Test should fail because is including more than one element.
errorNist/test/docs/nist-include-23.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-23.xml; lineNumber: 3; columnNumber: 126; An 'include' failed, and no 'fallback' element was found. 30 ms

Nist-include-24

Sandra I. Martinez

January, 2003

Testing an include element in the document (top-level) element in the source doc. Test should fail because is including only a processing instruction.
errorNist/test/docs/nist-include-24.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-24.xml; lineNumber: 3; columnNumber: 146; An 'include' failed, and no 'fallback' element was found. 4 ms

Nist-include-25

Sandra I. Martinez

January, 2003

Testing an include element in the document (top-level) element in the source doc. Test should fail because is including only a comment.
errorNist/test/docs/nist-include-25.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-25.xml; lineNumber: 3; columnNumber: 131; An 'include' failed, and no 'fallback' element was found. 4 ms

Nist-include-26

Sandra I. Martinez

January, 2003

Test relative URI references in the included infoset.
successNist/test/docs/nist-include-26.xmlNist/test/docs/../../result/nist-include-26.xml
success 6 ms

Nist-include-27

Sandra I. Martinez

January, 2003

Test that the encoding attribute when parse="xml" does not translate the incoming document.
successNist/test/docs/nist-include-27.xmlNist/test/docs/../../result/nist-include-27.xml
success 9 ms

Nist-include-28

Sandra I. Martinez

January, 2003

including another XML document with IDs, using a shorthand pointer.
successNist/test/docs/nist-include-28.xmlNist/test/docs/../../result/nist-include-28.xml
success 4 ms

Nist-include-29

Sandra I. Martinez

January, 2003

including another XML document with IDs, using a shorthand pointer.
successNist/test/docs/nist-include-29.xmlNist/test/docs/../../result/nist-include-29.xml
success 2 ms

Nist-include-30

Sandra I. Martinez

January, 2003

Including another XML document with IDs, using a shorthand pointer.
successNist/test/docs/nist-include-30.xmlNist/test/docs/../../result/nist-include-30.xml
success 2 ms

Nist-include-31

Sandra I. Martinez

January, 2003

Including an XML document using an XPointer element scheme.
successNist/test/docs/nist-include-31.xmlNist/test/docs/../../result/nist-include-31.xml
success 8 ms

Nist-include-32

Sandra I. Martinez

January, 2003

Including an XML document using an XPointer element scheme.
errorNist/test/docs/nist-include-32.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-32.xml; lineNumber: 7; columnNumber: 62; An 'include' failed, and no 'fallback' element was found. 2 ms

Nist-include-33

Sandra I. Martinez

January, 2003

Including an XML document using an XPointer element scheme.
errorNist/test/docs/nist-include-33.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-33.xml; lineNumber: 6; columnNumber: 63; An 'include' failed, and no 'fallback' element was found. 4 ms

Nist-include-34

Sandra I. Martinez

January, 2003

Including another XML document with ids using XPointer element scheme.
successNist/test/docs/nist-include-34.xmlNist/test/docs/../../result/nist-include-34.xml
success 9 ms

Nist-include-35

Sandra I. Martinez

January, 2003

Including an XML document using an XPointer element scheme.
successNist/test/docs/nist-include-35.xmlNist/test/docs/../../result/nist-include-35.xml
success 2 ms

Nist-include-36

Sandra I. Martinez

January, 2003

Including an XML document using an XPointer element scheme.
successNist/test/docs/nist-include-36.xmlNist/test/docs/../../result/nist-include-36.xml
success 3 ms

Nist-include-37

Sandra I. Martinez

January, 2003

Including another XML document using XPointer Framework scheme-base pointer. If the processor does not support the scheme used in a pointer part, it skip that pointer part.
successNist/test/docs/nist-include-37.xmlNist/test/docs/../../result/nist-include-37.xml
success 2 ms

Nist-include-38

Sandra I. Martinez

January, 2003

Including another XML document using XPointer Framework. If the processor does not support the scheme used in a pointer part, it skip that pointer part.
successNist/test/docs/nist-include-38.xmlNist/test/docs/../../result/nist-include-38.xml
success 2 ms

nist-include-39

Sandra I. Martinez

January, 2003

Testing the content of the xinclude element. The comment should be ignored .
successNist/test/docs/nist-include-39.xmlNist/test/docs/../../result/nist-include-39.xml
success 1 ms

nist-include-40

Sandra I. Martinez

January, 2003

Testing the content of the xinclude element. The element should be ignored .
successNist/test/docs/nist-include-40.xmlNist/test/docs/../../result/nist-include-40.xml
success 1 ms

nist-include-41

Sandra I. Martinez

January, 2003

Testing the content of the xinclude element. This test should result in a fatal error.
errorNist/test/docs/nist-include-41.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-41.xml; lineNumber: 7; columnNumber: 45; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. 13 ms

Nist-include-42

Sandra I. Martinez

January, 2003

Testing the content of the xinclude element. The xinclude element may contain a fallback element; other elements from the xinclude namespace result in a fatal error.
errorNist/test/docs/nist-include-42.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-42.xml; lineNumber: 6; columnNumber: 45; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. 17 ms

Nist-include-43

Sandra I. Martinez

January, 2003

Testing the content of the xinclude element. The content must be one fallback. This test should result in a fatal error.
errorNist/test/docs/nist-include-43.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-43.xml; lineNumber: 7; columnNumber: 16; The [children] of an 'include' element cannot contain more than one 'fallback' element. 12 ms

Nist-include-44

Sandra I. Martinez

January, 2003

Test a resource that contains not-well-formed XML. This test should result in a fatal error.
errorNist/test/docs/nist-include-44.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-44.xml; lineNumber: 6; columnNumber: 65; Error attempting to parse XML file (href='../ents/nwf1.xml'). 12 ms

Nist-include-45

Sandra I. Martinez

January, 2003

Test a resource that contains not-well-formed XML. This test should result in a fatal error.
errorNist/test/docs/nist-include-45.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-45.xml; lineNumber: 5; columnNumber: 39; Error attempting to parse XML file (href='../ents/nwf2.xml'). 3 ms

Nist-include-46

Sandra I. Martinez

January, 2003

Testing the content of the xinclude element. The xinclude element may contain a fallback element; other elements from the xinclude namespace result in a fatal error.
errorNist/test/docs/nist-include-46.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-46.xml; lineNumber: 7; columnNumber: 44; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. 9 ms

Nist-include-47

Sandra I. Martinez

January, 2003

Testing the content of the xinclude element. The xinclude element may contain a fallback element; other elements from the xinclude namespace result in a fatal error.
errorNist/test/docs/nist-include-47.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-47.xml; lineNumber: 6; columnNumber: 45; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. 9 ms

Nist-include-48

Sandra I. Martinez

January, 2003

It is a fatal error to resolve an xpointer scheme on a document that contains unexpanded entity reference information items.
errorNist/test/docs/nist-include-48.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-48.xml; lineNumber: 8; columnNumber: 88; An 'include' failed, and no 'fallback' element was found. 6 ms

Nist-include-49

Sandra I. Martinez

January, 2003

The unexpanded entity reference information items, if present in the source infoset, will appear in the result infoset.
successNist/test/docs/nist-include-49.xmlNist/test/docs/../../result/nist-include-49.xml
success error Expected child 'e' but was 'null' - comparing <!--NodeType 5 e/null--> at /x[1]/doc[1]/ to <NULL> (DIFFERENT) 2 ms

Nist-include-50

Sandra I. Martinez

January, 2003

Test an include location identifying the document information item without an Xpointer, The set of top-level included items should be the children of the acquired inforset's document information item, except for the document type declaration information item.
successNist/test/docs/nist-include-50.xmlNist/test/docs/../../result/nist-include-50.xml
success 1 ms

Nist-include-51

Sandra I. Martinez

January, 2003

Test an include location having an XPointer identifying a comment. The set of top-level included items should consist of the information item corresponding to the comment node in the acquired infoset.
successNist/test/docs/nist-include-51.xmlNist/test/docs/../../result/nist-include-51.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-51.xml; lineNumber: 5; columnNumber: 84; An 'include' failed, and no 'fallback' element was found. 6 ms

Nist-include-52

Sandra I. Martinez

January, 2003

Test an include location having an XPointer identifying a processing instruction. The set of top-level included items should consist of the information item corresponding to the processing instruction node in the acquired infoset.
successNist/test/docs/nist-include-52.xmlNist/test/docs/../../result/nist-include-52.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-52.xml; lineNumber: 5; columnNumber: 99; An 'include' failed, and no 'fallback' element was found. 3 ms

Nist-include-53

Sandra I. Martinez

January, 2003

Test that an include location identifying an attribute node will result in a fatal error.
errorNist/test/docs/nist-include-53.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-53.xml; lineNumber: 4; columnNumber: 74; An 'include' failed, and no 'fallback' element was found. 7 ms

Nist-include-54

Sandra I. Martinez

January, 2003

Test that an include location identifying an attribute node will result in a fatal error.
errorNist/test/docs/nist-include-54.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-54.xml; lineNumber: 4; columnNumber: 87; An 'include' failed, and no 'fallback' element was found. 5 ms

Nist-include-55

Sandra I. Martinez

January, 2003

Including a duplicate unparsed entity. Test should ignore duplicate unparsed entity.
successNist/test/docs/nist-include-55.xmlNist/test/docs/../../result/nist-include-55.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-55.xml; lineNumber: 17; columnNumber: 64; Error attempting to parse XML file (href='../ents/unparent.xml'). 8 ms

Nist-include-56

Sandra I. Martinez

January, 2003

Including an unparsed entity with same name, but different sysid. Test should fail.
errorNist/test/docs/nist-include-56.xmlNist/test/docs/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Nist/test/docs/nist-include-56.xml; lineNumber: 18; columnNumber: 64; Error attempting to parse XML file (href='../ents/unparent.xml'). 5 ms

LTG, Edinburgh Univ

eduni-1

Richard Tobin

30-Jun-2004

Simple whole-file inclusion.
successEdUni/test/book.xmlEdUni/test/../result/book.xml
success 8 ms

eduni-2

Richard Tobin

30-Jun-2004

Verify that xi:include elements in the target have been processed in the acquired infoset, ie before the xpointer is applied.
successEdUni/test/extract.xmlEdUni/test/../result/extract.xml
success 6 ms

eduni-3

Richard Tobin

1-Sep-2004

Check xml:lang fixup
successEdUni/test/lang.xmlEdUni/test/../result/lang.xml
success 18 ms

Elliotte Rusty Harold

harold-01

Elliotte Rusty Harold

31-Aug-2004

xml:base attribute is used to resolve relative URLs in href attributes
successHarold/test/xmlbasetest.xmlHarold/test/../result/xmlbasetest.xml
success 1 ms

harold-02

Elliotte Rusty Harold

31-Aug-2004

Use XPointer to include an include element in another document, and make sure that's fully resolved too
successHarold/test/resolvethruxpointer.xmlHarold/test/../result/resolvethruxpointer.xml
success 2 ms

harold-03

Elliotte Rusty Harold

31-Aug-2004

xml:base attribute on the xi:include element is used to resolve relative URL in href
successHarold/test/xmlbasetest2.xmlHarold/test/../result/xmlbasetest2.xml
success 1 ms

harold-04

Elliotte Rusty Harold

31-Aug-2004

xml:base attribute from an unincluded element still applies to its included descendants
successHarold/test/xmlbasetest3.xmlHarold/test/../result/xmlbasetest3.xml
success 1 ms

harold-05

Elliotte Rusty Harold

31-Aug-2004

An include element includes its following sibling element, which has a child include element including the sibling element after that one.
successHarold/test/marshtest.xmlHarold/test/../result/marshtest.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/marshtest.xml; lineNumber: 5; columnNumber: 29; An 'include' failed, and no 'fallback' element was found. 1 ms

harold-06

Elliotte Rusty Harold

31-Aug-2004

Include a document that uses XPointers to reference various parts of itself
successHarold/test/includedocumentwithintradocumentreferences.xmlHarold/test/../result/includedocumentwithintradocumentreferences.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/includedocumentwithintradocumentreferences.xml; lineNumber: 3; columnNumber: 37; Error attempting to parse XML file (href='marshtest.xml'). 13 ms

harold-07

Elliotte Rusty Harold

31-Aug-2004

xml:lang attribute from including document does not override xml:lang attribute in included document
successHarold/test/langtest1.xmlHarold/test/../result/langtest1.xml
success 2 ms

harold-08

Elliotte Rusty Harold

31-Aug-2004

xml:lang attribute is added to retain the included element's language, even though the language was originaly declared on an unincluded element
successHarold/test/langtest2.xmlHarold/test/../result/langtest2.xml
success 2 ms

harold-09

Elliotte Rusty Harold

31-Aug-2004

xml:lang='' is added when the included document does not declare a language and the including element does
successHarold/test/langtest3.xmlHarold/test/../result/langtest3.xml
success 2 ms

harold-10

Elliotte Rusty Harold

31-Aug-2004

Test that the xml:base attribute is not used to resolve a missing href. According to RFC 2396 empty string URI always refers to the current document irrespective of base URI.
successHarold/test/marshtestwithxmlbase.xmlHarold/test/../result/marshtestwithxmlbase.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/marshtestwithxmlbase.xml; lineNumber: 5; columnNumber: 29; An 'include' failed, and no 'fallback' element was found. 3 ms

harold-11

Elliotte Rusty Harold

31-Aug-2004

There's no difference between href="" and no href attribute.
successHarold/test/marshtestwithxmlbaseandemptyhref.xmlHarold/test/../result/marshtestwithxmlbase.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/marshtestwithxmlbaseandemptyhref.xml; lineNumber: 5; columnNumber: 37; An 'include' failed, and no 'fallback' element was found. 1 ms

harold-12

Elliotte Rusty Harold

31-Aug-2004

Make sure base URIs are preserved when including from the same document.
successHarold/test/includefromsamedocumentwithbase.xmlHarold/test/../result/includefromsamedocumentwithbase.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/includefromsamedocumentwithbase.xml; lineNumber: 4; columnNumber: 84; An 'include' failed, and no 'fallback' element was found. 5 ms

harold-13

Elliotte Rusty Harold

31-Aug-2004

Syntactically incorrect IRI is a fatal error (Eitehr I'm missing something or the spec needs to state this prinicple more clearly.)
errorHarold/test/badiri.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badiri.xml; lineNumber: 2; columnNumber: 52; 'href' attribute value 'http://www.example.com/a%5.html' is syntactically invalid. After applying escaping rules the value is neither a syntactically correct URI or IRI. 4 ms

harold-14

Elliotte Rusty Harold

31-Aug-2004

Syntactically incorrect IRI with an unrecognized scheme is a fatal error
errorHarold/test/badiri2.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badiri2.xml; lineNumber: 2; columnNumber: 54; 'href' attribute value 'scheme://www.example.com/a%5.html' is syntactically invalid. After applying escaping rules the value is neither a syntactically correct URI or IRI. 3 ms

harold-15

Elliotte Rusty Harold

31-Aug-2004

Syntactically correct IRI with an unrecognized scheme is a resource error
successHarold/test/goodiri.xmlHarold/test/../result/goodiri.xml
success 2 ms

harold-16

Elliotte Rusty Harold

31-Aug-2004

accept attribute contains carriage-return/linefeed pair
errorHarold/test/badaccept1.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badaccept1.xml; lineNumber: 3; columnNumber: 89; Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept' attribute of an 'include' element. 1 ms

harold-17

Elliotte Rusty Harold

31-Aug-2004

accept attribute contains Latin-1 character (non-breaking space)
errorHarold/test/badaccept2.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badaccept2.xml; lineNumber: 3; columnNumber: 84; Characters outside the range #x20 through #x7E are not allowed in the value of the 'accept' attribute of an 'include' element. 8 ms

harold-18

Elliotte Rusty Harold

31-Aug-2004

Unprefixed, unrecognized attributes on an include element are ignored
successHarold/test/extraattributes.xmlHarold/test/../result/c1.xml
success 2 ms

harold-19

Elliotte Rusty Harold

31-Aug-2004

Fallback elements can be empty
successHarold/test/emptyfallback.xmlHarold/test/../result/emptyfallback.xml
success 1 ms

harold-20

Elliotte Rusty Harold

31-Aug-2004

Included documents can themselves use fallbacks
successHarold/test/metafallbacktest.xmlHarold/test/../result/metafallbacktest.xml
success 2 ms

harold-21

Elliotte Rusty Harold

31-Aug-2004

An included document can use a fallback that points into the included document
successHarold/test/metafallbacktest6.xmlHarold/test/../result/metafallbacktest6.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest6.xml; lineNumber: 2; columnNumber: 119; Error attempting to parse XML file (href='fallbackinternalxpointer.xml'). 3 ms

harold-22

Elliotte Rusty Harold

31-Aug-2004

An included document can use a fallback that includes another document as text
successHarold/test/metafallbacktest2.xmlHarold/test/../result/metafallbacktest2.xml
success 10 ms

harold-23

Elliotte Rusty Harold

31-Aug-2004

A fallback element in an included document contains an include element with a parse attribute with an illegal value.
errorHarold/test/metafallbacktest3.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest3.xml; lineNumber: 2; columnNumber: 120; Error attempting to parse XML file (href='fallbackbadparseattribute.xml'). 7 ms

harold-24

Elliotte Rusty Harold

31-Aug-2004

A fallback element in an included document contains an include element with neither an xpointer nor an href attribute.
errorHarold/test/metafallbacktest4.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest4.xml; lineNumber: 2; columnNumber: 116; Error attempting to parse XML file (href='fallbacknohreforparse.xml'). 8 ms

harold-25

Elliotte Rusty Harold

31-Aug-2004

A fallback element in an included document contains an include element whose href attribute has a fragment ID.
errorHarold/test/metafallbacktestwithfragmentid.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktestwithfragmentid.xml; lineNumber: 2; columnNumber: 96; Fragment identifiers must not be used. The 'href' attribute value 'fallbacktest.xml#element(/1/1)' is not permitted. 1 ms

harold-26

Elliotte Rusty Harold

31-Aug-2004

The XPointer does not select anything in the acquired infoset, but does select something in the source infoset.
errorHarold/test/metafallbacktest5.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbacktest5.xml; lineNumber: 2; columnNumber: 137; An 'include' failed, and no 'fallback' element was found. 3 ms

harold-27

Elliotte Rusty Harold

31-Aug-2004

A fallback in an included document contains some text and a comment, but no elements.
successHarold/test/metafallbacktotexttest.xmlHarold/test/../result/metafallbacktotexttest.xml
success 5 ms

harold-28

Elliotte Rusty Harold

31-Aug-2004

Include element points to another include element, which has a missing resource and therefore activates a fallback.
successHarold/test/metafallbacktestwithxpointer.xmlHarold/test/../result/metafallbacktestwithxpointer.xml
success 2 ms

harold-29

Elliotte Rusty Harold

31-Aug-2004

An include element can include another include element that then uses a fallback.
successHarold/test/metafallbacktestwithxpointer2.xmlHarold/test/../result/metafallbacktestwithxpointer2.xml
success 2 ms

harold-30

Elliotte Rusty Harold

31-Aug-2004

An include element can include another include element that then fails to find a resource, which is a fatal error if there's no fallback.
errorHarold/test/metamissingfallbacktestwithxpointer.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metamissingfallbacktestwithxpointer.xml; lineNumber: 2; columnNumber: 109; Error attempting to parse XML file (href='nofallbacktest.xml'). 7 ms

harold-31

Elliotte Rusty Harold

31-Aug-2004

An include element can include another include element that then fails to find a resource, but it has a fallback, which itself has an include child, which then throws a fatal error.
errorHarold/test/metafallbackwithbadxpointertest.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/metafallbackwithbadxpointertest.xml; lineNumber: 2; columnNumber: 114; Error attempting to parse XML file (href='fallbackbadxpointer.xml'). 7 ms

harold-32

Elliotte Rusty Harold

31-Aug-2004

Basic test from XInclude spec
successHarold/test/parseequalxml.xmlHarold/test/../result/c1.xml
success 2 ms

harold-33

Elliotte Rusty Harold

31-Aug-2004

An include element points to a document that includes it, using an xpointer to select part of that document.
errorHarold/test/legalcircle.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/legalcircle.xml; lineNumber: 4; columnNumber: 38; Error attempting to parse XML file (href='circleback.xml'). 11 ms

harold-34

Elliotte Rusty Harold

31-Aug-2004

An include element points to another include element in the same document.
successHarold/test/recursewithinsamedocument.xmlHarold/test/../result/recursewithinsamedocument.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/recursewithinsamedocument.xml; lineNumber: 5; columnNumber: 85; An 'include' failed, and no 'fallback' element was found. 3 ms

harold-35

Elliotte Rusty Harold

31-Aug-2004

Include elements can be siblings
successHarold/test/paralleltest.xmlHarold/test/../result/paralleltest.xml
success 2 ms

harold-36

Elliotte Rusty Harold

31-Aug-2004

Namespaces (and lack thereof) must be preserved in included documents
successHarold/test/namespacetest.xmlHarold/test/../result/namespacetest.xml
success 2 ms

harold-37

Elliotte Rusty Harold

31-Aug-2004

Detect an inclusion loop when an include element refers to itself
errorHarold/test/internalcircular.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/internalcircular.xml; lineNumber: 5; columnNumber: 84; An 'include' failed, and no 'fallback' element was found. 3 ms

harold-38

Elliotte Rusty Harold

31-Aug-2004

Detect an inclusion loop when an include element refers to its ancestor element in the same document
errorHarold/test/internalcircularviaancestor.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/internalcircularviaancestor.xml; lineNumber: 5; columnNumber: 82; An 'include' failed, and no 'fallback' element was found. 2 ms

harold-39

Elliotte Rusty Harold

31-Aug-2004

Processing a document that contains no include elements produces the same document.
successHarold/test/latin1.xmlHarold/test/../result/latin1.xml
success error  Failed to parse resultant XML document

While evaluating expression: #result.exception

java.lang.RuntimeException: Failed to parse resultant XML document
at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:78)
at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83)
at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.CommandCall.verify (CommandCall.java:76)
at org.concordion.api.CommandCallList.verify (CommandCallList.java:27)
at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78)
at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33)
at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60)
at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69)
at org.concordion.Concordion.processExample (Concordion.java:92)
at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41)
at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207)
at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31)
at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58)
at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23)
at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268)
at org.junit.runners.ParentRunner.run (ParentRunner.java:363)
at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418)
org.concordion.internal.ParsingException: Failed to parse XML
at org.concordion.internal.XMLParser.parse (XMLParser.java:34)
at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76)
at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83)
at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.CommandCall.verify (CommandCall.java:76)
at org.concordion.api.CommandCallList.verify (CommandCallList.java:27)
at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78)
at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33)
at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60)
at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69)
at org.concordion.Concordion.processExample (Concordion.java:92)
at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41)
at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207)
at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31)
at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58)
at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23)
at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268)
at org.junit.runners.ParentRunner.run (ParentRunner.java:363)
at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418)
org.concordion.internal.ParsingException: Failed to parse XML document
at org.concordion.internal.XMLParser.parse (XMLParser.java:25)
at org.concordion.internal.XMLParser.parse (XMLParser.java:14)
at org.concordion.internal.XMLParser.parse (XMLParser.java:32)
at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76)
at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83)
at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.CommandCall.verify (CommandCall.java:76)
at org.concordion.api.CommandCallList.verify (CommandCallList.java:27)
at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78)
at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33)
at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60)
at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69)
at org.concordion.Concordion.processExample (Concordion.java:92)
at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41)
at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207)
at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31)
at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58)
at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23)
at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268)
at org.junit.runners.ParentRunner.run (ParentRunner.java:363)
at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418)
nu.xom.ParsingException: The entity "iexcl" was referenced, but not declared.
at nu.xom.Builder.build (Unknown Source)
at nu.xom.Builder.build (Unknown Source)
at org.concordion.internal.XMLParser.parse (XMLParser.java:21)
at org.concordion.internal.XMLParser.parse (XMLParser.java:14)
at org.concordion.internal.XMLParser.parse (XMLParser.java:32)
at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76)
at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83)
at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.CommandCall.verify (CommandCall.java:76)
at org.concordion.api.CommandCallList.verify (CommandCallList.java:27)
at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78)
at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33)
at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60)
at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69)
at org.concordion.Concordion.processExample (Concordion.java:92)
at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41)
at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207)
at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31)
at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58)
at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23)
at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268)
at org.junit.runners.ParentRunner.run (ParentRunner.java:363)
at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418)
org.xml.sax.SAXParseException: The entity "iexcl" was referenced, but not declared.
at org.apache.xerces.parsers.AbstractSAXParser.parse (Unknown Source)
at nu.xom.Builder.build (Unknown Source)
at nu.xom.Builder.build (Unknown Source)
at org.concordion.internal.XMLParser.parse (XMLParser.java:21)
at org.concordion.internal.XMLParser.parse (XMLParser.java:14)
at org.concordion.internal.XMLParser.parse (XMLParser.java:32)
at org.concordion.ext.embed.EmbedCommand.getXOMDocument (EmbedCommand.java:76)
at org.concordion.ext.embed.EmbedCommand.getRootElement (EmbedCommand.java:83)
at org.concordion.ext.embed.EmbedCommand.verify (EmbedCommand.java:65)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.AbstractCommandDecorator$3.run (AbstractCommandDecorator.java:33)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.verify (AbstractCommandDecorator.java:31)
at org.concordion.api.CommandCall.verify (CommandCall.java:76)
at org.concordion.api.CommandCallList.verify (CommandCallList.java:27)
at org.concordion.internal.command.executeCommand.ExecuteCommand.normalExecution (ExecuteCommand.java:78)
at org.concordion.internal.command.executeCommand.ExecuteCommand.execute (ExecuteCommand.java:68)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.LocalTextDecorator.process (LocalTextDecorator.java:26)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.AbstractCommandDecorator$2.run (AbstractCommandDecorator.java:25)
at org.concordion.internal.command.ThrowableCatchingDecorator.process (ThrowableCatchingDecorator.java:38)
at org.concordion.api.AbstractCommandDecorator.execute (AbstractCommandDecorator.java:23)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.api.CommandCallList.processSequentially (CommandCallList.java:33)
at org.concordion.internal.command.SpecificationCommand.execute (SpecificationCommand.java:36)
at org.concordion.api.CommandCall.execute (CommandCall.java:72)
at org.concordion.internal.XMLSpecification.processNode (XMLSpecification.java:60)
at org.concordion.internal.XMLSpecification.processExample (XMLSpecification.java:69)
at org.concordion.Concordion.processExample (Concordion.java:92)
at org.concordion.internal.FixtureRunner.run (FixtureRunner.java:41)
at org.concordion.integration.junit4.ConcordionRunner.invoke (ConcordionRunner.java:207)
at org.concordion.integration.junit4.ConcordionRunner$1.invoke (ConcordionRunner.java:31)
at org.concordion.integration.junit4.ConcordionFrameworkMethod.invokeExplosively (ConcordionFrameworkMethod.java:58)
at org.junit.internal.runners.statements.InvokeMethod.evaluate (InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate (RunBefores.java:26)
at org.junit.runners.ParentRunner.runLeaf (ParentRunner.java:325)
at org.junit.runners.BlockJUnit4ClassRunner.runChild (BlockJUnit4ClassRunner.java:78)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:191)
at org.concordion.integration.junit4.ConcordionRunner.runChild (ConcordionRunner.java:23)
at org.junit.runners.ParentRunner$3.run (ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule (ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren (ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000 (ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate (ParentRunner.java:268)
at org.junit.runners.ParentRunner.run (ParentRunner.java:363)
at org.concordion.integration.junit4.ConcordionRunner.run (ConcordionRunner.java:150)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute (JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun (JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet (JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke (JUnit4Provider.java:159)
at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader (ForkedBooter.java:384)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess (ForkedBooter.java:345)
at org.apache.maven.surefire.booter.ForkedBooter.execute (ForkedBooter.java:126)
at org.apache.maven.surefire.booter.ForkedBooter.main (ForkedBooter.java:418)
1 ms

harold-40

Elliotte Rusty Harold

31-Aug-2004

Basic inclusion
successHarold/test/simple.xmlHarold/test/../result/simple.xml
success 3 ms

harold-41

Elliotte Rusty Harold

31-Aug-2004

The root element of a document can be an include element.
successHarold/test/roottest.xmlHarold/test/../result/roottest.xml
success 3 ms

harold-42

Elliotte Rusty Harold

31-Aug-2004

The root element of a document can be an include element. In this test the included document has a prolog and an epilog and the root element is replaced
successHarold/test/roottest2.xmlHarold/test/../result/roottest2.xml
success 3 ms

harold-43

Elliotte Rusty Harold

31-Aug-2004

testIncludeElementsCannotHaveIncludeChildren
errorHarold/test/nestedxinclude.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/nestedxinclude.xml; lineNumber: 7; columnNumber: 32; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'include' was found. 5 ms

harold-44

Elliotte Rusty Harold

31-Aug-2004

Include elements cannot have children from the xinclude namespace except for fallback.
errorHarold/test/nestedxincludenamespace.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/nestedxincludenamespace.xml; lineNumber: 8; columnNumber: 34; Elements from namespace 'http://www.w3.org/2001/XInclude', other than 'fallback', are not allowed to be children of 'include' elements. However, 'xi:nonesuch' was found. 6 ms

harold-45

Elliotte Rusty Harold

31-Aug-2004

Fallback can only be a child of xinclude element
errorHarold/test/nakedfallback.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/nakedfallback.xml; lineNumber: 4; columnNumber: 16; A 'fallback' element was found that did not have 'include' as the parent. 3 ms

harold-46

Elliotte Rusty Harold

31-Aug-2004

A fallback element cannot have a fallback child element.
errorHarold/test/fallbackcontainsfallback.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/fallbackcontainsfallback.xml; lineNumber: 6; columnNumber: 20; A 'fallback' element was found that did not have 'include' as the parent. 4 ms

harold-47

Elliotte Rusty Harold

31-Aug-2004

"The appearance of more than one xi:fallback element, an xi:include element, or any other element from the XInclude namespace is a fatal error." In this test the fallback is activated.
errorHarold/test/multiplefallbacks.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/multiplefallbacks.xml; lineNumber: 6; columnNumber: 18; The [children] of an 'include' element cannot contain more than one 'fallback' element. 5 ms

harold-48

Elliotte Rusty Harold

31-Aug-2004

"The appearance of more than one xi:fallback element, an xi:include element, or any other element from the XInclude namespace is a fatal error." In this test the fallback is not activated.
errorHarold/test/multiplefallbacks2.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/multiplefallbacks2.xml; lineNumber: 8; columnNumber: 18; The [children] of an 'include' element cannot contain more than one 'fallback' element. 4 ms

harold-49

Elliotte Rusty Harold

31-Aug-2004

A document cannot include itself
errorHarold/test/circle1.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/circle1.xml; lineNumber: 3; columnNumber: 90; Error attempting to parse XML file (href='circle1.xml'). 3 ms

harold-50

Elliotte Rusty Harold

31-Aug-2004

Document A includes document B which includes document A
errorHarold/test/circle2a.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/circle2a.xml; lineNumber: 5; columnNumber: 91; Error attempting to parse XML file (href='circle2b.xml'). 17 ms

harold-51

Elliotte Rusty Harold

31-Aug-2004

Include element is missing an href and xpointer attribute
errorHarold/test/missinghref.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/missinghref.xml; lineNumber: 5; columnNumber: 71; xpointer attribute must be present when href attribute is absent. 3 ms

harold-52

Elliotte Rusty Harold

31-Aug-2004

parse attribute must have value xml or text
errorHarold/test/badparseattribute.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badparseattribute.xml; lineNumber: 5; columnNumber: 94; Invalid value for 'parse' attribute on 'include' element: 'nonesuch'. 4 ms

harold-53

Elliotte Rusty Harold

31-Aug-2004

Missing resource is fatal when there's no fallback
errorHarold/test/missingfile.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/missingfile.xml; lineNumber: 5; columnNumber: 78; An 'include' failed, and no 'fallback' element was found. 4 ms

harold-54

Elliotte Rusty Harold

31-Aug-2004

Missing resource is non-fatal when there's a fallback
successHarold/test/fallbacktest.xmlHarold/test/../result/fallbacktest.xml
success 2 ms

harold-55

Elliotte Rusty Harold

31-Aug-2004

Fallback elements can themselves contain include elements
successHarold/test/fallbacktest2.xmlHarold/test/../result/fallbacktest2.xml
success 4 ms

harold-56

Elliotte Rusty Harold

31-Aug-2004

encoding="UTF-16"
successHarold/test/utf16.xmlHarold/test/../result/utf16.xml
success 1 ms

harold-57

Elliotte Rusty Harold

31-Aug-2004

A shorthand XPointer
successHarold/test/xptridtest.xmlHarold/test/../result/xptridtest.xml
success 2 ms

harold-58

Elliotte Rusty Harold

31-Aug-2004

XPointer that selects nothing is a resource error, and fatal because there's no fallback.
errorHarold/test/xptridtest2.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xptridtest2.xml; lineNumber: 6; columnNumber: 101; An 'include' failed, and no 'fallback' element was found. 4 ms

harold-59

Elliotte Rusty Harold

31-Aug-2004

XPointers of the forms described in [XPointer Framework] and [XPointer element() scheme] must be supported.
successHarold/test/xptrtumblertest.xmlHarold/test/../result/xptrtumblertest.xml
success 2 ms

harold-60

Elliotte Rusty Harold

31-Aug-2004

Unrecognized colonized XPointer schemes are skipped, and the following scheme is used.
successHarold/test/colonizedschemename.xmlHarold/test/../result/xptrtumblertest.xml
success 1 ms

harold-61

Elliotte Rusty Harold

31-Aug-2004

Even if the first XPointer part locates a resource, a syntax error in the second XPointer part is still a fatal error.
errorHarold/test/laterfailure.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/laterfailure.xml; lineNumber: 6; columnNumber: 118; An 'include' failed, and no 'fallback' element was found. 1 ms

harold-62

Elliotte Rusty Harold

31-Aug-2004

Even if the first XPointer part locates a resource, a syntax error in the second XPointer part is still a fatal error.
errorHarold/test/laterfailure2.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/laterfailure2.xml; lineNumber: 8; columnNumber: 118; An 'include' failed, and no 'fallback' element was found. 4 ms

harold-63

Elliotte Rusty Harold

31-Aug-2004

You can include another element from the same document without an href attribute.
successHarold/test/onlyxpointer.xmlHarold/test/../result/onlyxpointer.xml
success error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/onlyxpointer.xml; lineNumber: 4; columnNumber: 85; An 'include' failed, and no 'fallback' element was found. 4 ms

harold-64

Elliotte Rusty Harold

31-Aug-2004

Test with 3 element schemes in the XPointer. The first and second one point to nothing. The third one selects something. XPointer parts are evaluated from left to right until one finds something.
successHarold/test/xptr2tumblertest.xmlHarold/test/../result/xptrtumblertest.xml
success 2 ms

harold-65

Elliotte Rusty Harold

31-Aug-2004

Test with 2 element schemes in the XPointer. The first one uses an ID that doesn't exist and points to nothing. The second one selects something.
successHarold/test/xptrtumblertest.xmlHarold/test/../result/xptrtumblertest.xml
success 1 ms

harold-66

Elliotte Rusty Harold

31-Aug-2004

Make sure XPointer syntax errors are treated as a resource error, not a fatal error; and thus fallbacks are applied
successHarold/test/xptrtumblerfailsbutfallback.xmlHarold/test/../result/xptrtumblertest.xml
success 2 ms

harold-67

Elliotte Rusty Harold

31-Aug-2004

Make sure XPointer syntax errors are treated as a resource error, not a fatal error; and thus fallbacks are applied
successHarold/test/xptrsyntaxerrorbutfallback.xmlHarold/test/../result/xptrtumblertest.xml
success 1 ms

harold-68

Elliotte Rusty Harold

31-Aug-2004

Test with 3 element schemes in the XPointer, separated by white space. The first one points to nothing. The third one selects something.
successHarold/test/xptrtumblertest.xmlHarold/test/../result/xptrtumblertest.xml
success 2 ms

harold-69

Elliotte Rusty Harold

31-Aug-2004

An XPointer that doesn't point to anything is a resource error; and fatal because there's no fallback
errorHarold/test/xptrtumblertest2.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xptrtumblertest2.xml; lineNumber: 6; columnNumber: 106; An 'include' failed, and no 'fallback' element was found. 5 ms

harold-70

Elliotte Rusty Harold

31-Aug-2004

Syntax error in an XPointer is a resource error; and fatal because there's no fallback
errorHarold/test/badxptr.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr.xml; lineNumber: 5; columnNumber: 97; An 'include' failed, and no 'fallback' element was found. 3 ms

harold-71

Elliotte Rusty Harold

31-Aug-2004

Syntax error in an XPointer is a resource error; and fatal because there's no fallback
errorHarold/test/badxptr2.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr2.xml; lineNumber: 6; columnNumber: 136; Fragment identifiers must not be used. The 'href' attribute value 'docwithid.xml#element(rose%20red/1/1)' is not permitted. 2 ms

harold-72

Elliotte Rusty Harold

31-Aug-2004

Unrecognized XPointer scheme activates fallback
successHarold/test/xptrfallback.xmlHarold/test/../result/xptrfallback.xml
success 2 ms

harold-73

Elliotte Rusty Harold

31-Aug-2004

XPointer uses an element scheme where the first part is an ID
successHarold/test/xptridandtumblertest.xmlHarold/test/../result/xptridandtumblertest.xml
success 1 ms

harold-74

Elliotte Rusty Harold

31-Aug-2004

Can autodetect UTF16 big endian files with a with a byte order mark when parse="text"
successHarold/test/UTF16BigEndianWithByteOrderMark.xmlHarold/test/../result/UTF16BigEndianWithByteOrderMark.xml
success 1 ms

harold-75

Elliotte Rusty Harold

31-Aug-2004

Can autodetect UTF16 little endian files with a with a byte order mark when parse="text"
successHarold/test/UTF16LittleEndianWithByteOrderMark.xmlHarold/test/../result/UTF16LittleEndianWithByteOrderMark.xml
success 1 ms

harold-76

Elliotte Rusty Harold

31-Aug-2004

Can autodetect UTF-8 files with a with a byte order mark when parse="text"
successHarold/test/UTF8WithByteOrderMark.xmlHarold/test/../result/UTF8WithByteOrderMark.xml
success 1 ms

harold-77

Elliotte Rusty Harold

31-Aug-2004

Can autodetect UCS2 big endian files with a without a byte order mark when parse="text"
successHarold/test/UnicodeBigUnmarked.xmlHarold/test/../result/UnicodeBigUnmarked.xml
success 1 ms

harold-78

Elliotte Rusty Harold

31-Aug-2004

Can autodetect UCS2 little endian files with a without a byte order mark when parse="text"
successHarold/test/UnicodeLittleUnmarked.xmlHarold/test/../result/UnicodeLittleUnmarked.xml
success 1 ms

harold-79

Elliotte Rusty Harold

31-Aug-2004

Can autodetect EBCDIC files with a without a byte order mark when parse="text"
successHarold/test/EBCDIC.xmlHarold/test/../result/EBCDIC.xml
success 1 ms

harold-80

Elliotte Rusty Harold

31-Aug-2004

Syntax error in an XPointer is a resource error; and fatal becaue there's no fallback
errorHarold/test/badxptr3.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr3.xml; lineNumber: 5; columnNumber: 109; An 'include' failed, and no 'fallback' element was found. 1 ms

harold-81

Elliotte Rusty Harold

31-Aug-2004

Syntax error in an XPointer is a resource error; and fatal becaue there's no fallback
errorHarold/test/badxptr4.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/badxptr4.xml; lineNumber: 5; columnNumber: 109; An 'include' failed, and no 'fallback' element was found. 3 ms

harold-82

Elliotte Rusty Harold

31-Aug-2004

Circular references via xpointer are fatal
errorHarold/test/circlepointer1.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/circlepointer1.xml; lineNumber: 3; columnNumber: 85; Error attempting to parse XML file (href='circlepointer2.xml'). 14 ms

harold-83

Elliotte Rusty Harold

31-Aug-2004

href attribute with fragment ID is a fatal error even when there's an xpointer attribute
errorHarold/test/xpointeroverridesfragmentid.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xpointeroverridesfragmentid.xml; lineNumber: 4; columnNumber: 72; Fragment identifiers must not be used. The 'href' attribute value 'test3.xml#element(/1/1)' is not permitted. 3 ms

harold-84

Elliotte Rusty Harold

31-Aug-2004

href attribute with fragment ID is a fatal error
errorHarold/test/ignoresfragmentid.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/ignoresfragmentid.xml; lineNumber: 4; columnNumber: 47; Fragment identifiers must not be used. The 'href' attribute value 'test3.xml#element(/1/1)' is not permitted. 19 ms

harold-85

Elliotte Rusty Harold

31-Aug-2004

Line breaks must be preserved verbatim when including a document with parse="text"
successHarold/test/lineends.xmlHarold/test/../result/lineends.xml
success 1 ms

harold-86

Elliotte Rusty Harold

31-Aug-2004

A fragment identifier is semantically bad; but still meets the syntax of fragment IDs from RFC 2396.
errorHarold/test/meaninglessfragmentid.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/meaninglessfragmentid.xml; lineNumber: 4; columnNumber: 52; Fragment identifiers must not be used. The 'href' attribute value 'test3.xml#nonesuch(/1/name*)' is not permitted. 4 ms

harold-87

Elliotte Rusty Harold

31-Aug-2004

accept-language="fr" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation
successHarold/test/acceptfrench.xmlHarold/test/../result/acceptfrench.xml
success 39 ms

harold-88

Elliotte Rusty Harold

31-Aug-2004

accept-language="en" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation
successHarold/test/acceptenglish.xmlHarold/test/../result/acceptenglish.xml
success 43 ms

harold-89

Elliotte Rusty Harold

31-Aug-2004

accept="text/plain" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation
successHarold/test/acceptplaintext.xmlHarold/test/../result/acceptplaintext.xml
success 40 ms

harold-90

Elliotte Rusty Harold

31-Aug-2004

accept="text/html" This test connects to IBiblio to load the included data. This is necessary because file URLs don't support content negotiation
successHarold/test/accepthtml.xmlHarold/test/../result/accepthtml.xml
success 44 ms

harold-91

Elliotte Rusty Harold

31-Aug-2004

Unrecognized scheme in XPointer is a fatal error if there's no fallback
errorHarold/test/unrecognizedscheme.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/unrecognizedscheme.xml; lineNumber: 4; columnNumber: 67; An 'include' failed, and no 'fallback' element was found. 4 ms

harold-92

Elliotte Rusty Harold

31-Aug-2004

Unrecognized scheme in XPointer is a resource error so fallbacks apply
successHarold/test/unrecognizedschemewithfallback.xmlHarold/test/../result/unrecognizedschemewithfallback.xml
success 2 ms

harold-93

Elliotte Rusty Harold

31-Aug-2004

Basic inclusions as XML and text
successHarold/test/test.xmlHarold/test/../result/test.xml
success 2 ms

harold-94

Elliotte Rusty Harold

31-Aug-2004

Included document has an include element with neither href nor xpointer attribute
errorHarold/test/toplevel.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/toplevel.xml; lineNumber: 3; columnNumber: 35; Error attempting to parse XML file (href='onedown.xml'). 6 ms

harold-95

Elliotte Rusty Harold

12-Sep-2004

XPointers are resolved against the acquired infoset, not thge source infoset
successHarold/test/tobintop.xmlHarold/test/../result/tobintop.xml
success 2 ms

harold-96

Elliotte Rusty Harold

12-Sep-2004

Test that a non-child sequence in an xpointer is treated as a resource error.
successHarold/test/badelementschemedata.xmlHarold/test/../result/badelementschemedata.xml
success 1 ms

harold-97

Elliotte Rusty Harold

13-Oct-2004

Since the xpointer attribute is not a URI reference, %-escaping must not appear in the XPointer, nor is there any need for a processor to apply or reverse such escaping.
errorHarold/test/xpointerwithpercentescape.xmlHarold/test/
error org.xml.sax.SAXParseException; systemId: file:/home/travis/build/etourdot/xincproc/xinclude/target/integrationtest-classes/XIncl20060927/Harold/test/xpointerwithpercentescape.xml; lineNumber: 3; columnNumber: 100; An 'include' failed, and no 'fallback' element was found. 3 ms