0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<!-- this file is a copy of bib.xml; just adds a few comments and PI nodes for testing -->
|
|
3 |
<!-- Comment 1 -->
|
|
4 |
<?PI1 Processing Instruction 1?>
|
|
5 |
<bib>
|
|
6 |
<book year="1994">
|
|
7 |
<title>TCP/IP Illustrated</title>
|
|
8 |
<author><last>Stevens</last><first>W.</first></author>
|
|
9 |
<publisher>Addison-Wesley</publisher>
|
|
10 |
<price> 65.95</price>
|
|
11 |
</book>
|
|
12 |
|
|
13 |
<book year="1992">
|
|
14 |
<title>Advanced Programming in the Unix environment</title>
|
|
15 |
<author><last>Stevens</last><first>W.</first></author>
|
|
16 |
<publisher>Addison-Wesley</publisher>
|
|
17 |
<price>65.95</price>
|
|
18 |
</book>
|
|
19 |
|
|
20 |
<book year="2000">
|
|
21 |
<title>Data on the Web</title>
|
|
22 |
<author><last>Abiteboul</last><first>Serge</first></author>
|
|
23 |
<author><last>Buneman</last><first>Peter</first></author>
|
|
24 |
<author><last>Suciu</last><first>Dan</first></author>
|
|
25 |
<publisher>Morgan Kaufmann Publishers</publisher>
|
|
26 |
<price> 39.95</price>
|
|
27 |
</book>
|
|
28 |
|
|
29 |
<book year="1999">
|
|
30 |
<title>The Economics of Technology and Content for Digital TV</title>
|
|
31 |
<editor>
|
|
32 |
<last>Gerbarg</last><first>Darcy</first>
|
|
33 |
<affiliation>CITI</affiliation>
|
|
34 |
</editor>
|
|
35 |
<publisher>Kluwer Academic Publishers</publisher>
|
|
36 |
<price>129.95</price>
|
|
37 |
</book>
|
|
38 |
</bib>
|
|
39 |
<!-- Comment 2 -->
|
|
40 |
<?PI2 Processing Instruction 2?>
|