Re: Plug and Play XML

MURATA Makoto (murata@apsdc.ksp.fujixerox.co.jp)
Sat, 20 Dec 1997 22:40:37 +0900


Peter Murray-Rust writes:
>
>There are a large number of non-textual XML files under:
>
>http://ala.vsms.nottingham.ac.uk/vsms/java/jumbo/cml12/cml/
>
>most of them served from APPLETs, but you can get the *.xml from the HTML
>source.

I am pleasantly surprised to see a lot more information than
before. I should send this URL to one of my friends (a Ph. D in
chemistry)!

Peter Murray-Rust writes:
>
>What will differentiate a text/xml document from an application/xml one?

text/* is used for text, and appliction/* is for binary data. Thus,
text/xml is appropriate for XML documents. (The reason that
application/xml is introduced is only for transmitting XML documents
in UTF-16 or UCS-2 via e-mail.)

text/* has the charset parameter, which specifies the encoding method.
text/* (implicitly) allows code conversion by proxy servers.
application/* does not have the charaset parameter (if not explicitly
defined for subtypes). application/* (again, implicitly) disallows
code conversion by proxy servers.

Makoto

Fuji Xerox Information Systems

Tel: +81-44-812-7230 Fax: +81-44-812-7231
E-mail: murata@apsdc.ksp.fujixerox.co.jp