goba            Thu Sep  2 09:40:48 2004 EDT

  Modified files:              
    /phpdoc/RFC manual.xml.in 
  Log:
  introduce a new tag instead of overloading existing tags (the DTD still needs fixing)
  
http://cvs.php.net/diff.php/phpdoc/RFC/manual.xml.in?r1=1.13&r2=1.14&ty=u
Index: phpdoc/RFC/manual.xml.in
diff -u phpdoc/RFC/manual.xml.in:1.13 phpdoc/RFC/manual.xml.in:1.14
--- phpdoc/RFC/manual.xml.in:1.13       Thu Sep  2 09:16:00 2004
+++ phpdoc/RFC/manual.xml.in    Thu Sep  2 09:40:47 2004
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//PHPDocGroup//DTD DocBook XML V4.1.2-Based Variant PHPBook 
V1.0//EN"
           "@srcdir@/dtds/phpbook.dtd" [
 
-<!-- $Revision: 1.13 $ --> <!-- Last updated to comply to manual.xml.in 1.189 -->
+<!-- $Revision: 1.14 $ --> <!-- Last updated to comply to manual.xml.in 1.189 -->
 
 <!-- Add translated specific definitions and snippets -->
 <!ENTITY % language-defs     SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
@@ -113,10 +113,10 @@
  <part id="funcref">
   <title>&FunctionReference;</title>
   
-  <section id="refs.basic">
+  <refgroup id="refs.basic">
    <title>Basic PHP Extensions</title>
 
-   <section id="refs.basic.vartype">
+   <refgroup id="refs.basic.vartype">
     <title>Variable and Type Related Extensions</title>
     &reference.array.reference;
     &reference.classobj.reference;
@@ -125,33 +125,33 @@
     &reference.funchand.reference;
     &reference.objaggregation.reference;
     &reference.var.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.basic.text">
+   <refgroup id="refs.basic.text">
     <title>Text Processing</title>
     &reference.mbstring.reference;
     &reference.strings.reference;
     &reference.regex.reference;
     &reference.pcre.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.basic.php">
+   <refgroup id="refs.basic.php">
     <title>Affecting PHP's Behaviour</title>
     &reference.overload.reference;
     &reference.errorfunc.reference;
     &reference.http.reference;
     &reference.info.reference;
     &reference.outcontrol.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.basic.session">
+   <refgroup id="refs.basic.session">
     <title>Session Extensions</title>
     &reference.msession.reference; 
     &reference.muscat.reference;
     &reference.session.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.basic.other">
+   <refgroup id="refs.basic.other">
     <title>Other Basic Extensions</title>
     &reference.misc.reference;
     &reference.url.reference;
@@ -159,21 +159,21 @@
     &reference.spl.reference;
     &reference.stream.reference;
     &reference.tokenizer.reference;
-   </section>
+   </refgroup>
 
-  </section>
+  </refgroup>
   
-  <section id="refs.database">
+  <refgroup id="refs.database">
    <title>Database Extensions</title>
    
-   <section id="refs.database.abstract">
+   <refgroup id="refs.database.abstract">
     <title>Abstraction Layers</title>
     &reference.dba.reference;
     &reference.dbx.reference;
     &reference.uodbc.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.database.vendors">
+   <refgroup id="refs.database.vendors">
     <title>Vendor Specific Database Extensions</title>
     &reference.dbase.reference;
     &reference.dbm.reference;
@@ -194,11 +194,11 @@
     &reference.sesam.reference;
     &reference.sqlite.reference;
     &reference.sybase.reference;
-   </section>
+   </refgroup>
    
-  </section>
+  </refgroup>
   
-  <section id="refs.xml">
+  <refgroup id="refs.xml">
    <title>XML Manipulation</title>
    &reference.dom.reference;
    &reference.domxml.reference;
@@ -209,41 +209,41 @@
    &reference.xml.reference;
    &reference.xsl.reference;
    &reference.xslt.reference;
-  </section>
+  </refgroup>
   
-  <section id="refs.webservice">
+  <refgroup id="refs.webservice">
    <title>Web Services</title>
    &reference.soap.reference;
    &reference.xmlrpc.reference;
-  </section>
+  </refgroup>
   
-  <section id="refs.creditcard">
+  <refgroup id="refs.creditcard">
    <title>Credit Card Processing</title>
    &reference.ccvs.reference;
    &reference.cybercash.reference;
    &reference.pfpro.reference;
    &reference.mcve.reference;
-  </section>
+  </refgroup>
   
-  <section id="refs.mathcrypto">
+  <refgroup id="refs.mathcrypto">
    <title>Math and Cryptography</title>
    
-   <section id="refs.mathcrypto.math">
+   <refgroup id="refs.mathcrypto.math">
     <title>Mathematical Extensions</title>
     &reference.bc.reference;
     &reference.gmp.reference;
     &reference.math.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.mathcrypto.crypto">
+   <refgroup id="refs.mathcrypto.crypto">
     <title>Cryptography Extensions</title>
     &reference.crack.reference;
     &reference.mcrypt.reference;
     &reference.mhash.reference;
-   </section>
-  </section>
+   </refgroup>
+  </refgroup>
   
-  <section id="refs.international">
+  <refgroup id="refs.international">
    <title>Human Language and Character Encoding Support</title>
    &reference.fribidi.reference;
    &reference.gettext.reference;
@@ -251,12 +251,12 @@
    &reference.iconv.reference;
    &reference.aspell.reference;
    &reference.pspell.reference;
-  </section>
+  </refgroup>
   
-  <section id="refs.fileprocess">
+  <refgroup id="refs.fileprocess">
    <title>File System and Process Control</title>
    
-   <section id="refs.fileprocess.file">
+   <refgroup id="refs.fileprocess.file">
     <title>File System Related Extensions</title>
     &reference.dio.reference;
     &reference.dir.reference;
@@ -264,31 +264,31 @@
     &reference.mime-magic.reference;
     &reference.xattr.reference;
     &reference.xdiff.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.fileprocess.process">
+   <refgroup id="refs.fileprocess.process">
     <title>Process Control Extensions</title>
     &reference.posix.reference;
     &reference.pcntl.reference;
     &reference.exec.reference;
     &reference.sem.reference;
     &reference.shmop.reference;
-   </section>
-  </section>
+   </refgroup>
+  </refgroup>
   
-  <section id="refs.remote">
+  <refgroup id="refs.remote">
    <title>Accessing Services</title>
 
-   <section id="refs.remote.mail">
+   <refgroup id="refs.remote.mail">
     <title>Mail Related Extensions</title>
     &reference.cyrus.reference;  
     &reference.mail.reference;
     &reference.mailparse.reference;
     &reference.imap.reference;
     &reference.vpopmail.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.remote.other">
+   <refgroup id="refs.remote.other">
     <title>Other Services</title>
     &reference.curl.reference;
     &reference.fam.reference;
@@ -308,69 +308,69 @@
     &reference.yaz.reference;
     &reference.nis.reference;
     &reference.snmp.reference;
-   </section>
-  </section>
+   </refgroup>
+  </refgroup>
   
-  <section id="refs.compression">
+  <refgroup id="refs.compression">
    <title>Compression Extensions</title>
    &reference.bzip2.reference;
    &reference.lzf.reference;
    &reference.zip.reference;
    &reference.zlib.reference;
-  </section>
+  </refgroup>
   
-  <section id="refs.calendar">
+  <refgroup id="refs.calendar">
    <title>Calendar and Event Related Extensions</title>
    &reference.calendar.reference;
    &reference.datetime.reference;
    &reference.mcal.reference;
-  </section>
+  </refgroup>
   
-  <section id="refs.utilspec">
+  <refgroup id="refs.utilspec">
    <title>Utilization Area Specific Extensions</title>
    
-   <section id="refs.utilspec.nontext">
+   <refgroup id="refs.utilspec.nontext">
     <title>Non-Text MIME Output</title>
     &reference.cpdf.reference;
     &reference.fdf.reference;
     &reference.pdf.reference;
     &reference.ming.reference;
     &reference.swf.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.utilspec.image">
+   <refgroup id="refs.utilspec.image">
     <title>Image Processing and Generation</title>
     &reference.exif.reference;
     &reference.image.reference;
-   </section>
+   </refgroup>
 
-   <section id="refs.utilspec.cmdline">
+   <refgroup id="refs.utilspec.cmdline">
     <title>Command Line Specific Extensions</title>
     &reference.ncurses.reference;
     &reference.readline.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.utilspec.windows">
+   <refgroup id="refs.utilspec.windows">
     <title>Windows Only Extensions</title>
     &reference.dotnet.reference;
     &reference.com.reference;
     &reference.w32api.reference;
     &reference.printer.reference;
-   </section>
+   </refgroup>
    
-   <section id="refs.utilspec.server">
+   <refgroup id="refs.utilspec.server">
     <title>Server Specific Extensions</title>
     &reference.apache.reference;
     &reference.nsapi.reference;
     <!-- &reference.iisfunc.reference; -->
-   </section>
+   </refgroup>
   
-   <section id="refs.utilspec.misc">
+   <refgroup id="refs.utilspec.misc">
     <title>Misc Extensions</title>
     &reference.id3.reference;
     &reference.openal.reference;
-   </section>
-  </section>
+   </refgroup>
+  </refgroup>
  </part>
 
  &zendapi.toc;

Reply via email to