- From: Dan Connolly <connolly@w3.org>
- Date: 30 Sep 2002 09:01:24 -0500
- To: Brian McBride <bwm@hplb.hpl.hp.com>
- Cc: RDF Core <w3c-rdfcore-wg@w3.org>
On Sun, 2002-09-29 at 13:23, Brian McBride wrote: > This is one of many possible test cases to clarify whether RDF/XML is > really layered on XML, and we whether we expect standard XML processing to > apply: > > RDF/XML > > <?xml version="1.0"?> > <!DOCTYPE rdf:RDF [ > <!ENTITY test "Some test text">]> > > <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> > <rdf:Description> > <rdfs:label>&test;</rdfs:labelL> > </rdf:Description> > </rdf:RDF> > > N-TRIPLES > > _:a <http://www.w3.org/2000/01/rdf-schema#label> "Some test text" . > > Yes/No? yes, of course. > Brian -- Dan Connolly, W3C http://www.w3.org/People/Connolly/
Received on Monday, 30 September 2002 10:02:11 UTC