Author: crossley
Date: Thu Apr 6 20:48:13 2006
New Revision: 392174
URL: http://svn.apache.org/viewcvs?rev=392174&view=rev
Log:
Return to use document-v13 rather than document-v20
The glossary uses the link/@role attribute to enable linking to related
citations and local links to related glossary items.
The a/@role attribute is not available in document-v20, presumably due to
xhtml2.
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd?rev=392174&r1=392173&r2=392174&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.dtd
Thu Apr 6 20:48:13 2006
@@ -46,8 +46,8 @@
<!-- =============================================================== -->
<!ENTITY % document PUBLIC
- "-//APACHE//ENTITIES Documentation V2.0//EN"
- "document-v20.mod">
+ "-//APACHE//ENTITIES Documentation V1.3//EN"
+ "document-v13.mod">
%document;
<!-- =============================================================== -->
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml?rev=392174&r1=392173&r2=392174&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/src/documentation/content/xdocs/glossary.xml
Thu Apr 6 20:48:13 2006
@@ -22,7 +22,7 @@
<title>Sample glossary</title>
<introduction>
<p>This is an example for the glossary plugin of the
- <a href="ext:forrest">Apache Forrest</a> project.</p>
+ <link href="ext:forrest">Apache Forrest</link> project.</p>
</introduction>
<part id="c">
<title>C</title>
@@ -32,11 +32,11 @@
<definition>
A simple mechanism for adding style (e.g. fonts, colors, spacing) to Web
documents.
- Source: <a href="http://www.w3.org/Style/CSS/">W3C</a>.
+ Source: <link href="http://www.w3.org/Style/CSS/">W3C</link>.
</definition>
<notes>
- <item-note>See <a
href="http://www.w3.org/Style/CSS/">W3C</a></item-note>
- <item-note>See <a href="http://www.csszengarden.com/">css Zen
Garden</a></item-note>
+ <item-note>See <link
href="http://www.w3.org/Style/CSS/">W3C</link></item-note>
+ <item-note>See <link href="http://www.csszengarden.com/">css Zen
Garden</link></item-note>
</notes>
</item>
</part>
@@ -59,11 +59,11 @@
<acronym title="Scalable Vector Graphics">SVG</acronym>
<definition>A language for describing
two-dimensional graphics and graphical applications in XML.
- Source: <a href="http://www.w3.org/Graphics/SVG/">W3C</a>.
+ Source: <link href="http://www.w3.org/Graphics/SVG/">W3C</link>.
</definition>
<notes>
- <item-note>See <a
href="http://www.w3.org/Graphics/SVG/">W3C</a></item-note>
- <item-note>See <a href="http://www.svg.org/">svg.org</a></item-note>
+ <item-note>See <link
href="http://www.w3.org/Graphics/SVG/">W3C</link></item-note>
+ <item-note>See <link
href="http://www.svg.org/">svg.org</link></item-note>
</notes>
</item>
</part>