Pierpaolo Fumagalli wrote:
> 
> yep... you're right, the spec says that that feature should be true by
> default, while on xerces it's false by default... not a big deal, anyway
> :)

Here's the patch...

cvs diff XMLParser.java (in directory C:\CVS
Archive\xml-xerces\java\src\org\apache\xerces\framework\)
Index: XMLParser.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/framework/XMLParser.java,v
retrieving revision 1.10
diff -r1.10 XMLParser.java
210c210
<     protected boolean fNamespacesEnabled = false;
---
>     protected boolean fNamespacesEnabled = true;

-- 
--------------------------------------------------------------------
-          P              I              E              R          -
stable structure erected over water to allow the docking of seacraft
<mailto:[EMAIL PROTECTED]>    <http://www.betaversion.org/~pier/>
--------------------------------------------------------------------
- ApacheCON Y2K: Come to the official Apache developers conference -
-------------------- <http://www.apachecon.com> --------------------

Reply via email to