~ubuntu-branches/ubuntu/precise/xom/precise

« back to all changes in this revision

Viewing changes to data/xinclude/input/laterfailure2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-r75ikcqf1vu0cei7
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<root>
 
3
   This tests whether a syntax error in the <strong>second</strong>
 
4
   XPointer part will throw the exception as required.
 
5
   Specifically, I'm looking to see if a missing last parenthesis
 
6
   causes the necessary exception.
 
7
   Nothing should be included. Instead, there should be failure.
 
8
  <xi:include href="docwithid.xml" xpointer="element(/1/1)element(/1/2" xmlns:xi="http://www.w3.org/2001/XInclude" />
 
9
</root>