Re: [xml] python bindings on windows



On Sat, Nov 23, 2002 at 10:57:54PM +0100, Igor Zlatkovic wrote:
It builds fine, except for 2 missing exports
in libxslt.def.src:
- xsltResolveStylesheetAttributeSet
- xsltSaveResultToString

Okay, fixed in CVS.

What I don't quite understand: Why does setup.py in libxml require and 
handle libxslt? Libxml can very well be used without libxslt and so can its 
python bindings be used without those of libxslt, no?

  to unify the setup.py for both. There is also a nasty problem of
interdependance of the wrapper modules and the shared libraries, as a result
it's better to handle both at the same time...

Also, why does the same setup.py handle iconv.dll? Iconv has nothing to do 
with libxml. It is a separate piece of software and it is up to the end user 
to decide wether and how to install that.

  Hum, maybe again a problem related to shared libs dependancies. Basically
the core of the problem is libxml wrapper requiring the libxml2 shared lib
AND the libxslt wrapper also requiring the libxml2 shared lib in the same
execution context, this raise hum ... interesting portability problems.
Maybe it's teh same for iconv, or just taht I was too lazy to try to
separate the issues.

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]