1. the Xerces-P-Dev list address is incorrect in the 1.3.5 and 1.4.0
releases: it's given as [EMAIL PROTECTED] (note the dash
between xml-apache).

2. Under perl 5.004, three test scripts fail due to buffering of the
temporary XML file under test. The following patch fixes this by simply
closing(flushing) the files before passing them to the processor/s.

diff -u0 -r XML-Xerces-1.3.5.orig/t/DOMCount.t
XML-Xerces-1.3.5/t/DOMCount.t
--- XML-Xerces-1.3.5.orig/t/DOMCount.t  Sat Apr 14 08:24:11 2001
+++ XML-Xerces-1.3.5/t/DOMCount.t       Fri Jun  8 16:05:19 2001
@@ -50,0 +51 @@
+close OUT;
diff -u0 -r XML-Xerces-1.3.5.orig/t/DOMPrint.t
XML-Xerces-1.3.5/t/DOMPrint.t
--- XML-Xerces-1.3.5.orig/t/DOMPrint.t  Sat Apr 14 08:25:45 2001
+++ XML-Xerces-1.3.5/t/DOMPrint.t       Fri Jun  8 16:07:17 2001
@@ -49,0 +50 @@
+close OUT;
diff -u0 -r XML-Xerces-1.3.5.orig/t/SAXCount.t
XML-Xerces-1.3.5/t/SAXCount.t
--- XML-Xerces-1.3.5.orig/t/SAXCount.t  Tue Apr 17 01:59:02 2001
+++ XML-Xerces-1.3.5/t/SAXCount.t       Fri Jun  8 16:07:40 2001
@@ -50,0 +51 @@
+close OUT;


_____________________________________________________________________________
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to