You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2002/03/04 18:38:37 UTC

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

neeraj      02/03/04 09:38:37

  Modified:    java/docs faq-general.xml
  Log:
  Adding faq entry for Accessing documents available on Internet.
  
  Revision  Changes    Path
  1.23      +21 -0     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.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- faq-general.xml	29 Jan 2002 18:04:52 -0000	1.22
  +++ faq-general.xml	4 Mar 2002 17:38:37 -0000	1.23
  @@ -126,4 +126,25 @@
      <note>UCS-4 is not yet supported, but it is hoped that support will be available soon.</note>
     </a>
    </faq>
  + 
  + <faq title='Accessing Document on the Internet'>
  +  <q>Parser is not able to access schema documents or external entities available
  +	on the Internet</q>
  +  <a>
  +   <p>
  +   Parser is not able to access various external entities or schema documents 
  +   (imported, included etc..) available on Internet, Say, 
  +   "http://www.w3.org/2001/XMLSchema.xsd"  Schema for Schemas
  +   or "http://www.w3.org/2001/xml.xsd" schema defining xml:base, xml:lang attributes
  +   etc.. or any other external entity available on the Internet.
  +   <br/>
  +   				One of the reason could be your proxy settings 
  +   that does not allow parser to make URL connections through proxy server. To solve 
  +   this problem application has to set two System properties "http.proxyHost" and 
  +   "http.prxoyPort" before the parsing begins. Other reasons could be the strict firewall
  +    settings which doesn't allow any URL connection to be made to outside web or the 
  +    server on which documents are kept is currently not running etc..
  +   </p>
  +  </a>
  + </faq>  
   </faqs>
  
  
  

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