You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ve...@apache.org on 2012/08/11 23:15:47 UTC

svn commit: r1372029 [9/17] - in /abdera/java/trunk: ./ parser/src/test/java/org/apache/abdera/test/parser/stax/ parser/src/test/resources/ parser/src/test/resources/feedvalidator.org/ parser/src/test/resources/feedvalidator.org/testcases/ parser/src/t...

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-href-relative.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-href-relative.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-href-relative.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-href-relative.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a href link-href-invalid.xml link-no-href.xml
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-href-relative.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-no-href.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-no-href.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-no-href.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-no-href.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link without a href attribute produces an error
+Expect:       MissingAttribute{attr:href,element:link,parent:entry}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.1/link-no-href.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/absolute_rel.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/absolute_rel.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/absolute_rel.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/absolute_rel.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a "rel" which is an absolute IRI produces no error
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <link rel="http://www.snellspace.com/atom/extensions/proposed/comments" href="http://www.snellspace.com/wp/wp-commentsatom1.php" />
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/absolute_rel.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/empty-path.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/empty-path.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/empty-path.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/empty-path.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a "href" which is empty produces no error
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href=""/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/empty-path.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-iana.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-iana.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-iana.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-iana.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a rel with iana org
+Expect:       !MissingSelf
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+  <id>urn:linkreltest:feed</id>
+  <title>Testing Link Rels</title>
+  <link rel="http://www.iana.org/assignments/relation/self"
+        href="http://www.snellspace.com/public/linkreltest.xml" />
+  <link rel="http://www.iana.org/assignments/relation/alternate"
+        href="http://www.snellspace.com/public/linkreltest.xml" />
+  <author><name>James</name></author>
+  <updated>2006-04-25T12:12:12Z</updated>
+  <entry>
+    <id>urn:linkreltest:1</id>
+    <title>Does your reader support http://www.iana.org/assignments/relation/alternate properly? </title>
+    <updated>2006-04-25T12:12:12Z</updated>
+    <link rel="http://www.iana.org/assignments/relation/alternate"
+          href="http://www.snellspace.com/public/alternate" />
+    <content>This entry uses link/@rel="http://www.iana.org/assignments/relation/alternate".</content>
+  </entry>
+  <entry>
+    <id>urn:linkreltest:2</id>
+    <title>How does your reader handle uppercase variances of standard rel values?</title>
+    <updated>2006-04-25T12:12:13Z</updated>
+    <link rel="ALTERNATE"
+          href="http://www.snellspace.com/public/alternate2" />
+    <link rel="alternate"
+          href="http://www.snellspace.com/public/alternate" />
+    <content>This entry uses an uppercase "ALTERNATE" and a lowercase "alternate", your reader should show the lowercase link to http://www.snellspace.com/public/alternate.</content>
+  </entry>
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-iana.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-isegment-nz-nc.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-isegment-nz-nc.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-isegment-nz-nc.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-isegment-nz-nc.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a rel which matches isegment-nz-nc produces no error
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link rel="alternate" href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-isegment-nz-nc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-relative.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-relative.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-relative.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-relative.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a rel which is a relative IRI but not a isegment-nz-nc produces an error
+Expect:       UnregisteredAtomLinkRel{element:link,parent:entry}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link rel="/foo" href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-relative.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-no-base.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-no-base.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-no-base.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-no-base.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a rel of self has blank href and no xml:base
+Expect:       RelativeSelf
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link rel="self" href=""/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-no-base.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-with-base.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-with-base.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-with-base.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-with-base.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a rel of self has blank href with xml:base
+Expect:       !RelativeSelf
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom" 
+  xml:base="http://www.feedvalidator.org/testcases/atom/">
+
+  <title>Example Feed</title>
+  <link rel="self" href="4.2.7.2/link-rel-self-match.xml"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-blank-with-base.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-match.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-match.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-match.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-match.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a rel of self which matches the document base
+Expect:       !SelfDoesntMatchLocation
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom" 
+  xml:base="http://www.feedvalidator.org/testcases/atom/">
+
+  <title>Example Feed</title>
+  <link rel="self" href="4.2.7.2/link-rel-self-match.xml"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-match.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-nomatch.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-nomatch.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-nomatch.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-nomatch.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a rel of self which matches the document base
+Expect:       SelfDoesntMatchLocation
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom" 
+  xml:base="http://www.feedvalidator.org/testcases/atom/">
+
+  <title>Example Feed</title>
+  <link rel="self" href="4.2.7.2/link-rel-self-match.xml"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/link-rel-self-nomatch.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/self-vs-alternate.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/self-vs-alternate.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/self-vs-alternate.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/self-vs-alternate.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Self-rel referencing a non-Atom representation
+Expect:       SelfNotAtom
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link rel="self" type="text/html" href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/self-vs-alternate.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/unregistered-rel.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/unregistered-rel.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/unregistered-rel.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/unregistered-rel.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a "rel" which matches isegment-nz-nc but is not in the IANA registry produces an error
+Expect:       UnregisteredAtomLinkRel{value:service.post,element:link,parent:feed}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <link rel="service.post" href="http://example.org/atom.cgi"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.2/unregistered-rel.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-invalid-mime.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-invalid-mime.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-invalid-mime.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-invalid-mime.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a type attribute which does not match the syntax of a MIME media type produces an error
+Expect:       InvalidMIMEType{element:link,parent:entry}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link type="insert type here" href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-invalid-mime.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-parameters.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-parameters.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-parameters.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-parameters.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link type with parameters produces no error
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link type="text/html; charset=utf-8" href="http://example.org/2003/12/13/atom-robots.html"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.3/link-type-parameters.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.4/link-hreflang-invalid-language.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.4/link-hreflang-invalid-language.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.4/link-hreflang-invalid-language.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.4/link-hreflang-invalid-language.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a hreflang attribute that is not a language tag produces an error
+Expect:       InvalidLanguage{element:hreflang,parent:entry}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03" hreflang="insert language here"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.4/link-hreflang-invalid-language.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-badchars.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-badchars.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-badchars.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-badchars.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a title attribute which appears to contain HTML produces a warning  
+Expect:       BadCharacters{element:title,parent:link}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"
+      title="This is a £“test.”"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-badchars.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-html.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a title attribute which appears to contain HTML produces a warning  
+Expect:       ContainsHTML{element:link,parent:entry}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"
+      title="very, &lt;b&gt;very&lt;/b&gt;, scary indeed"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.5/link-title-with-html.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.6/link-length-not-positive.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.6/link-length-not-positive.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.6/link-length-not-positive.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.6/link-length-not-positive.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  link with a length attribute which is a negative integer produces an error
+Expect:       InvalidNonNegativeInteger{element:length,parent:entry}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03" length="-1"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.7.6/link-length-not-positive.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo-invalid-uri.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo-invalid-uri.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo-invalid-uri.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo-invalid-uri.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  logo with content that is not a valid IRI reference produces an error
+Expect:       InvalidLink{element:logo,parent:feed}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <logo>insert logo here</logo>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo-invalid-uri.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo_relative_ref.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo_relative_ref.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo_relative_ref.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo_relative_ref.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  logo that is a relative IRI reference produce no error
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <logo>atomlogo.png</logo>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.8/logo_relative_ref.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.9/published-invalid-date.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.9/published-invalid-date.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.9/published-invalid-date.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.9/published-invalid-date.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  published with content that does not conform to the "date-time" production in [RFC3339] produces an error
+Expect:       InvalidRFC3339Date{element:published,parent:entry}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <published>insert published date here</published>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.9/published-invalid-date.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/invalid-namespace.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/invalid-namespace.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/invalid-namespace.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/invalid-namespace.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Description:  Invalid namespaces get an error
+Expect:       InvalidTAG{element:xmlns:bogus,value:tag:foo.bar}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+      xmlns:a="http://www.w3.org/2007/app">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <invalid:tag xmlns:bogus="tag:foo.bar"/>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/invalid-namespace.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-entry-invaliduri.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-entry-invaliduri.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-entry-invaliduri.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-entry-invaliduri.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  invalid URI
+Expect:       InvalidFullLink{parent:entry,element:creativeCommons:license}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+  xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <creativeCommons:license>Attribution-NonCommercial</creativeCommons:license>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-entry-invaliduri.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-feed-invaliduri.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-feed-invaliduri.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-feed-invaliduri.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-feed-invaliduri.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  invalid URI
+Expect:       InvalidFullLink{parent:feed,element:creativeCommons:license}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+  xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <creativeCommons:license>Attribution-NonCommercial</creativeCommons:license>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-feed-invaliduri.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-noerror.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-noerror.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-noerror.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-noerror.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  creativeCommons:license element
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+  xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/license-noerror.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-noerror.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-noerror.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-noerror.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-noerror.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  rdf:RDF
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+ <id>urn:uuid:793BCD90-ECDF-3533-90A8-7C5E93D2F6D5</id>
+ <link rel="self" type="application/atom+xml"
+   href="http://www.cs.cornell.edu/people/simeon/tmp/minimal_fdr.xml"/>
+
+ <title>Feed</title>
+ <author><name>Simeon</name></author>
+ <updated>2007-09-22T18:13:30Z</updated>
+ <fdr:RDF xmlns:fdr="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+          xmlns:dcterms="http://purl.org/dc/terms/">
+   <fdr:Description fdr:about="http://example.org/thing">
+     <dcterms:references fdr:resource="http://example.org/thing2"/>
+   </fdr:Description>
+ </fdr:RDF>
+ <entry>
+  <id>urn:uuid:7A61F615-21E4-33C6-98E7-0AF0268BA2AA</id>
+  <link rel="alternate" href="http://example.org/thing" />
+  <title>Thing</title>
+  <summary>A summary to avoid validator warning</summary>
+  <updated>2007-09-22T18:11:30Z</updated>
+ </entry>
+</feed> 

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-noerror.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-type-noerror.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-type-noerror.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-type-noerror.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-type-noerror.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,27 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  rdf:type
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <id>urn:uuid:793BCD90-ECDF-3533-90A8-7C5E93D2F6D5</id>
+ <link rel="self" type="application/atom+xml" 
+   href="http://www.cs.cornell.edu/people/simeon/tmp/minimal_atom3.xml"/>
+ <title>Feed</title>
+ <author><name>Simeon</name></author>
+ <updated>2007-09-22T18:13:30Z</updated>
+ <rdf:type>info:some-ns/type-for-feed</rdf:type>
+ <entry>
+  <id>urn:uuid:7A61F615-21E4-33C6-98E7-0AF0268BA2AA</id>
+  <link rel="alternate" href="http://example.org/thing" />
+  <title>Thing</title>
+  <summary>A summary to avoid validator warning</summary>
+  <updated>2007-09-22T18:11:30Z</updated>
+  <rdf:type>info:some-ns/type-for-entry</rdf:type>
+ </entry>
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/rdf-type-noerror.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-about-entry.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-about-entry.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-about-entry.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-about-entry.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Valid trackback:about elements should be permitted on entries
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <trackback:about>http://www.example.net/article/01</trackback:about>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-about-entry.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-entry.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-entry.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-entry.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-entry.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Valid trackback:ping elements should be permitted on entries
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <trackback:ping>http://www.example.com/trackback.cgi?id=1225c695-cfb8-4ebb-aaaa-80da344efa6a</trackback:ping>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-entry.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-outside-entry.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-outside-entry.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-outside-entry.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-outside-entry.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  trackback:ping is only defined for feed entries
+Expect:       UndefinedElement{parent:feed,element:trackback:ping}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+    xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <trackback:ping>http://www.example.com/trackback.cgi</trackback:ping>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/trackback-ping-outside-entry.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Unknown extension elements without a namespace get a warning
+Expect:       UndeterminableVocabulary{element:simple-value}
+-->
+
+<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
+
+  <atom:title>Example Feed</atom:title>
+  <atom:link href="http://example.org/"/>
+  <atom:updated>2003-12-13T18:30:02Z</atom:updated>
+  <atom:author>
+    <atom:name>John Doe</atom:name>
+  </atom:author>
+  <atom:id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</atom:id>
+  <simple-value>Test</simple-value>
+
+  <atom:entry>
+    <atom:title>Atom-Powered Robots Run Amok</atom:title>
+    <atom:link href="http://example.org/2003/12/13/atom03"/>
+    <atom:id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</atom:id>
+    <atom:updated>2003-12-13T18:30:02Z</atom:updated>
+    <atom:summary>Some text.</atom:summary>
+  </atom:entry>
+
+</atom:feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary2.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary2.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary2.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary2.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Unknown extension elements without a namespace get a warning
+Expect:       UndeterminableVocabulary{element:simple-value}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <simple-value xmlns="">Test </simple-value>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary3.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary3.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary3.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary3.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Extension elements without a namespace in unknown namespace produce no warning
+Expect:       !UndeterminableVocabulary
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <value xmlns="http://www.example.com/value">Test <data xmlns=""/> </value>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/undeterminable-vocabulary3.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace1.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace1.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace1.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace1.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Description:  Unknown namespaces get a warning
+Expect:       UnknownNamespace{namespace:http://www.w3.org/2003/05/soap-envelope}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+      xmlns:a="http://www.w3.org/2007/app">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <env:Body xmlns:env="http://www.w3.org/2003/05/soap-envelope"/>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace1.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace2.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace2.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace2.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace2.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Description:  Unknown namespaces get a warning
+Expect:       UnknownNamespace{namespace:http://www.w3.org/2003/05/soap-envelope}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+      xmlns:a="http://www.w3.org/2007/app">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <Body xmlns="http://www.w3.org/2003/05/soap-envelope"/>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.1/unknown-namespace2.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/entry_subtitle_invalid.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/entry_subtitle_invalid.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/entry_subtitle_invalid.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/entry_subtitle_invalid.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,15 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  entry subtitle no longer exists
+  Expect:       UndefinedElement{parent:entry,element:subtitle}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<subtitle>No longer a valid element</subtitle>
+</entry>
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/entry_subtitle_invalid.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/extension-unknown-noerror.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/extension-unknown-noerror.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/extension-unknown-noerror.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/extension-unknown-noerror.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Unknown extension elements in feed and entry should not affect validity
+Expect:       UnknownNamespace
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+    xmlns:a="http://www.example.com/extension-a"
+    xmlns:dc="http://purl.org/dc/elements/1.1/">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <a:simple-value>Test</a:simple-value>
+  <a:structured-xml><dc:title>A structured extension element</dc:title></a:structured-xml>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <a:simple-value>Test</a:simple-value>
+    <a:structured-xml><dc:title>A structured extension element</dc:title></a:structured-xml>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/extension-unknown-noerror.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/link-extensions.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/link-extensions.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/link-extensions.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/link-extensions.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Foreign markup as a child of an atom:link element
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <link rel="http://www.snellspace.com/atom/extensions/proposed/license" 
+      type="text/html" 
+      href="http://creativecommons.org/licenses/by-nc/2.5/"
+      rdf:resource="http://creativecommons.org/licenses/by-nc/2.5/"
+      rdf:type="http://web.resource.org/cc/license"
+      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+      xmlns:lic="http://web.resource.org/cc/">
+   <lic:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
+   <lic:permits rdf:resource="http://web.resource.org/cc/Distribution" />
+   <lic:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+   <lic:requires rdf:resource="http://web.resource.org/cc/Notice" />
+   <lic:requires rdf:resource="http://web.resource.org/cc/Attribution" />
+   <lic:requires rdf:resource="http://web.resource.org/cc/Noncommercial" />
+   <lic:requires rdf:resource="http://web.resource.org/cc/Metadata"/> <!-- existing metadata must be preserved -->
+   <lic:requires rdf:resource="http://www.resource.org/cc/NoAdvertisements"/> <!-- forbids advertisements from being added to the content -->
+  </link>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/link-extensions.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/rdf-extensions.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/rdf-extensions.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/rdf-extensions.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/rdf-extensions.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  RDF extensions to Atom
+Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom"
+      xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+      xmlns:dc="http://purl.org/dc/elements/1.1/"
+      xmlns:dcterms="http://purl.org/dc/terms/"
+      xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <title>Example Feed</title>
+  <link href="http://example.org/" rdf:resource="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <dc:description>A feed whose description here tries to be 
+   legal Atom 1.0 but also use some foreign markup to have it 
+   also count as legal RDF. Are the rdf:resource attributes OK?</dc:description>
+  <author rdf:parseType="Resource">
+      <name>John Doe</name>
+      <foaf:workplaceHomepage
+rdf:resource="http://DoeCorp.example.com/"/>
+       <!-- we could use this to build a Planet DoeCorp -->
+      <foaf:homepage rdf:resource="http://jondoe.example.org/"/>
+      <foaf:weblog rdf:resource="http://jondoe.example.org/blog/"/>
+      <!-- overlap with atom person constructs here -->
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <rdf:Description rdf:about="urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6">
+    <dcterms:isPartOf rdf:resource="http://example.org/a/collection"/>
+  </rdf:Description>
+  <entry rdf:parseType="Resource">
+      <title>Atom-Powered Robots Run Amok</title>
+      <link href="http://example.org/2003/12/13/atom03"
+          rdf:resource="http://example.org/2003/12/13/atom03"/>
+      <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+      <rdf:Description rdf:about="http://example.org/thing">
+        <dcterms:references rdf:resource="http://arxiv.org/abs/cs.IR/0512069"/>
+      </rdf:Description>
+      <updated>2003-12-13T18:30:02Z</updated>
+      <summary>Some text.</summary>
+      <foaf:primaryTopic rdf:parseType="Resource">
+        <foaf:isPrimaryTopicOf       rdf:resource="http://en.wikipedia.org/wiki/Atom_(standard)"/>  
+      </foaf:primaryTopic> 
+      <!-- ie. this entry has as a primary topic the resource that
+           is the primary topic of that document on wikipedia -->
+  </entry>
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/rdf-extensions.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/xhtml-extensions.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/xhtml-extensions.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/xhtml-extensions.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/xhtml-extensions.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  XHTML extensions to Atom
+Expect:       MisplacedXHTMLContent
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+      <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+  <entry>
+      <title>Atom-Powered Robots Run Amok</title>
+      <link href="http://example.org/2003/12/13/atom03"/>
+      <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+      <updated>2003-12-13T18:30:02Z</updated>
+      <summary>Some text.</summary>
+      <xhtml:img src="http://example.com/image.jpg"/>
+  </entry>
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/6.4/xhtml-extensions.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/platypus.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/platypus.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/platypus.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/platypus.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  Platypus hack
+Expect:       DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;a href="http://www.ragingplatypus.com/" style="display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; background-color:black; background-image:url(http://www.ragingplatypus.com/i/cam-full.jpg); background-x:center; background-y:center; background-repeat:repeat;">&lt;/a></summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/platypus.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_repeat_repeat_x.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_repeat_repeat_x.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_repeat_repeat_x.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_repeat_repeat_x.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="background-repeat: repeat-x;"
+Expect:       DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="background-repeat: repeat-x;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_repeat_repeat_x.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_yellow.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_yellow.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_yellow.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_yellow.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="background: yellow;"
+Expect:       !DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="background: yellow;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_background_yellow.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_0.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_0.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_0.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_0.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="border: 0;"
+Expect:       !DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="border: 0;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_0.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_1px_solid_rgb_0_0_0_.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_1px_solid_rgb_0_0_0_.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_1px_solid_rgb_0_0_0_.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_1px_solid_rgb_0_0_0_.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="border: 1px solid rgb(0, 0, 0);"
+Expect:       !DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="border: 1px solid rgb(0, 0, 0);"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_1px_solid_rgb_0_0_0_.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_3px_solid_ccc.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_3px_solid_ccc.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_3px_solid_ccc.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_3px_solid_ccc.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="border: 3px solid #ccc;"
+Expect:       !DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="border: 3px solid #ccc;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_3px_solid_ccc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_0pt.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_0pt.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_0pt.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_0pt.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="border-bottom: 0pt;"
+Expect:       !DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="border-bottom: 0pt;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_0pt.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dashed.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dashed.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dashed.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dashed.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="border-bottom: dashed;"
+Expect:       !DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="border-bottom: dashed;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dashed.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dotted.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dotted.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dotted.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dotted.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="border-bottom: dotted;"
+Expect:       !DangerousStyleAttr
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://example.org/"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <link href="http://example.org/2003/12/13/atom03"/>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary type="html">&lt;span style="border-bottom: dotted;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_border_bottom_dotted.xml
------------------------------------------------------------------------------
    svn:eol-style = native