You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2002/04/01 08:42:32 UTC

cvs commit: jakarta-commons/latka/xdocs xml-reference.xml

dion        02/03/31 22:42:32

  Modified:    latka/xdocs xml-reference.xml
  Log:
  Manual hack for dvsl not handing <source> inside a <p>
  
  Revision  Changes    Path
  1.2       +21 -29    jakarta-commons/latka/xdocs/xml-reference.xml
  
  Index: xml-reference.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/latka/xdocs/xml-reference.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xml-reference.xml	29 Mar 2002 15:50:47 -0000	1.1
  +++ xml-reference.xml	1 Apr 2002 06:42:32 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--This document generated by docbook2document.xsl--><!--
       Author:     Morgan Delagrange
  -    Version:    $Id: xml-reference.xml,v 1.1 2002/03/29 15:50:47 dion Exp $
  +    Version:    $Id: xml-reference.xml,v 1.2 2002/04/01 06:42:32 dion Exp $
   --><document><properties><title>Latka XML Reference</title><author email="mdelagra@yahoo.com">Morgan Delagrange</author><author email="commons-dev@jakarta.apache.org">
                       Commons Documentation Team
                   </author></properties><body><section name="Latka XML Reference">
  @@ -13,13 +13,12 @@
            <p>
               validates the length of an HTTP(S) response
            </p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT byteLength EMPTY&gt;
   &lt;!ATTLIST byteLength min   CDATA "0"
                        max   CDATA #IMPLIED
                        label CDATA #IMPLIED&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
               <table>
  @@ -82,13 +81,12 @@
            <p>
               validates the presence of an HTTP(S) cookie in a response
            </p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT cookie EMPTY&gt;
   &lt;!ATTLIST cookie name  CDATA #REQUIRED
                    value CDATA #IMPLIED
                    label CDATA #IMPLIED&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
                  <table>
  @@ -148,12 +146,11 @@
            <p>
               username/password credentials for Basic HTTP authentication.
            </p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT credentials EMPTY&gt;
   &lt;!ATTLIST credentials userName CDATA #REQUIRED
                         password  CDATA #REQUIRED&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
                  <table>
  @@ -191,12 +188,11 @@
         <a name="latka.ref.maxRequestTime"/><subsection name="maxRequestTime">
            
            <p>validates the response time for an HTTP(S) request</p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT maxRequestTime EMPTY&gt;
   &lt;!ATTLIST maxRequestTime millis CDATA "30000"
                              message  CDATA #IMPLIED&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
                  <table>
  @@ -246,10 +242,9 @@
         <a name="latka.ref.param"/><subsection name="param">
            
            <p>indicates a request parameter as part of an HTTP(S) request to be executed</p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT request (<a href="#latka.ref.paramName">paramName</a>, <a href="#latka.ref.paramValue">paramValue</a>)&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
               <p>
  @@ -274,10 +269,9 @@
         <a name="latka.ref.paramName"/><subsection name="paramName">
            
            <p>the name part of a name/value pair parameter</p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT paramName (#PCDATA)&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
               <p>
  @@ -303,10 +297,10 @@
         <a name="latka.ref.paramValue"/><subsection name="paramValue">
            
            <p>the value part of a name/value pair parameter</p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT paramValue (#PCDATA)&gt;</source>
  -         </p>
  +
            <p><a name=""><strong>Attributes</strong></a><br/>
               
               <p>
  @@ -334,14 +328,13 @@
            <p>
               validates the presence or absence of a regular expression within an HTTP(S) response
            </p>
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT regexp EMPTY&gt;
   &lt;!ATTLIST regexp pattern    CDATA          #REQUIRED
                    cond       (true | false) "true"
                    ignoreCase (true | false) "false"
                    label       CDATA         #IMPLIED&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
                  <table>
  @@ -425,7 +418,7 @@
   
               <p>indicates an  HTTP(S) request to be executed</p>
   
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT request (<a href="#latka.ref.credentials">credentials</a>?, <a href="#latka.ref.param">param</a>*, <a href="#latka.ref.validate">validate</a>?)&gt;
   &lt;!ATTLIST request path   CDATA        #REQUIRED
  @@ -433,7 +426,7 @@
                        host   CDATA        #IMPLIED
                        port   CDATA        #IMPLIED
                        label  CDATA        #IMPLIED&gt;</source>
  -         </p>
  +
            <p><a name=""><strong>Attributes</strong></a><br/>
               
               <p>
  @@ -513,12 +506,11 @@
   
               <p>wrapper for a sequence of <a href="#latka.ref.request">request</a>s associated with the same state (session)</p>
   
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT session (<a href="#latka.ref.request">request</a>+)&gt;
   &lt;!ATTLIST session sessionId CDATA #IMPLIED
                        label      CDATA #IMPLIED&gt;</source>
  -         </p>
            <p><a name=""><strong>Attributes</strong></a><br/>
               
                  <table>
  @@ -573,12 +565,12 @@
   
               <p>validates an HTTP response code</p>
   
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT statusCode EMPTY&gt;
   &lt;!ATTLIST statusCode code  CDATA "200"
                         label CDATA #IMPLIED&gt;</source>
  -         </p>
  +         
            <p><a name=""><strong>Attributes</strong></a><br/>
               
                  <table>
  @@ -630,13 +622,13 @@
   
               <p>root element for a suite of tests</p>
   
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT suite ( (<a href="#latka.ref.session">session</a> | <a href="#latka.ref.request">request</a>)+ )&gt;
   &lt;!ATTLIST suite defaultHost CDATA #IMPLIED
                      defaultPort CDATA #IMPLIED
                      label        CDATA #IMPLIED&gt;</source>
  -         </p>
  +         
            <p><a name=""><strong>Attributes</strong></a><br/>
               
                  <table>
  @@ -698,10 +690,10 @@
                  current <a href="#latka.ref.request">request</a> (and its response)
               </p>
   
  -         <p><a name=""><strong>DTD</strong></a><br/>
  +         <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT validate (<a href="#latka.ref.byteLength">byteLength</a> | <a href="#latka.ref.cookie">cookie</a> | <a href="#latka.ref.maxRequestTime">maxRequestTime</a> | <a href="#latka.ref.regexp">regexp</a> | <a href="#latka.ref.statusCode">statusCode</a> | <a href="#latka.ref.xpath">xpath</a> )+&gt;</source>
  -         </p>
  +
            <p><a name=""><strong>Attributes</strong></a><br/>
               
               <p>
  @@ -734,14 +726,14 @@
           </p>
           
           
  -        <p><a name=""><strong>DTD</strong></a><br/>
  +        <p><a name=""><strong>DTD</strong></a><br/></p>
               
               <source>&lt;!ELEMENT xpath EMPTY&gt;
   &lt;!ATTLIST xpath select    CDATA          #REQUIRED
                      cond       (true | false) "true"
                      value     CDATA          #IMPLIED
                      label     CDATA          #IMPLIED&gt;</source>
  -        </p>
  +        
   
            <p><a name=""><strong>Attributes</strong></a><br/>
               
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>