Re: RDDL Proposal from Jonathan Borden was: Re: RDDL Proposal from Tim Bray

correction what should read (duh):

<h:html xmlns:rddl="http://www.rddl.org/RDDL2#">
<h:head><h:title>The L namespace</h:title>
<h:/head>
<h:body><h:h1>The L Namespace</h:h1>
<h:p>The name of the namespace is
    "http://example.com/L" </h:p>

<rddl:resource rddl:title="RelaxNG Schema">
    <rddl:href rdf:resource="/schemas/L.rng"/>
    <rddl:nature rdf:resource="http://relaxng.org/ns/structure/1.0" />
     <rddl:purpose rdf:resource="http://www.rddl.org/purposes#validation" />
</rddl:resource>
<rddl:resource rddl:title="CSS Stylesheet">
    <rddl:href rdf:resource="/style/L.css"/>
     <rddl:nature
rdf:resource="http://www.isi.edu/in-notes/iana/assignments/media-types/text/
css" />
     <rddl:purpose rdf:resource="http://www.rddl.org/purposes#render" />
</rddl:resource>
</h:body>
</h:html>

Received on Friday, 6 December 2002 08:38:38 UTC