Fraser MacKenzie wrote:
> I guess, a question along the same lines, is that I am trying to use the
> libxml2 and libxlst modules, and they don't seem to be available for
> ActivePython. Where can I get them to install them (or is it even possible).
> The reason I need them is to allow for an X
g XSL.
Thanks again for all your answers.
Fraser MacKenzie
[EMAIL PROTECTED]
-Original Message-
From: Bob Kline <[EMAIL PROTECTED]>
Date: Wed, 23 Apr 2008 21:21:30
To:[EMAIL PROTECTED]
Cc:ActivePython Mailing List
Subject: Re: Issue Attempting to Import xml.parsers.xmlproc in A
Fraser MacKenzie wrote:
> How can I add modules to ActivePython.
>
Unfortunately, support for the Active Python equivalent of PPM has been
abandoned for quite a while, and the developers' responses to inquiries
about when we'll see a replacement facility have been less than
optimistic. Here
lt;[EMAIL PROTECTED]>
Cc:ActivePython Mailing List
Subject: Re: Issue Attempting to Import xml.parsers.xmlproc in ActivePython
Fraser MacKenzie wrote:
> I am using python2.5 (downloaded and installed about a week ago).
>
> I am attempting to validate an XML file, using the appropriate DTD.
Fraser MacKenzie wrote:
> I am using python2.5 (downloaded and installed about a week ago).
>
> I am attempting to validate an XML file, using the appropriate DTD.
> In looking at the ASPN Cookbook, it appears that I am suppossed to use
> the following imports:
>
> from xml.parsers.xmlproc impor