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

jelmer at samba.org jelmer at samba.org
Sun Mar 13 18:25:25 GMT 2005


Author: jelmer
Date: 2005-03-13 18:25:25 +0000 (Sun, 13 Mar 2005)
New Revision: 578

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

Log:
Make the name of smbconfsection an attribute rather then putting it 
in its CDATA (consistent with the other elements)

Modified:
   trunk/DTD/samba-doc


Changeset:
Modified: trunk/DTD/samba-doc
===================================================================
--- trunk/DTD/samba-doc	2005-03-13 17:35:35 UTC (rev 577)
+++ trunk/DTD/samba-doc	2005-03-13 18:25:25 UTC (rev 578)
@@ -25,11 +25,14 @@
 <!ELEMENT smbconfexample (title,(smbconfoption|smbconfsection|smbconfblock|smbconfcomment)*)>
 <!ELEMENT smbconfblock (title?,(smbconfoption|smbconfsection|smbconfblock|smbconfcomment)*)>
 <!ATTLIST smbconfexample
-	id ID #IMPLIED>
+	id ID #IMPLIED
+	fragment CDATA #IMPLIED>
 <!ATTLIST smbconfblock
 	id ID #IMPLIED>
 <!ELEMENT smbconfcomment (#PCDATA)>
-<!ELEMENT smbconfsection (#PCDATA)>
+<!ELEMENT smbconfsection EMPTY>
+<!ATTLIST smbconfsection
+	name CDATA #REQUIRED>
 <!ELEMENT smbconfoption (#PCDATA|replaceable)*>
 <!ATTLIST smbconfoption 
 	name CDATA #REQUIRED>



More information about the samba-cvs mailing list