Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cduce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cduce
cduce
Commits
e3180360
Commit
e3180360
authored
Oct 05, 2007
by
Pietro Abate
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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
a220f394
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
INSTALL
INSTALL
+3
-0
README
README
+7
-4
No files found.
INSTALL
View file @
e3180360
...
...
@@ -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 @
e3180360
...
...
@@ -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