You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/06/17 00:02:34 UTC

cvs commit: xml-xerces/java/docs faq-general.xml

mrglavas    2005/06/16 15:02:34

  Modified:    java/docs faq-general.xml
  Log:
  Added an FAQ on usage of JAXP 1.3 on JDK 1.4.
  
  Revision  Changes    Path
  1.45      +18 -1     xml-xerces/java/docs/faq-general.xml
  
  Index: faq-general.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/docs/faq-general.xml,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- faq-general.xml	28 Sep 2004 02:55:48 -0000	1.44
  +++ faq-general.xml	16 Jun 2005 22:02:34 -0000	1.45
  @@ -1,6 +1,6 @@
   <?xml version='1.0' encoding='UTF-8'?>
   <!--
  - * Copyright 1999-2004 The Apache Software Foundation.
  + * Copyright 1999-2005 The Apache Software Foundation.
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -53,6 +53,23 @@
           </p>
       </a>
    </faq>
  + <faq title="Using JAXP 1.3 on JDK 1.4">
  +  <q>How can I use JAXP 1.3 on JDK 1.4?</q>
  +  <a>
  +   <p>
  +    Use the <jump href="http://java.sun.com/j2se/1.4/docs/guide/standards/">Endorsed Standards Override Mechanism</jump>
  +    to specify xml-apis.jar and xercesImpl.jar. This will override the version of JAXP in the JDK. A more complete 
  +    description is available <jump href="http://xml.apache.org/xalan-j/faq.html#faq-N100CC">here</jump>.
  +   </p>
  +   <p>
  +     The following methods <strong>do not work</strong>:
  +     <ul>
  +      <li>Using the CLASSPATH environment variable or using -classpath to place the new classes in the classpath.</li>
  +      <li>Using the -jar option to explicitly execute the classes inside the new jar files.</li>
  +     </ul>
  +   </p>
  +  </a>
  + </faq>
    <faq title="ClassCastException using Xerces">
      <q>Why do I get a ClassCastException when I use Xerces and WebSphere Application Server?</q>
      <a>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org