Re: [xml] running libxml in kernel space



On Thu, Nov 13, 2003 at 01:22:57PM +0100, Gregor Zeitlinger wrote:
Hi,

I'm looking for a small, fast, well-formdness-only-checking, xml parser
that runs in the linux kernel space. Can I use libxml for that? If not, is
there any other suitable for this task?

  Well if configured with --with-minimum to reduce the size and if
doing a minimal wrapping to use kmalloc and related memory functions
this might work. Linus would certainly call this foolish (apparently
he really dislike XML) but that sounds a fun thing to attempt in a 
dynamically loaded module.
  You may want to look at expat for embeddeding too if libxml2 gives
troubles.

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]