On Wed, 7/23/08, John Boncek <[EMAIL PROTECTED]> wrote:

> In an embedded ARM-based system with Linux and GTK, we are
> investigating the
> use of WebKit for HTML display.  Web browsing is not
> needed.  Our core goal
> for WebKit will be to read, parse, and display HTML files
> that contain text
> and static images.  Is the WebKit code structured so that
> we can limit what
> we need to build and include in the file system?  For
> instance, we do not
> need CSS, DOM, or XSLT.

There are macros for disabling XPATH and XSLT support (and other features like 
SVG), but not CSS or the DOM which are essential parts of a web browser.  I 
don't know how easy it would be to disable CSS or the DOM, but it's probably 
not trivial.

Dave


_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to