[XML-SIG] 4Suite problems

Uche Ogbuji uche.ogbuji@fourthought.com
Fri, 13 Dec 2002 13:37:58 -0700


> On Fri, Dec 13, 2002 at 08:44:39AM -0700, Uche Ogbuji wrote:
> > >     xsltprocessor.appendStylesheetUri("ujds.xslt")
> > > AttributeError: Processor instance has no attribute 'appendStylesheetUri'
> > There is no more 'appendStylesheetUri'.  You replace it with
> > from Ft.Xml.InputSource import DefaultFactory
> > xsltprocessor.appendStylesheet(DefaultFactory.fromUri(xsl_uri))
> > html = xsltproc.run(DefaultFactory.fromUri(src_uri))
> 
> Okay, good to know :)
> 
> > > I forgot to mention that I am using 4Suite 0.11.1
> > You mean 0.12.0, right?
> 
> I am running Gentoo and have installed 4Suite using ebuild script they
> have in Portage which claims to be 0.11.1..

Wow.  That packaging is very confused.  Everything you're doing here pertains 
strictly to 0.12.0.


-- 
Uche Ogbuji                                    Fourthought, Inc.
http://uche.ogbuji.net    http://4Suite.org    http://fourthought.com
Tour of 4Suite - http://www.xml.com/pub/a/2002/10/16/py-xml.html
Proper XML Output in Python - http://www.xml.com/pub/a/2002/11/13/py-xml.html
RSS for Python - http://www-106.ibm.com/developerworks/webservices/library/ws-p
yth11.html
Debug XSLT on the fly - http://www-106.ibm.com/developerworks/xml/library/x-deb
ugxs.html