- From: Alan Lillich <alillich@adobe.com>
- Date: Thu, 13 Jun 2002 09:33:16 -0700
- To: RDF Interest <www-rdf-interest@w3.org>
>> But what about embedding rdf into web pages so that it will not display?
>> Don't we still want an attributes-only format for that?
There already are W3C "recommendations" for embedding XML in HTML without
having character data be displayed. See http://www.w3.org/TR/NOTE-xh.html.
The best 3 are:
<SCRIPT LANGUAGE="XML">
<!-- XML goes here -->
</SCRIPT>
<SCRIPT TYPE="text/xml">
<!-- XML goes here -->
</SCRIPT>
<XML>
<!-- XML goes here -->
</XML>
Alan Lillich
Adobe Systems Incorporated
Received on Thursday, 13 June 2002 12:33:33 UTC