From: Uwe H. <uh...@st...> - 2003-02-21 21:39:21
|
On Sat, 15 Feb 2003, Richard Jones wrote: > On Sat, 15 Feb 2003 2:18 am, David Goodger wrote: > > In the HTML Writer, the <pending> and <substitution_reference> node > > handlers are set up to raise NotImplementedError. These nodes should > > have already been handled by document tree transforms. The results > > above seem to indicate that the transforms are not being applied. > > > > I don't know anything about Zope. Can the experts shed some light? > > I'm deep in other stuff at the moment and won't get a chance to look into this > any time soon, sorry. > > > Richard > > ZReST.py: # parse! document = pub.reader.read(pub.source, pub.parser, pub.settings) ##### This line should solve the little problem ########### pub.apply_transforms(document) ########################################################### self.warnings = ''.join(pub.settings.warning_stream.messages) -uhe |