|
Revision 4662, 0.9 KB
(checked in by pmoura, 6 days ago)
|
|
Updated copyright notice.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.35.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2009 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | This folder contains a Logtalk version of John Fletcher's Prolog XML |
|---|
| 13 | parser: |
|---|
| 14 | |
|---|
| 15 | http://www.zen37763.zen.co.uk/xml.pl.html |
|---|
| 16 | |
|---|
| 17 | To load this XML parser and for sample queries, please see the SCRIPT |
|---|
| 18 | file. |
|---|
| 19 | |
|---|
| 20 | For a detailed description of this XML parser, please see the comments |
|---|
| 21 | in the "xml.lgt" source file or convert the automatically generated |
|---|
| 22 | documentation to HTML or PDF. |
|---|
| 23 | |
|---|
| 24 | See the copyright and license information on the contributed files for |
|---|
| 25 | usage and distributions conditions. |
|---|