root/trunk/contributions/xml_parser/SCRIPT.txt

Revision 4662, 0.9 KB (checked in by pmoura, 6 days ago)

Updated copyright notice.

  • Property svn:eol-style set to native
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.35.0
4
5Copyright (c) 1998-2009 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11
12% start by loading the necessary library support files (if not
13% already loaded):
14
15| ?- logtalk_load(library(types_loader)).
16...
17
18
19% now you are ready for loading the XML parser:
20
21| ?- logtalk_load(xml_parser(loader)).
22...
23
24
25% let's try some examples (the goals generate XML files named qi.xml):
26
27| ?- logtalk_load(xml_parser(examples)).
28...
29
30|  ?- test(q1).
31...
32
33|  ?- test(q2).
34...
35
36|  ?- test(q12).
37...
Note: See TracBrowser for help on using the browser.