summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatternsdiagnosticsts/TestSuite/TestSources/bib2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatternsdiagnosticsts/TestSuite/TestSources/bib2.xml')
-rw-r--r--tests/auto/xmlpatternsdiagnosticsts/TestSuite/TestSources/bib2.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternsdiagnosticsts/TestSuite/TestSources/bib2.xml b/tests/auto/xmlpatternsdiagnosticsts/TestSuite/TestSources/bib2.xml
new file mode 100644
index 0000000000..e7c0e60d8e
--- /dev/null
+++ b/tests/auto/xmlpatternsdiagnosticsts/TestSuite/TestSources/bib2.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- this file is a copy of bib.xml; just adds a few comments and PI nodes for testing -->
+<!-- Comment 1 -->
+<?PI1 Processing Instruction 1?>
+<bib>
+ <book year="1994">
+ <title>TCP/IP Illustrated</title>
+ <author><last>Stevens</last><first>W.</first></author>
+ <publisher>Addison-Wesley</publisher>
+ <price> 65.95</price>
+ </book>
+
+ <book year="1992">
+ <title>Advanced Programming in the Unix environment</title>
+ <author><last>Stevens</last><first>W.</first></author>
+ <publisher>Addison-Wesley</publisher>
+ <price>65.95</price>
+ </book>
+
+ <book year="2000">
+ <title>Data on the Web</title>
+ <author><last>Abiteboul</last><first>Serge</first></author>
+ <author><last>Buneman</last><first>Peter</first></author>
+ <author><last>Suciu</last><first>Dan</first></author>
+ <publisher>Morgan Kaufmann Publishers</publisher>
+ <price> 39.95</price>
+ </book>
+
+ <book year="1999">
+ <title>The Economics of Technology and Content for Digital TV</title>
+ <editor>
+ <last>Gerbarg</last><first>Darcy</first>
+ <affiliation>CITI</affiliation>
+ </editor>
+ <publisher>Kluwer Academic Publishers</publisher>
+ <price>129.95</price>
+ </book>
+</bib>
+<!-- Comment 2 -->
+<?PI2 Processing Instruction 2?>