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
1d67dcad
Commit
1d67dcad
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2005-03-09 16:37:41 by afrisch] dtd2cduce as a cgi-bin
Original author: afrisch Date: 2005-03-09 16:37:41+00:00
parent
4edff45c
Changes
2
Hide whitespace changes
Inline
Side-by-side
INSTALL
View file @
1d67dcad
...
...
@@ -127,6 +127,9 @@ You need a GNU Make (or equivalent). The Makefile defines the following goals:
- make dtd2cduce
compiles the dtd2cduce tools (converts DTD to CDuce types).
The PXP package must be available to build dtd2cduce.
If you cannot build dtd2cduce locally, you can use on online
version available at this URL:
http://www.cduce.org/dtd2cduce.html
- make doc
compiles in the subdirectory web/doc the HTML documentation for CDuce
...
...
README
View file @
1d67dcad
...
...
@@ -59,16 +59,19 @@ file manipulation).
3. dtd2cduce
dtd2cduce is small tool that generate
d
CDuce type declarations from
dtd2cduce is small tool that generate
s
CDuce type declarations from
a DTD.
Usage: dtd2cduce <prefix> <.dtd file>
<prefix> is a string prepended to tag names to form CDuce type names
(<prefix> must start with a capital letter).
<prefix> is a string prepended to tag names to form CDuce type names.
The generated declarations are sent to the standard output.
dtd2cduce can also operates as a cgi-bin. You can access it using
the form at this URL:
http://www.cduce.org/dtd2cduce.html
4. CDuce web site
...
...
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