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 [7/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.1.2/missing-updated.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/missing-updated.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  entry with zero atom:updated elements
+Expect:       MissingElement{element:updated,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>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multi-enclosure-test.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,30 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2002 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  can have multiple enclosures per entry 
+  Expect:       !Error
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-us">
+  <title>Enclosure Test</title>
+  <link href="http://www.cadenhead.org/workbench/"/>
+  <id>http://www.cadenhead.org/workbench/</id>
+  <subtitle>Testing multiple enclosure elements</subtitle>
+  <generator>Wordzilla/0.101</generator>
+  <updated>2004-12-27T11:12:01-05:00</updated>
+  <author>
+    <name>Rogers Cadenhead</name>
+  </author>
+  <entry>
+     <title>Kirk Cameron</title>
+     <link href="http://www.cadenhead.org/workbench/entry/2004/12/27#2424"/>
+     <summary>Here's a two-enclosure test</summary>
+     <updated>2004-12-27T11:12:01-05:00</updated>
+     <id>tag:cadenhead.org,2004-09-30:test.2423</id>
+     <link rel="enclosure" href="http://www.cadenhead.org/workbench/gems/kirk-cameron-you-are-a-blasphemer.mp3" length="3762" type="audio/mpeg"/>
+     <link rel="enclosure" href="http://www.cadenhead.org/workbench/gems/kirk-cameron-you-only-love-god.mp3" length="19331" type="audio/mpeg"/>
+  </entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-categories.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:  entry with multiple atom:category elements
+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>
+    <category term="technology"/>
+    <category term="business"/>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contents.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:  entry with multiple atom:content elements
+Expect:       DuplicateElement{element:content,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>
+    <content>No big deal</content>
+    <content>Danger, Will Robinson!</content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-contributors.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  entry with multiple atom:contributor elements
+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>
+
+    <contributor>
+       <name>John Smith</name>
+     </contributor>
+     <contributor>
+       <name>Jane Doe</name>
+     </contributor>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-ids.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:  entry with two atom:id elements
+Expect:       DuplicateElement{element:id,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>
+    <id>urn:uuid:a1e03310-f6c7-11d9-8cd6-0800200c9a66</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.1.2/multiple-ids.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-published.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:  entry with two atom:published elements
+Expect:       DuplicateElement{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>2003-12-11T11:13:56Z</published>
+    <published>2003-12-12T14:27:32Z</published>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-rights.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:  entry with two atom:rights elements
+Expect:       DuplicateElement{element:rights,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>
+    <rights>Public Domain</rights>
+    <rights>All rights reserved</rights>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-sources.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  entry with two atom:source elements
+Expect:       DuplicateElement{element:source,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>
+    <source>
+      <id>urn:uuid:9b056ae0-f778-11d9-8cd6-0800200c9a66</id>
+    </source>
+    <source>
+      <id>urn:uuid:a78ecc70-f778-11d9-8cd6-0800200c9a66</id>
+    </source>
+
+    <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.1.2/multiple-sources.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-summaries.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:  entry with two atom:summary elements
+Expect:       DuplicateElement{element:summary,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>
+    <summary>Different text.</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-titles.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:  entry with two atom:title elements
+Expect:       DuplicateElement{element:title,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>
+    <title>Atom-Powered Robots Orderly Debut</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.1.2/multiple-titles.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/multiple-updated.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:  entry with two atom:updated elements
+Expect:       DuplicateElement{element:updated,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>
+    <updated>2003-12-14T06:23:16Z</updated>
+    <summary>Some text.</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/no-content-or-alternate.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  entry with neither an atom:link element with a rel attribute value of alternate nor an atom:content element
+Expect:       MissingContentOrAlternate{element:entry,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>
+
+  <entry>
+    <title>Atom-Powered Robots Run Amok</title>
+    <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.1.2/no-content-or-alternate.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/related-same-rel-type-hreflang.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:  entry with two atom:link elements with a rel attribute value of related that has the same type and hreflang attribute values
+Expect:       !DuplicateAtomLink{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/atom02" rel="related" type="text/html" hreflang="en-us"/>
+    <link href="http://example.org/2003/12/13/atom03" rel="related" type="text/html" hreflang="en-us"/>
+    <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.1.2/related-same-rel-type-hreflang.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.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:  entry contains content that is encoded in Base64 with a summary
+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>
+    <content type="application/text">U29tZSBtb3JlIHRleHQu</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-base64.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.2/summary-content-src.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:  entry with an atom:summary and an atom:content that has a src attribute
+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>
+    <content src="http://example.org/2003/12/13/atom03.pdf" type="application/pdf"/>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-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:  content with type of html 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>
+    <content type="html">Some content.</content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.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:  content with a valid composite mime type produces an error
+Expect:       InvalidMIMEType{element:content,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>
+    <content type="multipart/alternative">Some content.</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-multipart-alternative.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  content with a valid non-composite mime type 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>
+    <content type="text/html">
+      &lt;html>
+        &lt;head>
+          &lt;title>Some title.&lt;/title>
+        &lt;/head>
+        &lt;body>
+          Some content.
+        &lt;/body>
+      &lt;/html>
+    </content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text-html.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-text.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:  content with type of text 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>
+    <content type="text">Some content.</content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xhtml.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:  content with type of xhtml 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>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Some content.</div></content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.1/type-xml.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:  content with type of xml produces an error
+Expect:       InvalidMIMEType{element:content,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>
+    <content type="xml">Some content.</content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.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:  content with a src attribute and non-empty content produces an error
+Expect:       UnexpectedText{element:content,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>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <content src="http://example.org/2003/12/13/atom03" type="application/pdf">
+      extraneous text
+    </content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-child.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.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:  content with a src attribute and non-empty content produces an error
+Expect:       UndefinedElement{parent:content}
+-->
+
+<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>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <content src="http://example.org/2003/12/13/atom03" type="pdf">
+      <bogus data="True"/>
+    </content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-extra-text.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-invalid-iri.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:  content with a src attribute that is not a valid IRI reference produces an error
+Expect:       InvalidUriChar{element:content,attr:src,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>
+    <content src="insert value here" type="text/html"/>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.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:  content with a src attribute and no type attribute produces a warning
+Expect:       !InvalidMIMEType
+-->
+
+<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>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <content src="http://example.org/2003/12/13/atom03"/>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type-no-error.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.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:  content with a src attribute and no type attribute produces a warning
+Expect:       MissingTypeAttr{element:content,attr:type,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>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <content src="http://example.org/2003/12/13/atom03"/>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-no-type.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.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:  content with a src attribute 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/"/>
+  <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>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <content src="2003/12/12/atom03.pdf" type="application/pdf"/>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-relative-ref.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-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:  content with a src attribute and a type attribute of html produces an error
+Expect:       InvalidMIMEType{element:content,attr:type,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>
+    <content src="http://example.org/2003/12/13/atom03" type="html"/>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-html.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-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:  content with a src attribute and a type attribute of text/html produces no error
+Expect:       !HtmlFragment{element:content,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>
+    <content src="http://example.org/2003/12/13/atom03" type="text/html"/>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text-html.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.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:  content with a src attribute and a type attribute of text produces an error
+Expect:       InvalidMIMEType{element:content,attr:type,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>
+    <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
+    <updated>2003-12-13T18:30:02Z</updated>
+    <summary>Some text.</summary>
+    <content src="http://example.org/2003/12/13/atom03" type="text"/>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-text.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.2/content-src-type-xhtml.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:  content with a src attribute and a type attribute of xhtml produces an error
+Expect:       InvalidMIMEType{element:content,attr:type,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>
+    <content src="http://example.org/2003/12/13/atom03" type="xhtml"/>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  usage of application/xhtml+xml to describe an xhtml fragment
+Expect:       HtmlFragment{element:content}
+-->
+
+<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>
+    <content type="application/xhtml+xml">
+      <div xmlns="http://www.w3.org/1999/xhtml">
+        Some <b>bold</b> text.
+      </div>
+    </content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-application-xthml.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-html-with-children.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:  content with a type of html and children elements produces an error
+Expect:       UndefinedElement{parent:content}
+-->
+
+<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>
+    <content type="html">Some <b>bold</b> text.</content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.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:  content with a type of jpeg and a value that is not valid base64 produces an error
+Expect:       NotBase64{element:content,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>
+    <content type="image/jpeg">insert image here</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-invalid-base64.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  content with a type of jpeg and a value that is valid base64 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>
+    <content type="image/jpeg">
+    /9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a
+    HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy
+    MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCABYAGoDAREA
+    AhEBAxEB/8QAGwAAAgIDAQAAAAAAAAAAAAAAAAIBAwQGBwX/xAA4EAABAwIDAwgJAwUAAAAAAAAB
+    AAIDBBEFEmEUIaEGBzFBUYGR0RMiM1RxkpPh8DJTwSNDRFJi/8QAGgEBAQEBAQEBAAAAAAAAAAAA
+    AAECAwUEBv/EACIRAQACAgEEAwEBAAAAAAAAAAABAgMREwQSIVEFIzFBMv/aAAwDAQACEQMRAD8A
+    7+gi6AzIDMgMyAzIDMgMyAzIDMgMyAzIJugECkoEJOqoi51TQLnVNAudU0C51TQLnVNAudU0C51T
+    QLnVNAudU0JBKBgoHQI5BUe5URfUcFQpe0dLgPBNCs1dM02M8YOrgtxjvP5AjbaX3iL5wnFf0m4G
+    20vvEXzhOK/o3A22l94i+cK8V/RuEitpT/kRfMFOK/o3CwSMcLtc0/AhYmJjwprjtHBBI/OhQWNU
+    FiBHIKzfXiqMSvro8Po5Kmd+WONpJJJXTFjtktFapM68uGY3zj4lyjx+LC8NnNJSSSZDIOm3WV7+
+    HpceLxEblym222UlFgrIWskbLUvA3yTTOLnHxUyRn348ETDJFFgnug+o/wA1z+/2u4NseCe6j6j/
+    ADU+/wBm4QaLBLb6UfUf5p9/s3CuSjwLIQKYsuP1NleCO+61WM/s8NKquV+J8i+UTYIa2Wrw6QB7
+    WzOzOaL2sSu98NMkRGSuk3Mfjs3JvlBTcocMjrKZ25w9ZtzcFeH1XTzgv2y6VmJe2L68V8rSxt1A
+    9kCOQVO7uCo5lzuYlJBgjKSJ3tj61l7fxWKJmbuWSXIcHwh75GyAEOvcEL3MWKKx3S5zLdKajqwB
+    eeTxWrXommcykqQPbv8AFcZyUXRxR1P7z/FTkoaK6kqh/ef4qxkoaYs1HV23TvXSL0TTU8awiWRx
+    kkLnut0net3pW8bPxtnM/Xy0mJz0Dj/TcLgdhXk/IYd4Nz+w6Uny7gw3F93BfnHZc1ZFiBHIKXk6
+    8VqBzLnQo3VEED7EgG3Wv0Hw1o81ccjWcCogI23C9bPfthiIbTBSCw3LzL5pb0ym0Y7FwtmXR9iH
+    Ys8y6Q6i0VjMmmNLSCx3LtXLJp4GLUTTE7d1L0OnyTLEwTm9oCzlC6UDc0X3Ll8pMVwTHtafrs7L
+    26+K/KS7r2rIdQK5BS8A9nBaGtcpMOixGikgksL9DgBdp6j0r7+jzTivFoYtG4c/poZ8LnMNUzKA
+    fVeP0u71+hteueu6uWtNjpamIgG4Xm5cdoaiXpx1FPbeQvjtSzW4Wiopv9gs9l18EkqacdBCtcdj
+    bz6mphsfWC+nHjsky1zEJHVb/QU0ZlkPU3+V6mKIxx3WlzltHJLBRhkJMhDp5N7yLW+AXkdf1PLb
+    UfjpSNN2jbuH2Xky6L2rIsUCOQVOuVoYFdDnZuvxXXHKS16en3kObdvYR9l9tL+mdMbYoAbiFg+D
+    fsu3Lef6moNs0YHsm+CzyW9mgII/2x4J329mhs8ZG+IeCd9va6K6jgI3wsPxCsZbx/U0tgp2t9WO
+    MMH/ACLfwsXyTP8AqV1EPew+BzbE34r48ttrD1m3H4V87S1t1A6gRyCs2VFb2NeLbvzvWolHmVFG
+    HE2A/O9dqX0mmG6gP5bzXSMppGwnTh5q8pobDoOHmnKDYTpw805TQ2E6cPNOU0yqeiAPQOHmudsm
+    zT1Iowxthbh5rhM7VaLdqirGrIsQI5BWQT2qgsdUClt+lXYgxA9qbRHohqrtR6Iap3A9CNU7gehG
+    qbDBgHRdTYbKe0qAAOqCxqgdBBF0ClvwQRlCoLBAZQgMoQFggMoQGUIDKEBlHYgMqgYCyBkH/9k=
+    </content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-jpeg-valid-base64.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-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:  content with no type attribute and a value containing escaped html produces a warning
+Expect:       ContainsUndeclaredHTML{parent:entry,element:content}
+-->
+
+<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>
+    <content>Some &lt;b&gt;bold&lt;/b&gt; text.</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-escaped-html.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.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:  content with no type attribute and children elements produces an error
+Expect:       UndefinedElement{parent:content}
+-->
+
+<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>
+    <content>Some <b>Bold</b> text</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-no-type-with-children.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.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:  content with a type of plain and children elements produces an error
+Expect:       UndefinedElement{parent:content}
+-->
+
+<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>
+    <content type="text/plain">Some <b>bold</b> text.</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-plain-with-children.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  content with a type of svg and mixed text and element values as children produces an error
+Expect:       UnexpectedText{element:content,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>
+    <content type="application/svg+xml">
+      text
+      <svg width="225" height="100" xmlns="http://www.w3.org/2000/svg"/>
+      more
+    </content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg-mixed.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-svg.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  content with a type of svg containing an svg document 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>
+    <content type="application/svg+xml">
+      <svg width="225" height="100" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+        <title>stroke-linecap</title>
+        <g style="fill:none;stroke:rgb(255,50,50);stroke-width:2">
+                <path d="M10 10 l0 80"/>
+                <path d="M215 10 l0 80"/>
+        </g>
+        <g style="fill:none;stroke:black;stroke-width:7;">
+                <path style="stroke-linecap:butt" d="M10 25 l205 0"/>
+                <path style="stroke-linecap:round" d="M10 50 l205 0"/>
+                <path style="stroke-linecap:square" d="M10 75 l205 0"/>
+        </g>
+      </svg>
+    </content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-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:  usage of text/html to describe an html fragment
+Expect:       HtmlFragment{element:content}
+-->
+
+<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>
+    <content type="text/html">Some &lt;b&gt;bold&lt;/b&gt; text.</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-html.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.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:  content with a type of text and children elements produces an error
+Expect:       UndefinedElement{parent:content}
+-->
+
+<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>
+    <content type="text">Some <b>bold</b> text</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-text-with-children.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-escaped.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:  xhtml content value containing only escaped html produces a warning
+Expect:       NotInline{parent:entry,element:content}
+-->
+
+<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>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Some &lt;b&gt;bold&lt;/b&gt; text.</div></content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-mixed.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:  xhtml content with elements and escaped text
+Expect:       !NotInline{parent:entry,element:content}
+-->
+
+<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>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><b>Example:</b> Some &lt;b&gt;bold&lt;/b&gt; text.</div></content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.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:  content with a type of xhtml and an immediate child elements other than xhtml:div produces an error
+Expect:       MissingXhtmlDiv{parent:entry,element:content}
+-->
+
+<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>
+    <content type="xhtml"><span xmlns="http://www.w3.org/1999/xhtml">text</span></content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-no-xhtml-div.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-notmarkup.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:  xhtml content value containing only escaped non-html produces no warning
+Expect:       !NotInline{parent:entry,element:content}
+-->
+
+<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>
+    <content type="xhtml"><div xmlns="http://www.w3.org/1999/xhtml">Some &lt;x&gt;bold&lt;/x&gt; text.</div></content>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.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:   content with a "type" of "xhtml" and child text nodes produces an error
+Expect:       MissingXhtmlDiv{parent:entry,element:content}
+-->
+
+<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>
+    <content type="xhtml">text &amp; more</content>
+  </entry>
+
+</feed>

Propchange: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.1.3.3/content-xhtml-text-children.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-invalid-type.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:  rights with a type other than text, html, or xhtml produces an error
+Expect:       InvalidTextType{element:rights,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>
+  <rights type="application/pdf">all rights reserved</rights>
+
+  <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.10/rights-invalid-type.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/4.2.10/rights-text-with-escaped-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:   rights with a type of text but appears to include escaped html produces a warning
+Expect:       ContainsUndeclaredHTML{element:rights,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>
+  <rights type="text">Copyright &amp;copy; 2005</rights>
+
+  <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.10/rights-text-with-escaped-html.xml
------------------------------------------------------------------------------
    svn:eol-style = native