emacs-devel
[Top][All Lists]
Advanced

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

Re: online conversion support from xsd to rng?


From: Andrew W. Nosenko
Subject: Re: online conversion support from xsd to rng?
Date: Wed, 8 Dec 2010 12:45:26 +0200

On Wed, Dec 8, 2010 at 03:31, Thien-Thi Nguyen <address@hidden> wrote:
> () address@hidden
> () Tue, 07 Dec 2010 23:42:05 +0100
>
>   but it will require xsltproc and trang to
>   be installed.
>
> I just noticed:
>
> $ ldd ~/bin/bloody-emacs | grep expat
>        libexpat.so.1 => /usr/lib/libexpat.so.1 (0xf6ed5000)
>
> so perhaps you could write C bindings to libexpat and port xsltproc and
> trang (or the desired subset of their functionality) to Emacs Lisp.

You don't need to port the libxslt from the libxml2 to libexpat --
libxml2 already used in emacs

$ ldd emacs | grep libxml2
        libxml2.so.5 => /usr/local/lib/libxml2.so.5 (0x804240000)

Also, while libexpat obtained through X11 dependency, libxml2 linked
in deliberately (thread started at
http://lists.gnu.org/archive/html/emacs-devel/2010-09/msg00179.html).

-- 
Andrew W. Nosenko <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]