4118acb66f
OBS-URL: https://build.opensuse.org/package/show/Java:packages/apache-commons-pool?expand=0&rev=1
27 lines
756 B
DTD
27 lines
756 B
DTD
<!--
|
|
|
|
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">
|