| 28 |
|
|
| 29 |
Furthermore if you want to load xml, html, and schema files remotely on the |
Furthermore if you want to load xml, html, and schema files remotely on the |
| 30 |
web (http, https, ftp, ...: e.g. load_html "http://www.cduce.org") you will |
web (http, https, ftp, ...: e.g. load_html "http://www.cduce.org") you will |
| 31 |
also need: |
also need either: |
| 32 |
|
|
| 33 |
ocurl => 0.15 |
ocurl => 0.15 |
| 34 |
http://sourceforge.net/projects/ocurl/ |
http://sourceforge.net/projects/ocurl/ |
| 35 |
|
|
| 36 |
|
or |
| 37 |
|
|
| 38 |
|
netclient => 0.90.1 |
| 39 |
|
http://www.ocaml-programming.de/programming/netclient.html |
| 40 |
|
|
| 41 |
|
netclient support only the http protocol. curl supports in addition https, |
| 42 |
|
ftp, and other protocols. |
| 43 |
|
|
| 44 |
|
|
| 45 |
Important notes: |
Important notes: |
| 46 |
|
|
| 154 |
EXPAT=true: build expat support (see below) |
EXPAT=true: build expat support (see below) |
| 155 |
default: false |
default: false |
| 156 |
|
|
| 157 |
OCURL=true: build ocurl support |
CURL=true: build ocurl support |
| 158 |
|
default: false |
| 159 |
|
|
| 160 |
|
NETCLIENT=true: build netclient support |
| 161 |
default: false |
default: false |
| 162 |
|
(note: if the support for both CURL and NETCLIENT are included, curl is used) |
| 163 |
|
|
| 164 |
PREFIX=/usr/local by default: where to install CDuce files (see |
PREFIX=/usr/local by default: where to install CDuce files (see |
| 165 |
Makefile.conf) |
Makefile.conf) |