From abbdd73ddf8e6bffb7e06db4add119fc04985722 Mon Sep 17 00:00:00 2001 From: sb Date: Tue, 27 May 2008 16:26:27 +0000 Subject: [PATCH] More work on i18n --- schemas/adl-0.dtd | 47 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 37 insertions(+), 10 deletions(-) diff --git a/schemas/adl-0.dtd b/schemas/adl-0.dtd index 6f7b926..2d60a30 100755 --- a/schemas/adl-0.dtd +++ b/schemas/adl-0.dtd @@ -13,11 +13,19 @@ - + + + +%XHTML; + + + should HTML markup within a documentation element be allowed? If so, are there restrictions? --> - + @@ -453,6 +461,11 @@ property[@type='entity']. TODO: Not complete, not yet strictly convinced it's th markup is definitely not allowed! name: the name of this parameter + + TODO: This needs to be renamed or removed because it conflicts with the + XHTML element of the same name. In fact it could be simply removed since + our usage is compatible with the XHTML usage, but it might be less + ambiguous to rename it. --> @@ -535,7 +555,11 @@ property[@type='entity']. TODO: Not complete, not yet strictly convinced it's th locale %Locale; #REQUIRED xmlns CDATA #IMPLIED> - + @@ -607,6 +631,11 @@ property[@type='entity']. TODO: Not complete, not yet strictly convinced it's th content to place in the head of the generated document; this is #PCDATA because it will almost certainly belong to a different namespace (usually HTML) + + TODO: This needs to be renamed or removed because it conflicts with the + XHTML element of the same name. In fact it could be simply removed since + our usage is compatible with the XHTML usage, but it might be less + ambiguous to rename it. --> - + - +