- From: Etan Wexler <ewexler@stickdog.com>
- Date: Fri, 28 Dec 2001 04:08:30 -0500
- To: <www-svg@w3.org>
Andrew Watt wrote: > Last time I checked out XML+CSS it wasn't possible to use CSS2 to display > an image together with XML. Has that gap now been filled? Last time I checked, XML was, from the start and all by itself, capable of referencing images: <!DOCTYPE doc [ <!NOTATION image-type SYSTEM "image-type-definition"> <!ENTITY some-image SYSTEM "image-location" NDATA image-type> <!ELEMENT doc (#PCDATA)> ]> <doc>&some-image;</doc> Whether and how the image displays is left to the application. I do not see why CSS would affect that. -- Etan Wexler
Received on Friday, 28 December 2001 04:09:17 UTC