Mailing List Archive

svn commit: r1537487 - in /forrest/trunk: main/webapp/resources/schema/dtd/document-v20.mod site-author/status.xml
Author: crossley
Date: Thu Oct 31 13:42:42 2013
New Revision: 1537487

URL: http://svn.apache.org/r1537487
Log:
Enabled "link" and "script" elements in "header" for the document-v20 DTD.

Modified:
forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod
forrest/trunk/site-author/status.xml

Modified: forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod
URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod?rev=1537487&r1=1537486&r2=1537487&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod (original)
+++ forrest/trunk/main/webapp/resources/schema/dtd/document-v20.mod Thu Oct 31 13:42:42 2013
@@ -385,7 +385,7 @@ NOTES:
<!-- ==================================================== -->
<!ENTITY % local.headers "">
<!ELEMENT header (title, subtitle?, version?, type?, authors?,
- notice*, abstract?, meta* %local.headers;)>
+ notice*, abstract?, meta*, link*, script* %local.headers;)>
<!ATTLIST header
%common.att;
>
@@ -428,6 +428,20 @@ NOTES:
%common.att;
>

+<!ELEMENT link EMPTY>
+<!ATTLIST link
+ href CDATA #IMPLIED
+ media CDATA #IMPLIED
+ rel CDATA #IMPLIED
+ type CDATA #IMPLIED
+>
+
+<!ELEMENT script EMPTY>
+<!ATTLIST script
+ src CDATA #IMPLIED
+ type CDATA #IMPLIED
+>
+
<!-- ==================================================== -->
<!-- Body -->
<!-- ==================================================== -->

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=1537487&r1=1537486&r2=1537487&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Oct 31 13:42:42 2013
@@ -153,8 +153,12 @@
Added document to facilitate
<link href="site:upgrading_010">upgrading to v0.10-dev</link>
</action>
+<!-- 2013-11 -->
<!-- 2013-10 -->
<action context="code" type="update" dev="DC">
+ Enabled "link" and "script" elements in "header" for the document-v20 DTD.
+ </action>
+ <action context="code" type="update" dev="DC">
Use locationmap to find project.css.** CSS resources.
</action>
<action context="code" type="update" dev="DC">