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

jelmer at samba.org jelmer at samba.org
Sun Mar 13 17:35:36 GMT 2005


Author: jelmer
Date: 2005-03-13 17:35:35 +0000 (Sun, 13 Mar 2005)
New Revision: 577

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

Log:
Allow embedding of a couple more Samba-specific elements.

Modified:
   trunk/DTD/samba-doc


Changeset:
Modified: trunk/DTD/samba-doc
===================================================================
--- trunk/DTD/samba-doc	2005-03-13 16:21:54 UTC (rev 576)
+++ trunk/DTD/samba-doc	2005-03-13 17:35:35 UTC (rev 577)
@@ -7,7 +7,7 @@
 	Copyright (C) Jelmer Vernooij 2003-2005
  -->
 
-<!ENTITY % local.tech.char.class "|smbconfoption|smbconfsection">
+<!ENTITY % local.tech.char.class "|smbconfoption|smbconfsection|ntuser|ntgroup">
 <!ENTITY % local.formal.class "|smbconfexample">
 <!ENTITY % local.linespecific.class "|smbconfblock">
 <!ENTITY % local.informal.class "|image">
@@ -30,7 +30,7 @@
 	id ID #IMPLIED>
 <!ELEMENT smbconfcomment (#PCDATA)>
 <!ELEMENT smbconfsection (#PCDATA)>
-<!ELEMENT smbconfoption (#PCDATA)>
+<!ELEMENT smbconfoption (#PCDATA|replaceable)*>
 <!ATTLIST smbconfoption 
 	name CDATA #REQUIRED>
 



More information about the samba-cvs mailing list