add navbar element

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@292466 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-09-29 16:38:24 +00:00
parent 537eed29bf
commit 57537e1e16
2 changed files with 16 additions and 2 deletions

View File

@@ -412,7 +412,7 @@
<!--=================== Document Body ====================================-->
<!ELEMENT body (section | goals)+>
<!ELEMENT body ((section | goals)+, navbar?)>
<!ATTLIST body
%attrs;
onload %Script; #IMPLIED
@@ -1225,3 +1225,10 @@ several semantically related columns together.
%TextAlign;
name CDATA #REQUIRED
>
<!ELEMENT navbar EMPTY>
<!ATTLIST navbar
prev %URI; #IMPLIED
home %URI; #IMPLIED
next %URI; #IMPLIED
>

View File

@@ -412,7 +412,7 @@
<!--=================== Document Body ====================================-->
<!ELEMENT body (section | goals)+>
<!ELEMENT body ((section | goals)+, navbar?)>
<!ATTLIST body
%attrs;
onload %Script; #IMPLIED
@@ -1225,3 +1225,10 @@ several semantically related columns together.
%TextAlign;
name CDATA #REQUIRED
>
<!ELEMENT navbar EMPTY>
<!ATTLIST navbar
prev %URI; #IMPLIED
home %URI; #IMPLIED
next %URI; #IMPLIED
>