[
Lists Home |
Date Index |
Thread Index
]
- From: Ronald Bourret <rbourret@ito.tu-darmstadt.de>
- To: Eamon Hayes <eamon@lendac.ie>, "'xml-dev@ic.ac.uk'" <xml-dev@ic.ac.uk>, "'Roger L. Costello'" <costello@mitre.org>
- Date: Tue, 20 Apr 1999 20:01:09 +0200
Roger L. Costello wrote:
> (1) Binary data isn't actually put in an XML file, correct? i.e., the
> binary data is _not_ inline, correct? An XML file just contains ASCII
> text, correct?
Yes, XML documents contain text. (This is not limited to ASCII -- they can
directly contain any character included in the encoding declared by the XML
declaration or in encoding declarations in external entities and can
indirectly contain other characters through character references.)
One common way suggested to inline binary data is to encode it as Base64.
> (2) Just like in HTML, binary data is _referenced_ by the XML document,
> correct?
Except as noted above, correct.
> (3) Is this the correct way of using binary data:
>
> [example snipped]
>
> Here we see an XML document _referencing_ a file containg binary data.
> The binary data is not actually inline. Is this how it's done? /Roger
Yep -- that's it.
-- Ron Bourret
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|