Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
c85e7b6d
Commit
c85e7b6d
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-11-30 18:50:20 by beppe] Update for url support
Original author: beppe Date: 2003-11-30 18:50:20+00:00
parent
15187188
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c85e7b6d
0.2.0-pre3
* Added preliminary support for URLs in load_xml, load_html, and schemas:
e.g. you can write load_html "http://www.cduce.org/"
0.2.0-pre2
* More advanced (and documented) support for XML Schemas.
* Preliminary integration of CQL query language that is:
...
...
INSTALL
View file @
c85e7b6d
...
...
@@ -25,6 +25,9 @@ ocamlnet => 0.94
http://www.ocaml-programming.de/packages
pxp => 1.9.94.2
http://www.ocaml-programming.de/packages/documentation/pxp/index_dev.html
ocurl => 0.15
http://sourceforge.net/projects/ocurl/
Important notes:
...
...
@@ -58,6 +61,8 @@ Important notes:
and build pxp -with-wlex*. When building CDuce you still have the
choice whether to use wlex or camllex (see PXP_WLEX option below)
- ocurl: you may also need to install libcurl (http://curl.haxx.se/libcurl/)
Efficiency issues:
...
...
@@ -114,7 +119,7 @@ distribution. It defines the following goals:
- make uninstall
removes installe files
Makefile accepts the following options.
Makefile accepts
at least
the following options.
NATIVE=true : use the OCaml native code compiler (ocamlopt) to build CDuce
NATIVE=false : use the OCaml bytecode compiler (ocamlc)
...
...
@@ -126,6 +131,7 @@ PXP_WLEX=false: use ocamllex for parsing UTF-8 XML files
default: false (ocamllex is faster; wlex is more compact)
EXPAT=true: build expat support (see below)
default: false
PREFIX=/usr/local by default: where to install CDuce files (see
Makefile.conf)
...
...
@@ -133,7 +139,8 @@ PREFIX=/usr/local by default: where to install CDuce files (see
E.g.:
make cduce NATIVE=false PREFIX=/usr/share
You can also modify Makefile.conf to set values for these choices.
You can also modify Makefile.conf to set values for these and more
choices.
------------------------------------------------------------------------------
Support for the expat parser
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment