Anybody using 4suite for xslt processing?

John Hunter jdhunter at nitace.bsd.uchicago.edu
Fri Jul 19 11:22:56 EDT 2002


>>>>> "Marko" == Marko Faldix <mf at mrinfo.de> writes:

    Marko> Hi, sometimes I think I am first man on earth want to
    Marko> process xslt.

Hmm ..., the following works for me

from xml.xslt.Processor import Processor
p = Processor()
p.appendStylesheetUri('tmp/temp.xsl')


I use a different import statement than you did; if you use the import
above, do you still get the exception?

What happens when you do dir(Processor)?  Does appendStylesheetUri
show up in the listing?  What version of 4suite are you using?

John Hunter



More information about the Python-list mailing list