You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2006/03/16 22:50:49 UTC

svn commit: r386464 - /jakarta/commons/proper/commons-build/trunk/menus/maven-build.dtd

Author: scolebourne
Date: Thu Mar 16 13:50:48 2006
New Revision: 386464

URL: http://svn.apache.org/viewcvs?rev=386464&view=rev
Log:
The DTD hosted online to reference commons.ent

Added:
    jakarta/commons/proper/commons-build/trunk/menus/maven-build.dtd   (with props)

Added: jakarta/commons/proper/commons-build/trunk/menus/maven-build.dtd
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/commons-build/trunk/menus/maven-build.dtd?rev=386464&view=auto
==============================================================================
--- jakarta/commons/proper/commons-build/trunk/menus/maven-build.dtd (added)
+++ jakarta/commons/proper/commons-build/trunk/menus/maven-build.dtd Thu Mar 16 13:50:48 2006
@@ -0,0 +1,26 @@
+<!--
+
+This DTD is intended to contain entity definitions for the main menu elements
+from the commons navigation bar.
+A mavenized project can then add there elements to their navigation bar by simply
+adding the DTD definition and then using the entities definied.
+
+For example:
+
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE org.apache.commons.menus SYSTEM 'http://jakarta.apache.org/commons/build/maven-build.dtd'>
+<project name="Component">
+  <title>Component</title>
+  <body>
+    <menu name="Component">
+      <item name="Overview"                href="/index.html"/>
+      ...
+    </menu>
+    ...
+    &commons;
+  </body>
+</project>
+
+-->
+
+  <!ENTITY commons SYSTEM "http://jakarta.apache.org/commons/build/commons.ent">

Propchange: jakarta/commons/proper/commons-build/trunk/menus/maven-build.dtd
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org