You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mu...@apache.org on 2010/05/30 07:51:17 UTC

svn commit: r949481 - /xerces/java/trunk/docs/faq-xs.xml

Author: mukulg
Date: Sun May 30 05:51:17 2010
New Revision: 949481

URL: http://svn.apache.org/viewvc?rev=949481&view=rev
Log:
doing some slight modifications to XPath 2.0 support faqs

Modified:
    xerces/java/trunk/docs/faq-xs.xml

Modified: xerces/java/trunk/docs/faq-xs.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/docs/faq-xs.xml?rev=949481&r1=949480&r2=949481&view=diff
==============================================================================
--- xerces/java/trunk/docs/faq-xs.xml (original)
+++ xerces/java/trunk/docs/faq-xs.xml Sun May 30 05:51:17 2010
@@ -82,14 +82,16 @@ v.validate(new StreamSource(args[0]));
   	   Xerces uses the <jump href="http://wiki.eclipse.org/PsychoPathXPathProcessor">Eclipse/PsychoPath XPath 2.0 engine</jump>.
   	   </p>
   	   <p>
-  	   Xerces-J bundles a JDK 1.3 compliant PsychoPath XPath 2.0 JAR. This has somewhat less XPath 2.0 language 
-  	   compliance for W3C XPath 2.0 language. For a better XPath 2.0 build, for using with Xerces XML Schema 1.1 
-  	   processing, users may choose to download the latest PsychoPath JAR from following locations:
+  	   Xerces-J bundles a JDK 1.3 compliant PsychoPath XPath 2.0 JAR. Users must be aware that, the PsychoPath XPath 2.0 JAR, that's bundled 
+  	   with Apache Xerces-J, has somewhat less XPath 2.0 language compliance for W3C XPath 2.0 language. For a better XPath 2.0 build, for using 
+  	   with Xerces XML Schema 1.1 processing, users may choose to download the latest PsychoPath XPath 2.0 JAR from following locations:
   	   </p>
   	   <ul>
-  	     <li><jump href="http://www.eclipse.org/webtools/">Eclipse Web Tools Platform (WTP) Project</jump></li>
+  	     <li><jump href="http://www.eclipse.org/webtools/">Eclipse Web Tools Platform (WTP) Project</jump>. The latest 'Released' or a 'Stable milestone' 
+  	     WTP version could be downloaded from here (from which PsychoPath XPath 2.0 JAR could be extracted).
+  	     </li>
   	     <li><jump href="https://build.eclipse.org/hudson/view/WTP/job/cbi-wtp-wst.xsl.psychopath/">Eclipse/PsychoPath continuous build server</jump>. 
-  	     The most latest successful PsychoPath developer build could be downloaded from here.</li>
+  	     The most latest successful PsychoPath XPath 2.0 developer build could be downloaded from here.</li>
   	   </ul>
   	   <p>
   	   The latest PsychoPath XPath 2.0 engine builds at Eclipse, require a minimum JDK level of 1.5.



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