|
Revision 3252, 1.2 KB
(checked in by pmoura, 2 years ago)
|
|
Added a Logtalk version of John Fletcher's Prolog XML parser
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | <bib> |
|---|
| 2 | <book year="1994"> |
|---|
| 3 | <title>TCP/IP Illustrated</title> |
|---|
| 4 | <author><last>Stevens</last><first>W.</first></author> |
|---|
| 5 | <publisher>Addison-Wesley</publisher> |
|---|
| 6 | <price> 65.95</price> |
|---|
| 7 | </book> |
|---|
| 8 | |
|---|
| 9 | <book year="1992"> |
|---|
| 10 | <title>Advanced Programming in the Unix environment</title> |
|---|
| 11 | <author><last>Stevens</last><first>W.</first></author> |
|---|
| 12 | <publisher>Addison-Wesley</publisher> |
|---|
| 13 | <price>65.95</price> |
|---|
| 14 | </book> |
|---|
| 15 | |
|---|
| 16 | <book year="2000"> |
|---|
| 17 | <title>Data on the Web</title> |
|---|
| 18 | <author><last>Abiteboul</last><first>Serge</first></author> |
|---|
| 19 | <author><last>Buneman</last><first>Peter</first></author> |
|---|
| 20 | <author><last>Suciu</last><first>Dan</first></author> |
|---|
| 21 | <publisher>Morgan Kaufmann Publishers</publisher> |
|---|
| 22 | <price>39.95</price> |
|---|
| 23 | </book> |
|---|
| 24 | |
|---|
| 25 | <book year="1999"> |
|---|
| 26 | <title>The Economics of Technology and Content for Digital TV</title> |
|---|
| 27 | <editor> |
|---|
| 28 | <last>Gerbarg</last><first>Darcy</first> |
|---|
| 29 | <affiliation>CITI</affiliation> |
|---|
| 30 | </editor> |
|---|
| 31 | <publisher>Kluwer Academic Publishers</publisher> |
|---|
| 32 | <price>129.95</price> |
|---|
| 33 | </book> |
|---|
| 34 | |
|---|
| 35 | </bib> |
|---|