[XML-SIG] ANN: 4Suite and 4SuiteServer 0.11.1 beta 2

Dieter Maurer dieter@handshake.de
Sat, 16 Jun 2001 16:45:02 +0200 (CEST)


Uche Ogbuji writes:
 > More fixes, more features, this is it before the 0.11.1 release, hopefully 
 > Monday.  Please help us test and exercise things.
I updated my 4Suite CVS, built and installed and tried to run a book chapter.
That's what I get:

> lindm: 4xslt -o chap3a.html book.xml book.xsl 
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.1/site-packages/_xmlplus/xslt/Processor.py", line 157, in runUri
>     src = self._docReader.fromUri(uri, stripElements=self._getWsStripElements())
>   File "/usr/local/lib/python2.1/site-packages/Ft/Lib/ReaderBase.py", line 76, in fromUri
>     rt = self.fromStream(stream, newBaseUri, ownerDoc, stripElements)
>   File "/usr/local/lib/python2.1/site-packages/Ft/Lib/pDomletteReader.py", line 184, in fromStream
>     expat.ErrorString(self.parser.ErrorCode))
> FtException: XML parse error at line 36, column 0: error in processing external entity reference
> Source document (book.xml): XML parse error at line 36, column 0: error in processing external entity reference


Apparently, pDomlette lost its ability to handle external entities.


Dieter