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 WexlerReceived on Friday, 28 December 2001 04:09:17 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 4 September 2006 18:11:16 GMT