vgritsenko    2004/02/12 05:12:01

  Modified:    config   system.xml
  Log:
  document parser options
  
  Revision  Changes    Path
  1.18      +11 -3     xml-xindice/config/system.xml
  
  Index: system.xml
  ===================================================================
  RCS file: /home/cvs/xml-xindice/config/system.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- system.xml        11 Feb 2004 14:03:09 -0000      1.17
  +++ system.xml        12 Feb 2004 13:12:01 -0000      1.18
  @@ -76,7 +76,15 @@
   
       <!--
         - XML-RPC configuration for the Xindice server. Specifies name of the 
parser
  -      - to be used by XML-RPC.
  +      - to be used by XML-RPC. Apache XML-RPC knows following parsers:
  +      -    xerces   org.apache.xerces.parsers.SAXParser
  +      -    xp       com.jclark.xml.sax.Driver
  +      -    ibm1     com.ibm.xml.parser.SAXDriver
  +      -    ibm2     com.ibm.xml.parsers.SAXParser
  +      -    aelfred  com.microstar.xml.SAXDriver
  +      -    oracle1  oracle.xml.parser.XMLParser
  +      -    oracle2  oracle.xml.parser.v2.SAXParser
  +      -    openxml  org.openxml.parser.XMLSAXParser
         -->
       <xml-rpc>
           <driver name="xerces"/>
  
  
  

Reply via email to