Yes, it works now like this: (load "lib/http.l" "lib/xhtml.l" "lib/form.l") (mime "svg" "image/svg+xml" 1)
(de start ()
(html NIL "SVG test" "lib.css" NIL
(prinl "<object data=\"test.svg\" width=\"400\" height=\"400\"/>") ) )
(server 8080 "@start")
Many thanks!!!
--
UNSUBSCRIBE: mailto:[EMAIL PROTECTED]
