Re: [Selectors], XSLT, and a browser's internal view of an xml document

> abstract tree structure. In your mind, are only text
> files serializations, or can graphic files be

All computer files are serializations because computer filesystems
are linear mediums.  Graphics are serialised by converting them to
raster scans or more complex descriptions.  The graphics file can
then be trivially coverted  from serialized binary to serialised 
text, by, for example hexadecimal coding the data.

> serializations as well? (I don't mean pictures of XML
> files, here).

Received on Saturday, 4 February 2006 14:03:09 UTC