[Zope-xml] Re: XML Transform doc bug ..
Craeg K Strong
cstrong at arielpartners.com
Tue Sep 10 14:12:07 EDT 2002
Hello Jean and Uche:
I just downloaded and installed the 9/10 CVS snapshot of 4Suite,
and I installed my system as follows:
Red Hat Linux 7.2
Zope 2.5.1
4Suite 9/10/2002
My test suite reports the following error:
python alltests.py
SOFTWARE_HOME: /opt/Zope-2.5.1-linux2-x86/lib/python
INSTANCE_HOME: /opt/Zope-2.5.1-linux2-x86/lib/python/Testing
Loading Zope, please stand by ... done (3.864s)
You must either install PyXML v0.7.1 or recompile your python with PyExpat
support to use 'StylesheetReader.py'
None of my code calls StylesheetReader directly, so maybe this is due
to the fact that I am substituting my own InputSource?
Anyway, its fine either way. If this is intended, then the docs are correct
as is, and PyXML 0.7.1 *is* required. Otherwise, if we can remove this
dependency, I will update my docs to indicate that PyXML is *not*
required for XMLTransform.
Thanks,
--Craeg
Uche Ogbuji wrote:
>>Craeg Strong wrote:
>>
>>>I think that 4Suite 12 + PyXML 7.1 will be a good
>>>option, as soon as they (4Suite) fix a few more bugs.
>>
>>Hmm, I just noticed this:
>>
>> Prior to 4Suite-0.12.0 release, PyXML was required to use
>> 4Suite. 4Suite now no longer requires PyXML, as long as expat
>> and pyexpat are installed.
>>
>> If you need DTD validation, or some advanced DOM processing
>> tools, you should install PyXML 0.7 or higher
>>
>> (from docs/xml/HowTos/UNIX.doc in 2002-09-10-4Suite.tar.gz )
>>
>>So your remark above is aimed at that "If you need DTD validation ..."?
>
>
> Oops. Even that is up to date. 4Suite now supports fast DTD valiidation.
> I'll touch up the docs.
>
> You still need PyXML for some of the utilities in xml.dom.ext, and for some
> advanced SAX stuff as well.
More information about the Zope-xml
mailing list