Test cases for proposal: unrecognized attributes in the xml namespace should be ignored.

This closes ACTION 2002-01-18#2

The first test case covers the xml: namespace with examples of
xml:space and xml:foo generating no extra ntriples.

The second case uses an attribute that XML reserves - xmlnewthing and
shows it generates no extra ntriples.  Not sure if this one should be
there; let me know.

Dave
# 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>
#
# $Id:$
##################################################################

<http://example.org/thing> <http://example.org/schema#prop1> "blah" .
<http://example.org/thing> <http://example.org/schema#prop2> "more" .
# 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>
#
# $Id:$
##################################################################

<http://example.org/thing> <http://example.org/schema#prop1> "stuff" .

Received on Thursday, 24 January 2002 09:45:45 UTC