summaryrefslogtreecommitdiffstats
path: root/testing/dtd
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-12-14 18:31:55 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-12-14 18:31:55 (GMT)
commit2427e160d2299d72813f52f0862d504956c6c209 (patch)
treeb7b4a082e47d2856dcada1da0bf7b6c630365a81 /testing/dtd
parentca2e7ae50604cfdf9c0661b5be4264d1df9176f3 (diff)
downloadDoxygen-2427e160d2299d72813f52f0862d504956c6c209.zip
Doxygen-2427e160d2299d72813f52f0862d504956c6c209.tar.gz
Doxygen-2427e160d2299d72813f52f0862d504956c6c209.tar.bz2
Adjustment of xhtml1-transitional.dtd
Adding attributes: - async - doxygen to be able to validate doxygen generated xhtml documents
Diffstat (limited to 'testing/dtd')
-rwxr-xr-xtesting/dtd/xhtml1-transitional.dtd19
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/dtd/xhtml1-transitional.dtd b/testing/dtd/xhtml1-transitional.dtd
index 628f27a..4ac1571 100755
--- a/testing/dtd/xhtml1-transitional.dtd
+++ b/testing/dtd/xhtml1-transitional.dtd
@@ -20,6 +20,21 @@
$Date: 2002/08/01 18:37:55 $
-->
+<!--
+ Note:
+ This is an adjusted version of the official document only to be used
+ for validation of doxygen generated documents.
+
+ Adjustments:
+ - in
+ <!ATTLIST script
+ added
+ async (async) #IMPLIED
+ - in
+ <!ATTLIST a
+ added
+ doxygen %URI; #IMPLIED
+-->
<!--================ Character mnemonic entities =========================-->
@@ -363,6 +378,7 @@
>
<!-- script statements, which may include CDATA sections -->
+<!-- added for doxygen: async (async) #IMPLIED -->
<!ELEMENT script (#PCDATA)>
<!ATTLIST script
id ID #IMPLIED
@@ -370,6 +386,7 @@
type %ContentType; #REQUIRED
language CDATA #IMPLIED
src %URI; #IMPLIED
+ async (async) #IMPLIED
defer (defer) #IMPLIED
xml:space (preserve) #FIXED 'preserve'
>
@@ -633,6 +650,7 @@
<!--================== The Anchor Element ================================-->
<!-- content is %Inline; except that anchors shouldn't be nested -->
+<!-- added for doxygen: doxygen %URI; #IMPLIED -->
<!ELEMENT a %a.content;>
<!ATTLIST a
@@ -641,6 +659,7 @@
charset %Charset; #IMPLIED
type %ContentType; #IMPLIED
name NMTOKEN #IMPLIED
+ doxygen %URI; #IMPLIED
href %URI; #IMPLIED
hreflang %LanguageCode; #IMPLIED
rel %LinkTypes; #IMPLIED