svn commit: samba-web r691 - in trunk/DTD: .

jelmer at samba.org jelmer at samba.org
Sun Jun 12 19:53:19 GMT 2005


Author: jelmer
Date: 2005-06-12 19:53:19 +0000 (Sun, 12 Jun 2005)
New Revision: 691

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=691

Log:
Be a bit stricter for some elements.

Modified:
   trunk/DTD/samba-doc


Changeset:
Modified: trunk/DTD/samba-doc
===================================================================
--- trunk/DTD/samba-doc	2005-06-12 16:36:42 UTC (rev 690)
+++ trunk/DTD/samba-doc	2005-06-12 19:53:19 UTC (rev 691)
@@ -7,10 +7,10 @@
 	Copyright (C) Jelmer Vernooij 2003-2005
  -->
 
-<!ENTITY % local.tech.char.class "|smbconfoption|smbconfsection|ntuser|ntgroup">
+<!ENTITY % local.tech.char.class "|smbconfoption|smbconfsection">
 <!ENTITY % local.formal.class "|smbconfexample">
 <!ENTITY % local.linespecific.class "|smbconfblock">
-<!ENTITY % local.informal.class "|image">
+<!ENTITY % local.informal.class "|imagefile">
 
 <!ENTITY % DocBookDTD 
 	PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
@@ -22,8 +22,8 @@
 	"samba.entities">
 %samba.entities;
 
-<!ELEMENT smbconfexample (title,(smbconfoption|smbconfsection|smbconfblock|smbconfcomment)*)>
-<!ELEMENT smbconfblock (title?,(smbconfoption|smbconfsection|smbconfblock|smbconfcomment)*)>
+<!ELEMENT smbconfexample (title,(smbconfsection|smbconfcomment),(smbconfoption|smbconfsection|smbconfcomment)*)>
+<!ELEMENT smbconfblock (title?,(smbconfoption|smbconfsection|smbconfcomment)*)>
 <!ATTLIST smbconfexample
 	id ID #IMPLIED
 	fragment CDATA #IMPLIED>



More information about the samba-cvs mailing list