>>>Brian McBride said: > > 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: Why is this question being asked? RDF/XML is defined above several XML specifications and it is absolutely clear and easy to find what they are in the Normative References section of: http://www.w3.org/TR/rdf-syntax-grammar/#section-References which cites the following XML standards: Extensible Markup Language (XML) 1.0, Second Edition Namespaces in XML XML Information Set XML Base So anything that forms a legal infoset of them, is usable in rdf/xml. > > 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> That's not well formed XML - the rdfs:label element doesn't balance. > N-TRIPLES > > _:a <http://www.w3.org/2000/01/rdf-schema#label> "Some test text" . > > Yes/No? Yes But what exact point is this demonstrating? DaveReceived on Monday, 30 September 2002 06:40:19 EDT
This archive was generated by hypermail pre-2.1.9 : Wednesday, 3 September 2003 09:51:05 EDT