Author: crossley
Date: Thu Apr 6 16:33:50 2006
New Revision: 392118
URL: http://svn.apache.org/viewcvs?rev=392118&view=rev
Log:
There is already a "note" item in the document-v20 DTD
which has a different purpose. So renamed to "item-note".
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
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.mod
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod?rev=392118&r1=392117&r2=392118&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/schema/glossary-v10.mod
Thu Apr 6 16:33:50 2006
@@ -54,8 +54,8 @@
<!ELEMENT definition (%flow;)*>
<!ATTLIST definition cite IDREF #IMPLIED>
-<!ELEMENT notes (note)+>
-<!ELEMENT note (%flow;)*>
+<!ELEMENT notes (item-note)+>
+<!ELEMENT item-note (%flow;)*>
<!ELEMENT see (id, text)>
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl?rev=392118&r1=392117&r2=392118&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.glossary/resources/stylesheets/glossary-to-document.xsl
Thu Apr 6 16:33:50 2006
@@ -120,7 +120,7 @@
</ul>
</xsl:template>
- <xsl:template match="note">
+ <xsl:template match="item-note">
<li>
<xsl:apply-templates/>
</li>
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=392118&r1=392117&r2=392118&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 16:33:50 2006
@@ -34,8 +34,8 @@
Source: <a href="http://www.w3.org/Style/CSS/">W3C</a>.
</definition>
<notes>
- <note>See <a href="http://www.w3.org/Style/CSS/">W3C</a></note>
- <note>See <a href="http://www.csszengarden.com/">css Zen
Garden</a></note>
+ <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>
</notes>
</item>
</part>
@@ -60,8 +60,8 @@
Source: <a href="http://www.w3.org/Graphics/SVG/">W3C</a>.
</definition>
<notes>
- <note>See <a href="http://www.w3.org/Graphics/SVG/">W3C</a></note>
- <note>See <a href="http://www.svg.org/">svg.org</a></note>
+ <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>
</notes>
</item>
</part>