[svn-commits] jsmith: branch jsmith/astxml-docs r188898 - /team/jsmith/astxml-docs/doc/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 16 21:45:45 CDT 2009


Author: jsmith
Date: Thu Apr 16 21:45:41 2009
New Revision: 188898

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=188898
Log:
Make a few minor changes to the DTD, to allow for a slightly richer syntax

Modified:
    team/jsmith/astxml-docs/doc/appdocsxml.dtd

Modified: team/jsmith/astxml-docs/doc/appdocsxml.dtd
URL: http://svn.digium.com/svn-view/asterisk/team/jsmith/astxml-docs/doc/appdocsxml.dtd?view=diff&rev=188898&r1=188897&r2=188898
==============================================================================
--- team/jsmith/astxml-docs/doc/appdocsxml.dtd (original)
+++ team/jsmith/astxml-docs/doc/appdocsxml.dtd Thu Apr 16 21:45:41 2009
@@ -51,7 +51,7 @@
   <!ATTLIST argument hasparams (yes|no|true|false|optional) "false">
   <!ATTLIST argument argsep CDATA ",">
 
-  <!ELEMENT para (#PCDATA|astcli|literal|emphasis|filename|directory|replaceable|variable)*>
+  <!ELEMENT para (#PCDATA|astcli|literal|emphasis|filename|directory|replaceable|variable|variablelist)*>
   <!ELEMENT literal (#PCDATA)>
   <!ELEMENT emphasis (#PCDATA)>
   <!ELEMENT filename (#PCDATA)>
@@ -63,7 +63,7 @@
   <!ELEMENT warning (para+)>
 
   <!ELEMENT variablelist (variable+)>
-  <!ELEMENT variable (#PCDATA|value|para)*>
+  <!ELEMENT variable (#PCDATA|value|para|optionlist|note|warning)*>
   <!ATTLIST variable name CDATA "">
 
   <!ELEMENT value (#PCDATA)>




More information about the svn-commits mailing list