From fb4b2ae273205436f1e4f68545225a3c01d673b5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 17 Nov 2011 19:31:48 +0000 Subject: Add DTDs for validation. --- lv2specgen/DTD/xhtml-attribs-1.mod | 142 +++++++++++ lv2specgen/DTD/xhtml-base-1.mod | 53 ++++ lv2specgen/DTD/xhtml-basic-table-1.mod | 167 +++++++++++++ lv2specgen/DTD/xhtml-basic11-model-1.mod | 169 +++++++++++++ lv2specgen/DTD/xhtml-basic11.dtd | 221 +++++++++++++++++ lv2specgen/DTD/xhtml-bdo-1.mod | 47 ++++ lv2specgen/DTD/xhtml-blkphras-1.mod | 164 +++++++++++++ lv2specgen/DTD/xhtml-blkpres-1.mod | 40 ++++ lv2specgen/DTD/xhtml-blkstruct-1.mod | 57 +++++ lv2specgen/DTD/xhtml-charent-1.mod | 38 +++ lv2specgen/DTD/xhtml-csismap-1.mod | 114 +++++++++ lv2specgen/DTD/xhtml-datatypes-1.mod | 85 +++++++ lv2specgen/DTD/xhtml-edit-1.mod | 66 +++++ lv2specgen/DTD/xhtml-events-1.mod | 135 +++++++++++ lv2specgen/DTD/xhtml-form-1.mod | 292 ++++++++++++++++++++++ lv2specgen/DTD/xhtml-framework-1.mod | 97 ++++++++ lv2specgen/DTD/xhtml-hypertext-1.mod | 54 +++++ lv2specgen/DTD/xhtml-image-1.mod | 51 ++++ lv2specgen/DTD/xhtml-inlphras-1.mod | 203 ++++++++++++++++ lv2specgen/DTD/xhtml-inlpres-1.mod | 138 +++++++++++ lv2specgen/DTD/xhtml-inlstruct-1.mod | 62 +++++ lv2specgen/DTD/xhtml-inlstyle-1.mod | 34 +++ lv2specgen/DTD/xhtml-inputmode-1.mod | 39 +++ lv2specgen/DTD/xhtml-lat1.ent | 235 ++++++++++++++++++ lv2specgen/DTD/xhtml-legacy-1.mod | 400 +++++++++++++++++++++++++++++++ lv2specgen/DTD/xhtml-link-1.mod | 59 +++++ lv2specgen/DTD/xhtml-list-1.mod | 129 ++++++++++ lv2specgen/DTD/xhtml-meta-1.mod | 47 ++++ lv2specgen/DTD/xhtml-object-1.mod | 60 +++++ lv2specgen/DTD/xhtml-param-1.mod | 48 ++++ lv2specgen/DTD/xhtml-pres-1.mod | 38 +++ lv2specgen/DTD/xhtml-qname-1.mod | 318 ++++++++++++++++++++++++ lv2specgen/DTD/xhtml-script-1.mod | 67 ++++++ lv2specgen/DTD/xhtml-special.ent | 89 +++++++ lv2specgen/DTD/xhtml-ssismap-1.mod | 32 +++ lv2specgen/DTD/xhtml-struct-1.mod | 136 +++++++++++ lv2specgen/DTD/xhtml-style-1.mod | 48 ++++ lv2specgen/DTD/xhtml-symbol.ent | 235 ++++++++++++++++++ lv2specgen/DTD/xhtml-table-1.mod | 333 +++++++++++++++++++++++++ lv2specgen/DTD/xhtml-target-1.mod | 53 ++++ lv2specgen/DTD/xhtml-text-1.mod | 52 ++++ 41 files changed, 4847 insertions(+) create mode 100644 lv2specgen/DTD/xhtml-attribs-1.mod create mode 100644 lv2specgen/DTD/xhtml-base-1.mod create mode 100644 lv2specgen/DTD/xhtml-basic-table-1.mod create mode 100644 lv2specgen/DTD/xhtml-basic11-model-1.mod create mode 100644 lv2specgen/DTD/xhtml-basic11.dtd create mode 100644 lv2specgen/DTD/xhtml-bdo-1.mod create mode 100644 lv2specgen/DTD/xhtml-blkphras-1.mod create mode 100644 lv2specgen/DTD/xhtml-blkpres-1.mod create mode 100644 lv2specgen/DTD/xhtml-blkstruct-1.mod create mode 100644 lv2specgen/DTD/xhtml-charent-1.mod create mode 100644 lv2specgen/DTD/xhtml-csismap-1.mod create mode 100644 lv2specgen/DTD/xhtml-datatypes-1.mod create mode 100644 lv2specgen/DTD/xhtml-edit-1.mod create mode 100644 lv2specgen/DTD/xhtml-events-1.mod create mode 100644 lv2specgen/DTD/xhtml-form-1.mod create mode 100644 lv2specgen/DTD/xhtml-framework-1.mod create mode 100644 lv2specgen/DTD/xhtml-hypertext-1.mod create mode 100644 lv2specgen/DTD/xhtml-image-1.mod create mode 100644 lv2specgen/DTD/xhtml-inlphras-1.mod create mode 100644 lv2specgen/DTD/xhtml-inlpres-1.mod create mode 100644 lv2specgen/DTD/xhtml-inlstruct-1.mod create mode 100644 lv2specgen/DTD/xhtml-inlstyle-1.mod create mode 100644 lv2specgen/DTD/xhtml-inputmode-1.mod create mode 100644 lv2specgen/DTD/xhtml-lat1.ent create mode 100644 lv2specgen/DTD/xhtml-legacy-1.mod create mode 100644 lv2specgen/DTD/xhtml-link-1.mod create mode 100644 lv2specgen/DTD/xhtml-list-1.mod create mode 100644 lv2specgen/DTD/xhtml-meta-1.mod create mode 100644 lv2specgen/DTD/xhtml-object-1.mod create mode 100644 lv2specgen/DTD/xhtml-param-1.mod create mode 100644 lv2specgen/DTD/xhtml-pres-1.mod create mode 100644 lv2specgen/DTD/xhtml-qname-1.mod create mode 100644 lv2specgen/DTD/xhtml-script-1.mod create mode 100644 lv2specgen/DTD/xhtml-special.ent create mode 100644 lv2specgen/DTD/xhtml-ssismap-1.mod create mode 100644 lv2specgen/DTD/xhtml-struct-1.mod create mode 100644 lv2specgen/DTD/xhtml-style-1.mod create mode 100644 lv2specgen/DTD/xhtml-symbol.ent create mode 100644 lv2specgen/DTD/xhtml-table-1.mod create mode 100644 lv2specgen/DTD/xhtml-target-1.mod create mode 100644 lv2specgen/DTD/xhtml-text-1.mod (limited to 'lv2specgen') diff --git a/lv2specgen/DTD/xhtml-attribs-1.mod b/lv2specgen/DTD/xhtml-attribs-1.mod new file mode 100644 index 0000000..dbfe42e --- /dev/null +++ b/lv2specgen/DTD/xhtml-attribs-1.mod @@ -0,0 +1,142 @@ + + + + + + + + + +]]> + + + + +]]> + + + + +]]> + + + + + + + + +]]> + + + + + + + + + + + +]]> + + +]]> + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-base-1.mod b/lv2specgen/DTD/xhtml-base-1.mod new file mode 100644 index 0000000..ba47b40 --- /dev/null +++ b/lv2specgen/DTD/xhtml-base-1.mod @@ -0,0 +1,53 @@ + + + + + + + + + + + + +]]> + + + +]]> + + + + diff --git a/lv2specgen/DTD/xhtml-basic-table-1.mod b/lv2specgen/DTD/xhtml-basic-table-1.mod new file mode 100644 index 0000000..acbd046 --- /dev/null +++ b/lv2specgen/DTD/xhtml-basic-table-1.mod @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-basic11-model-1.mod b/lv2specgen/DTD/xhtml-basic11-model-1.mod new file mode 100644 index 0000000..d2a59e2 --- /dev/null +++ b/lv2specgen/DTD/xhtml-basic11-model-1.mod @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-basic11.dtd b/lv2specgen/DTD/xhtml-basic11.dtd new file mode 100644 index 0000000..ea7b3d6 --- /dev/null +++ b/lv2specgen/DTD/xhtml-basic11.dtd @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +%xhtml-framework.mod; + + + + +%xhtml-text.mod; + + +%xhtml-hypertext.mod; + + +%xhtml-list.mod; + + + + + + + + + +%xhtml-script.mod;]]> + + + + +%xhtml-style.mod;]]> + + + + +%xhtml-image.mod;]]> + + + + +%xhtml-table.mod;]]> + + + + +%xhtml-form.mod;]]> + + + + +%xhtml-link.mod;]]> + + + + +%xhtml-meta.mod;]]> + + + + +%xhtml-base.mod;]]> + + + + +%xhtml-param.mod;]]> + + + + +%xhtml-object.mod;]]> + + + + +%xhtml-inputmode.mod;]]> + + + + +%xhtml-target.mod;]]> + + + +%xhtml-struct.mod; + + diff --git a/lv2specgen/DTD/xhtml-bdo-1.mod b/lv2specgen/DTD/xhtml-bdo-1.mod new file mode 100644 index 0000000..f5f093f --- /dev/null +++ b/lv2specgen/DTD/xhtml-bdo-1.mod @@ -0,0 +1,47 @@ + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-blkphras-1.mod b/lv2specgen/DTD/xhtml-blkphras-1.mod new file mode 100644 index 0000000..3ab40bd --- /dev/null +++ b/lv2specgen/DTD/xhtml-blkphras-1.mod @@ -0,0 +1,164 @@ + + + + + + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + +]]> + + + +]]> + + + + +]]> + + + +]]> + + + + +]]> + + + +]]> + + + + +]]> + + + +]]> + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-blkpres-1.mod b/lv2specgen/DTD/xhtml-blkpres-1.mod new file mode 100644 index 0000000..4263f76 --- /dev/null +++ b/lv2specgen/DTD/xhtml-blkpres-1.mod @@ -0,0 +1,40 @@ + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-blkstruct-1.mod b/lv2specgen/DTD/xhtml-blkstruct-1.mod new file mode 100644 index 0000000..4ecfc11 --- /dev/null +++ b/lv2specgen/DTD/xhtml-blkstruct-1.mod @@ -0,0 +1,57 @@ + + + + + + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-charent-1.mod b/lv2specgen/DTD/xhtml-charent-1.mod new file mode 100644 index 0000000..1ea7016 --- /dev/null +++ b/lv2specgen/DTD/xhtml-charent-1.mod @@ -0,0 +1,38 @@ + + + + + + + + + + +%xhtml-lat1; +%xhtml-symbol; +%xhtml-special; + + diff --git a/lv2specgen/DTD/xhtml-csismap-1.mod b/lv2specgen/DTD/xhtml-csismap-1.mod new file mode 100644 index 0000000..686eee2 --- /dev/null +++ b/lv2specgen/DTD/xhtml-csismap-1.mod @@ -0,0 +1,114 @@ + + + + + + + + + + +]]> + + + + + + +]]> + + + + + + + + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-datatypes-1.mod b/lv2specgen/DTD/xhtml-datatypes-1.mod new file mode 100644 index 0000000..2da3445 --- /dev/null +++ b/lv2specgen/DTD/xhtml-datatypes-1.mod @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-edit-1.mod b/lv2specgen/DTD/xhtml-edit-1.mod new file mode 100644 index 0000000..d3c6282 --- /dev/null +++ b/lv2specgen/DTD/xhtml-edit-1.mod @@ -0,0 +1,66 @@ + + + + + + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-events-1.mod b/lv2specgen/DTD/xhtml-events-1.mod new file mode 100644 index 0000000..35589e0 --- /dev/null +++ b/lv2specgen/DTD/xhtml-events-1.mod @@ -0,0 +1,135 @@ + + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-form-1.mod b/lv2specgen/DTD/xhtml-form-1.mod new file mode 100644 index 0000000..de68a75 --- /dev/null +++ b/lv2specgen/DTD/xhtml-form-1.mod @@ -0,0 +1,292 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-framework-1.mod b/lv2specgen/DTD/xhtml-framework-1.mod new file mode 100644 index 0000000..7d9d972 --- /dev/null +++ b/lv2specgen/DTD/xhtml-framework-1.mod @@ -0,0 +1,97 @@ + + + + + + + + +%xhtml-arch.mod;]]> + + + +%xhtml-notations.mod;]]> + + + +%xhtml-datatypes.mod;]]> + + + +%xhtml-xlink.mod; + + + +%xhtml-qname.mod;]]> + + + +%xhtml-events.mod;]]> + + + +%xhtml-attribs.mod;]]> + + + +%xhtml-model.redecl; + + + +%xhtml-model.mod;]]> + + + +%xhtml-charent.mod;]]> + + diff --git a/lv2specgen/DTD/xhtml-hypertext-1.mod b/lv2specgen/DTD/xhtml-hypertext-1.mod new file mode 100644 index 0000000..7a7d8ca --- /dev/null +++ b/lv2specgen/DTD/xhtml-hypertext-1.mod @@ -0,0 +1,54 @@ + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-image-1.mod b/lv2specgen/DTD/xhtml-image-1.mod new file mode 100644 index 0000000..8561761 --- /dev/null +++ b/lv2specgen/DTD/xhtml-image-1.mod @@ -0,0 +1,51 @@ + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-inlphras-1.mod b/lv2specgen/DTD/xhtml-inlphras-1.mod new file mode 100644 index 0000000..0d26daa --- /dev/null +++ b/lv2specgen/DTD/xhtml-inlphras-1.mod @@ -0,0 +1,203 @@ + + + + + + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-inlpres-1.mod b/lv2specgen/DTD/xhtml-inlpres-1.mod new file mode 100644 index 0000000..e8c9e39 --- /dev/null +++ b/lv2specgen/DTD/xhtml-inlpres-1.mod @@ -0,0 +1,138 @@ + + + + + + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-inlstruct-1.mod b/lv2specgen/DTD/xhtml-inlstruct-1.mod new file mode 100644 index 0000000..2b86422 --- /dev/null +++ b/lv2specgen/DTD/xhtml-inlstruct-1.mod @@ -0,0 +1,62 @@ + + + + + + + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-inlstyle-1.mod b/lv2specgen/DTD/xhtml-inlstyle-1.mod new file mode 100644 index 0000000..85a2ca4 --- /dev/null +++ b/lv2specgen/DTD/xhtml-inlstyle-1.mod @@ -0,0 +1,34 @@ + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-inputmode-1.mod b/lv2specgen/DTD/xhtml-inputmode-1.mod new file mode 100644 index 0000000..36f1d36 --- /dev/null +++ b/lv2specgen/DTD/xhtml-inputmode-1.mod @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-lat1.ent b/lv2specgen/DTD/xhtml-lat1.ent new file mode 100644 index 0000000..6f1dd65 --- /dev/null +++ b/lv2specgen/DTD/xhtml-lat1.ent @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-legacy-1.mod b/lv2specgen/DTD/xhtml-legacy-1.mod new file mode 100644 index 0000000..ebf11f7 --- /dev/null +++ b/lv2specgen/DTD/xhtml-legacy-1.mod @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +%xhtml-frames.mod;]]> + + + + + +%xhtml-iframe.mod;]]> + + diff --git a/lv2specgen/DTD/xhtml-link-1.mod b/lv2specgen/DTD/xhtml-link-1.mod new file mode 100644 index 0000000..2b4f92c --- /dev/null +++ b/lv2specgen/DTD/xhtml-link-1.mod @@ -0,0 +1,59 @@ + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-list-1.mod b/lv2specgen/DTD/xhtml-list-1.mod new file mode 100644 index 0000000..6c85f20 --- /dev/null +++ b/lv2specgen/DTD/xhtml-list-1.mod @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-meta-1.mod b/lv2specgen/DTD/xhtml-meta-1.mod new file mode 100644 index 0000000..24a0b22 --- /dev/null +++ b/lv2specgen/DTD/xhtml-meta-1.mod @@ -0,0 +1,47 @@ + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-object-1.mod b/lv2specgen/DTD/xhtml-object-1.mod new file mode 100644 index 0000000..0d14cc5 --- /dev/null +++ b/lv2specgen/DTD/xhtml-object-1.mod @@ -0,0 +1,60 @@ + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-param-1.mod b/lv2specgen/DTD/xhtml-param-1.mod new file mode 100644 index 0000000..c101bed --- /dev/null +++ b/lv2specgen/DTD/xhtml-param-1.mod @@ -0,0 +1,48 @@ + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-pres-1.mod b/lv2specgen/DTD/xhtml-pres-1.mod new file mode 100644 index 0000000..df0a9eb --- /dev/null +++ b/lv2specgen/DTD/xhtml-pres-1.mod @@ -0,0 +1,38 @@ + + + + + + + + +%xhtml-inlpres.mod;]]> + + + +%xhtml-blkpres.mod;]]> + + diff --git a/lv2specgen/DTD/xhtml-qname-1.mod b/lv2specgen/DTD/xhtml-qname-1.mod new file mode 100644 index 0000000..9a4ba76 --- /dev/null +++ b/lv2specgen/DTD/xhtml-qname-1.mod @@ -0,0 +1,318 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + + +%xhtml-qname-extra.mod; + + + + + + + + + +]]> + + + + + + + + + + + + + + + + + + + +]]> + + + + + + + +]]> + + + + +%xhtml-qname.redecl; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-script-1.mod b/lv2specgen/DTD/xhtml-script-1.mod new file mode 100644 index 0000000..aa702f1 --- /dev/null +++ b/lv2specgen/DTD/xhtml-script-1.mod @@ -0,0 +1,67 @@ + + + + + + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-special.ent b/lv2specgen/DTD/xhtml-special.ent new file mode 100644 index 0000000..e76ce90 --- /dev/null +++ b/lv2specgen/DTD/xhtml-special.ent @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-ssismap-1.mod b/lv2specgen/DTD/xhtml-ssismap-1.mod new file mode 100644 index 0000000..ebc4468 --- /dev/null +++ b/lv2specgen/DTD/xhtml-ssismap-1.mod @@ -0,0 +1,32 @@ + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-struct-1.mod b/lv2specgen/DTD/xhtml-struct-1.mod new file mode 100644 index 0000000..4bb420e --- /dev/null +++ b/lv2specgen/DTD/xhtml-struct-1.mod @@ -0,0 +1,136 @@ + + + + + + + + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-style-1.mod b/lv2specgen/DTD/xhtml-style-1.mod new file mode 100644 index 0000000..3105b2a --- /dev/null +++ b/lv2specgen/DTD/xhtml-style-1.mod @@ -0,0 +1,48 @@ + + + + + + + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-symbol.ent b/lv2specgen/DTD/xhtml-symbol.ent new file mode 100644 index 0000000..f72df1f --- /dev/null +++ b/lv2specgen/DTD/xhtml-symbol.ent @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-table-1.mod b/lv2specgen/DTD/xhtml-table-1.mod new file mode 100644 index 0000000..4a59c35 --- /dev/null +++ b/lv2specgen/DTD/xhtml-table-1.mod @@ -0,0 +1,333 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + + + + + + + +]]> + + + +]]> + + + + + + +]]> + + + +]]> + + diff --git a/lv2specgen/DTD/xhtml-target-1.mod b/lv2specgen/DTD/xhtml-target-1.mod new file mode 100644 index 0000000..3739ef1 --- /dev/null +++ b/lv2specgen/DTD/xhtml-target-1.mod @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lv2specgen/DTD/xhtml-text-1.mod b/lv2specgen/DTD/xhtml-text-1.mod new file mode 100644 index 0000000..07ccb81 --- /dev/null +++ b/lv2specgen/DTD/xhtml-text-1.mod @@ -0,0 +1,52 @@ + + + + + + + + +%xhtml-inlstruct.mod;]]> + + + +%xhtml-inlphras.mod;]]> + + + +%xhtml-blkstruct.mod;]]> + + + +%xhtml-blkphras.mod;]]> + + -- cgit v1.2.1