|
Revision 3252, 0.6 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 | |
|---|
| 2 | <reviews> |
|---|
| 3 | <entry> |
|---|
| 4 | <title>Data on the Web</title> |
|---|
| 5 | <price>34.95</price> |
|---|
| 6 | <review> |
|---|
| 7 | A very good discussion of semi-structured database |
|---|
| 8 | systems and XML. |
|---|
| 9 | </review> |
|---|
| 10 | </entry> |
|---|
| 11 | <entry> |
|---|
| 12 | <title>Advanced Programming in the Unix environment</title> |
|---|
| 13 | <price>65.95</price> |
|---|
| 14 | <review> |
|---|
| 15 | A clear and detailed discussion of UNIX programming. |
|---|
| 16 | </review> |
|---|
| 17 | </entry> |
|---|
| 18 | <entry> |
|---|
| 19 | <title>TCP/IP Illustrated</title> |
|---|
| 20 | <price>65.95</price> |
|---|
| 21 | <review> |
|---|
| 22 | One of the best books on TCP/IP. |
|---|
| 23 | </review> |
|---|
| 24 | </entry> |
|---|
| 25 | </reviews> |
|---|