mrglavas 2005/02/11 09:24:48 Modified: java/docs properties.xml features.xml Log: Fixing typos. "underyling" should have be "underlying". Revision Changes Path 1.18 +2 -2 xml-xerces/java/docs/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/properties.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- properties.xml 28 Sep 2004 03:59:17 -0000 1.17 +++ properties.xml 11 Feb 2005 17:24:48 -0000 1.18 @@ -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. @@ -26,7 +26,7 @@ <p> The DocumentBuilderFactory interface contains a <code>setAttribute(String,Object)</code> method which <em>may</em> - provide a means to set properties on the underyling parser. When + provide a means to set properties on the underlying parser. When using Xerces, you can set the value of a property with this method. For example: </p> 1.44 +1 -1 xml-xerces/java/docs/features.xml Index: features.xml =================================================================== RCS file: /home/cvs/xml-xerces/java/docs/features.xml,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- features.xml 5 Jan 2005 04:41:56 -0000 1.43 +++ features.xml 11 Feb 2005 17:24:48 -0000 1.44 @@ -26,7 +26,7 @@ <p> The DocumentBuilderFactory interface contains a <code>setAttribute(String,Object)</code> method which <em>may</em> - provide a means to set features on the underyling parser. When using + provide a means to set features on the underlying parser. When using Xerces, to set a feature you specify an instance of <code>java.lang.Boolean</code> as the value of the attribute. For example:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]