[java-xmltooling COMMIT] /branches/REL_1/doc/README.txt
noreply at shibboleth.net
noreply at shibboleth.net
Sun Mar 31 22:14:54 EDT 2013
Author: scantor
Date: Sun Mar 31 22:14:53 2013
New Revision: 806
URL: http://svn.shibboleth.net/view/java-xmltooling?rev=806&view=rev
Log:
Update readme with corrected XML parser requirement.
Modified:
branches/REL_1/doc/README.txt
Modified: branches/REL_1/doc/README.txt
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/doc/README.txt?rev=806&r1=805&r2=806&view=diff
==============================================================================
--- branches/REL_1/doc/README.txt (original)
+++ branches/REL_1/doc/README.txt Sun Mar 31 22:14:53 2013
@@ -6,10 +6,10 @@
it provides a significant amount of support for more complex tasks such
as signing and encryption, key resolution, key trust fabrics, and others.
-XMLTooling-J requires working JAXP 1.3 and DOM Level 3 compliant parsers,
-and this library requires the use of Xerces and Xalan for historical reasons.
-We recommend those libraries be endorsed using the endorsement override
-mechanism in the JVM to ensure their use.
+XMLTooling-J requires a JAXP 1.3 and DOM Level 3 compliant parser, and this
+library assumes the use of Xerces and Xalan for historical reasons. You
+may choose to use the built-in parser and transform engine at your own
+risk.
The use of JDK 1.6 or higher is required. Older Java versions are not
supported.
More information about the commits
mailing list