File: laterfailure2.xml

package info (click to toggle)
xom 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,712 kB
  • sloc: xml: 68,724; java: 48,828; makefile: 17
file content (9 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
<?xml version='1.0'?>
<root>
   This tests whether a syntax error in the <strong>second</strong>
   XPointer part will throw the exception as required.
   Specifically, I'm looking to see if a missing last parenthesis
   causes the necessary exception.
   Nothing should be included. Instead, there should be failure.
  <xi:include href="docwithid.xml" xpointer="element(/1/1)element(/1/2" xmlns:xi="http://www.w3.org/2001/XInclude" />
</root>