[XML-SIG] 4xslt not installed?

Paul Tremblay phthenry@earthlink.net
Fri, 7 Jun 2002 01:44:19 -0400


I just did a new install of python 2.1.3, of PyXML .7, and of
4Suite. 

I then included this line in my script, in order to test things.

import Ft.Xml.Xslt 

ImportError: No module named Xml.Xslt 

However, if I use:

import xml.xslt 

then I get no error message, which means that python is using the
pyXML xslt rather than the 4Suite version.

There is an executable in /usr/local/bin. If I type ./4xslt, then
I get the standard message, telling me to enter options, so this
executable appears to be working. However, I can't figure out how
to use it from the command line! I am used to the xsltproc, where
I simply type

xsltproc stylesheet.xsl document.xml.

Any tips would be appreciated.

Paul

-- 

************************
*Paul Tremblay         *
*phthenry@earthlink.net*
************************