Re: Q to implementers: Resource identifiers - XML Namesand/or(concatenated) URIs? (was RE: rdfs.isDefinedBy...)

>> 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