Sha256: c53657206e0eb4c23c9e9546e82b354d9f97aab26ab1df8182783a0646b91421
Contents?: true
Size: 907 Bytes
Versions: 43
Compression:
Stored size: 907 Bytes
Contents
<?xml version="1.0"?> <!-- Copyright World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. Please see the full Copyright clause at <http://www.w3.org/Consortium/Legal/copyright-software.html> Description: Test case for the proposal: Unrecognized attributes in the xml namespace should be ignored. in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html Related issue: NONE $Id: test001.rdf,v 1.1 2002/04/13 13:30:00 jgrant Exp $ --> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ex="http://example.org/schema#"> <rdf:Description rdf:about="http://example.org/thing"> <ex:prop1 xml:space="default">blah</ex:prop1> <ex:prop2 xml:foo="anything">more</ex:prop2> </rdf:Description> </rdf:RDF>
Version data entries
43 entries across 43 versions & 4 rubygems