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 [11/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/...

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="padding: 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="padding: 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_padding_0.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0_0_12px_12px.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0_0_12px_12px.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0_0_12px_12px.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_0_0_12px_12px.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="padding: 0 0 12px 12px;"
+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="padding: 0 0 12px 12px;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_2ex.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_2ex.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_2ex.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_2ex.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="padding: 2ex;"
+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="padding: 2ex;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_99999em.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_99999em.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_99999em.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_99999em.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="padding: 99999em;"
+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="padding: 99999em;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_left_4px.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_left_4px.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_left_4px.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_left_4px.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="padding-left: 4px;"
+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="padding-left: 4px;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_right_0in.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_right_0in.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_right_0in.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_padding_right_0in.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="padding-right: 0in;"
+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="padding-right: 0in;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_position_absolute.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_position_absolute.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_position_absolute.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_position_absolute.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="position: absolute;"
+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="position: absolute;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_tab_stops_list_5in.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_tab_stops_list_5in.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_tab_stops_list_5in.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_tab_stops_list_5in.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="tab-stops: list .5in;"
+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="tab-stops: list .5in;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_center.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_center.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_center.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_center.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="text-align: center;"
+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="text-align: center;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_left.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_left.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_left.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_left.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="text-align: left;"
+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="text-align: left;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_right.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_right.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_right.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_align_right.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="text-align: right;"
+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="text-align: right;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_decoration_underline.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_decoration_underline.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_decoration_underline.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_decoration_underline.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="text-decoration: underline;"
+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="text-decoration: underline;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_indent_0_5in.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_indent_0_5in.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_indent_0_5in.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_text_indent_0_5in.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="TEXT-INDENT: 0.5in;"
+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="TEXT-INDENT: 0.5in;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_bottom.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_bottom.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_bottom.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_bottom.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="vertical-align: bottom;"
+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="vertical-align: bottom;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_top.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_top.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_top.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_vertical_align_top.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="vertical-align: top;"
+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="vertical-align: top;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_nowrap.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_nowrap.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_nowrap.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_nowrap.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="white-space: nowrap;"
+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="white-space: nowrap;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_top.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_top.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_top.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_white_space_top.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="white-space: top;"
+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="white-space: top;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_width_300px.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_width_300px.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_width_300px.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.1/style_width_300px.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,28 @@
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  style="width: 300px;"
+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="width: 300px;"&gt;Some text&lt;/span&gt;</summary>
+  </entry>
+
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.2/alternate_href_ipv6_literal.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.2/alternate_href_ipv6_literal.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.2/alternate_href_ipv6_literal.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/8.2/alternate_href_ipv6_literal.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author:       Sam Ruby <ru...@intertwingly.net>
+-->
+
+<!--
+Description:  IPv6 literals are valid in URIs
+Expect:       !InvalidUriChar
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+
+  <title>Example Feed</title>
+  <link href="http://[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]/tests/atom/ipv6/" rel="alternate"/>
+  <updated>2003-12-13T18:30:02Z</updated>
+  <author>
+    <name>John Doe</name>
+  </author>
+  <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/footer.html
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/footer.html?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/footer.html (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/footer.html Sat Aug 11 21:15:23 2012
@@ -0,0 +1,35 @@
+<br />
+</div><!--main-->
+
+<div class="centered">
+<a name="startnavigation" id="startnavigation"></a>
+<div class="navbarWrapper">
+    <div class="navbarContent">
+        <img class="borderTL" src="../../../images/borderTL.gif" alt="" width="14" height="14" />
+        <img class="borderTR" src="../../../images/borderTR.gif" alt="" width="14" height="14" />
+
+<p>
+<a href="../../../">Home</a> &middot;
+<a href="../../../about.html">About</a> &middot;
+<a href="../../../news/">News</a> &middot;
+<a href="../../../docs/">Docs</a> &middot;
+<a href="../../../terms.html">Terms</a>
+</p>
+
+        <div class="roundedCornerSpacer">&nbsp;</div>
+    </div><!-- .content -->
+    <div class="bottomCorners">
+        <img class="borderBL" src="../../../images/borderBL.gif" alt="" width="14" height="14" />
+        <img class="borderBR" src="../../../images/borderBR.gif" alt="" width="14" height="14" />
+    </div><!-- .bottomCorners -->
+</div><!-- .contentWrapper --> 
+</div><!-- .centered -->
+
+<div class="centered">
+<address>Copyright &copy; 2002-6
+<a href="http://www.intertwingly.net/blog/">Sam Ruby</a>, 
+<a href="http://diveintomark.org/">Mark Pilgrim</a>,
+<a href="http://www.kafsemo.org/">Joseph Walton</a>, and
+<a href="http://philringnalda.com/">Phil Ringnalda</a>
+</address>
+</div>

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/header.html
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/header.html?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/header.html (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/header.html Sat Aug 11 21:15:23 2012
@@ -0,0 +1,102 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
+"http://www.w3.org/TR/REC-html40/loose.dtd">
+<html lang="en">
+<head>
+<title>Feed Validator Test Cases</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<link rel="icon" href="http://www.feedvalidator.org/favicon.ico" />
+<link rel="shortcut icon" href="http://www.feedvalidator.org/favicon.ico" />
+<style type="text/css" media="screen">@import "../../../css/common.css";
+@import "../../../css/documentation.css";</style>
+<script type="text/javascript">
+
+window.onload=function() {
+  if(!document.getElementsByTagName || !document.createElement) return;
+
+  var images = document.getElementsByTagName("IMG");
+  for (var i=0; i<images.length; i++) {
+    var image = images[i];
+    if (image.src.indexOf("/icons/text.gif") >= 0) {
+      image.src="/icons/unknown.gif";
+    }
+    if (image.src.indexOf("/icons/unknown.gif") >= 0) {
+      var href;
+      if (image.nextSibling) {
+        href = image.nextSibling.nextSibling.href;
+      } else {
+        href = image.parentNode.nextSibling.childNodes[0].href;
+      }
+      image.src="../../../favicon.ico";
+      image.hspace=2;
+      image.vspace=1;
+      var a = document.createElement('a');
+      a.href="../../../check.cgi?url=" + escape(href);
+      image.title="feed validator";
+      image.parentNode.replaceChild(a,image);
+      image.border = 0;
+      a.appendChild(image);
+
+      image = document.createElement('img');
+      image.src="http://validome.org/favicon.ico";
+      image.hspace=2;
+      image.vspace=1;
+      var a2 = document.createElement('a');
+      a2.href="http://www.validome.org/rss-atom/validate?viewSourceCode=1&version=atom_1_0&url=" + escape(href);
+      image.title="validome";
+      a.parentNode.insertBefore(a2,a.nextSibling);
+      image.border = 0;
+      a2.appendChild(image);
+    }
+  }
+
+  var h2 = document.getElementsByTagName("h2");
+  if (h2.length && document.URL) {
+    var a = document.getElementsByTagName("a");
+    a[2].parentNode.insertBefore(document.createTextNode('   '),a[2]);
+    var tcindex = document.URL.indexOf('testcases/atom/');
+    if (tcindex >= 0) {
+      var qindex = document.URL.lastIndexOf('/');
+      var section = document.URL.substring(tcindex+15, qindex);
+      if (/[0-9]/.test(section)) {
+        h2[0].firstChild.nodeValue = "Section ";
+        var a = document.createElement('a');
+        a.href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.section." + section;
+        a.appendChild(document.createTextNode(section));
+        h2[0].appendChild(a);
+      }
+
+      var p = document.createElement('blockquote');
+      p.appendChild(document.createTextNode('To validate using the Validome Atom and RSS validator, click on the '));
+      var image = document.createElement('img');
+      image.src= "http://validome.org/favicon.ico";
+      p.appendChild(image);
+      p.appendChild(document.createTextNode(' icon.'));
+      h2[0].parentNode.insertBefore(p, h2[0].nextSibling);
+
+      p = document.createElement('blockquote');
+      p.appendChild(document.createTextNode('To validate using the Feed Validator, click on the '));
+      var image = document.createElement('img');
+      image.src= "../../../favicon.ico";
+      p.appendChild(image);
+      p.appendChild(document.createTextNode(' icon.'));
+      h2[0].parentNode.insertBefore(p, h2[0].nextSibling);
+    }
+  }
+
+}
+
+</script>
+</head>
+<body>
+
+<div id="logo">
+<h1><a href="../../.."><span id="feed"><span id="f">F</span><span id="e1">E</span><span id="e2">E</span></span><span id="d">D</span> Validator</a></h1>
+
+<p>RFC 4287 Test Cases</p>
+<a class="skip" href="#startnavigation">Jump to navigation</a>
+</div> <!--logo-->
+
+
+<div id="main">
+
+<h2>Index</h2>

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/index.html
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/index.html?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/index.html (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/index.html Sat Aug 11 21:15:23 2012
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+<title>Feed Validator Documentation</title>
+<link rel="icon" href="http://www.feedvalidator.org/favicon.ico" />
+<link rel="shortcut icon" href="http://www.feedvalidator.org/favicon.ico" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<style type="text/css" media="screen">@import "../../css/common.css";
+@import "../../css/documentation.css";
+ul, li {
+  list-style-type: none;
+  line-height: 1ex;
+}
+</style>
+</head>
+<body>
+
+<div id="logo">
+<h1><a href="/"><span id="feed"><span id="f">F</span><span id="e1">E</span><span id="e2">E</span></span><span id="d">D</span> Validator</a></h1>
+
+<p>RFC 4287 Test Cases</p>
+<a class="skip" href="#startnavigation">Jump to navigation</a>
+</div> <!--logo-->
+
+<h2><a href="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#rfc.toc">Table of Contents</a></h2>
+
+<div id="main">
+
+<ul>
+ <li><p>1. Introduction</p>
+  <ul>
+   <li><p><a href="1.1/">1.1</a> Examples</p></li>
+   <li><p><a href="1.2/">1.2</a> Namespace and Version</p></li>
+   <li><p>1.3 Notational Conventions</p></li>
+  </ul>
+ </li>
+ <li><p><a href="2/">2.</a> Atom Documents</p></li>
+ <li><p><a href="3/">3.</a> Common Atom Constructs</p>
+  <ul>
+   <li><p>3.1 Text Constructs</p>
+    <ul>
+     <li><p><a href="3.1.1/">3.1.1</a> The "type" Attribute</p>
+      <ul>
+       <li><p><a href="3.1.1.1/">3.1.1.1</a> Text</p></li>
+       <li><p><a href="3.1.1.2/">3.1.1.2</a> HTML</p></li>
+       <li><p><a href="3.1.1.3/">3.1.1.3</a> XHTML</p></li>
+      </ul>
+     </li>
+    </ul>
+   </li>
+   <li><p>3.2 Person Constructs</p>
+    <ul>
+     <li><p><a href="3.2.1/">3.2.1</a> The "atom:name" Element</p></li>
+     <li><p><a href="3.2.2/">3.2.2</a> The "atom:uri" Element</p></li>
+     <li><p><a href="3.2.3/">3.2.3</a> The "atom:email" Element</p></li>
+    </ul>
+   </li>
+   <li><p><a href="3.3/">3.3</a> Date Constructs</p></li>
+  </ul>
+ </li>
+ <li><p>4. Atom Element Definitions</p>
+  <ul>
+   <li><p>4.1 Container Elements</p>
+    <ul>
+     <li><p><a href="4.1.1/">4.1.1</a> The "atom:feed" Element</p>
+      <ul>
+       <li><p><a href="4.1.1.1/">4.1.1.1</a> Providing Textual Content</p></li>
+      </ul>
+     </li>
+     <li><p><a href="4.1.2/">4.1.2</a> The "atom:entry" Element</p></li>
+     <li><p>4.1.3 The "atom:content" Element</p>
+      <ul>
+       <li><p><a href="4.1.3.1/">4.1.3.1</a> The "type" attribute</p></li>
+       <li><p><a href="4.1.3.2/">4.1.3.2</a> The "src" attribute</p></li>
+       <li><p><a href="4.1.3.3/">4.1.3.3</a> Processing Model</p></li>
+      </ul>
+     </li>
+    </ul>
+   </li>
+   <li><p>4.2 Metadata Elements</p>
+    <ul>
+     <li><p>4.2.1 The "atom:author" Element</p></li>
+     <li><p>4.2.2 The "atom:category" Element</p>
+      <ul>
+       <li><p><a href="4.2.2.1/">4.2.2.1</a> The "term" Attribute</p></li>
+       <li><p><a href="4.2.2.2/">4.2.2.2</a> The "scheme" Attribute</p></li>
+       <li><p><a href="4.2.2.3/">4.2.2.3</a> The "label" Attribute</p></li>
+      </ul>
+     </li>
+     <li><p>4.2.3 The "atom:contributor" Element</p></li>
+     <li><p><a href="4.2.4/">4.2.4</a> The "atom:generator" Element</p></li>
+     <li><p><a href="4.2.5/">4.2.5</a> The "atom:icon" Element</p></li>
+     <li><p><a href="4.2.6/">4.2.6</a> The "atom:id" Element</p></li>
+     <li><p>4.2.7 The "atom:link" Element</p>
+      <ul>
+       <li><p><a href="4.2.7.1/">4.2.7.1</a> The "href" Attribute</p></li>
+       <li><p><a href="4.2.7.2/">4.2.7.2</a> The "rel" Attribute</p></li>
+       <li><p><a href="4.2.7.3/">4.2.7.3</a> The "type" Attribute</p></li>
+       <li><p><a href="4.2.7.4/">4.2.7.4</a> The "hreflang" Attribute</p></li>
+       <li><p><a href="4.2.7.5/">4.2.7.5</a> The "title" Attribute</p></li>
+       <li><p><a href="4.2.7.6/">4.2.7.6</a> The "length" Attribute</p></li>
+      </ul>
+     </li>
+     <li><p><a href="4.2.8/">4.2.8</a> The "atom:logo" Element</p></li>
+     <li><p><a href="4.2.9/">4.2.9</a> The "atom:published" Element</p></li>
+     <li><p><a href="4.2.10/">4.2.10</a> The "atom:rights" Element</p></li>
+     <li><p><a href="4.2.11/">4.2.11</a> The "atom:source" Element</p></li>
+     <li><p><a href="4.2.12/">4.2.12</a> The "atom:subtitle" Element</p></li>
+     <li><p><a href="4.2.13/">4.2.13</a> The "atom:summary" Element</p></li>
+     <li><p><a href="4.2.14/">4.2.14</a> The "atom:title" Element</p></li>
+     <li><p><a href="4.2.15/">4.2.15</a> The "atom:updated" Element</p></li>
+    </ul>
+   </li>
+  </ul>
+ </li>
+ <li><p>5. Securing Atom Documents</p></li>
+ <li><p>6. Extending Atom</p>
+  <ul>
+   <li><p><a href="6.1/">6.1</a> Extensions From Non-Atom Vocabularies</p></li>
+   <li><p>6.2 Extensions To the Atom Vocabulary</p></li>
+   <li><p>6.3 Processing Foreign Markup</p></li>
+   <li><p><a href="6.4/">6.4</a> Extension Elements</p></li>
+  </ul>
+ </li>
+ <li><p>7. IANA Considerations</p></li>
+ <li><p>8. Security Considerations</p></li>
+  <ul>
+   <li><p><a href="8.1/">8.1 HTML and XHTML Content</a></p></li>
+  </ul>
+ <li><p>9. References</p>
+  <ul>
+   <li><p>9.1 Normative References</p></li>
+   <li><p>9.2 Informative References</p></li>
+  </ul>
+ </li>
+</ul>
+
+<hr />
+
+<h2>Legacy</h2>
+
+<ul>
+  <li><p><a href="must/">must</a></p></li>
+  <li><p><a href="should/">should</a></p></li>
+</ul>
+</div>
+
+<div class="centered">
+<a name="startnavigation" id="startnavigation"></a>
+<div class="navbarWrapper">
+    <div class="navbarContent">
+        <img class="borderTL" src="../../images/borderTL.gif" alt="" width="14" height="14" />
+        <img class="borderTR" src="../../images/borderTR.gif" alt="" width="14" height="14" />
+
+<p>
+<a href="../../">Home</a> &middot;
+<a href="../../about.html">About</a> &middot;
+<a href="../../news/">News</a> &middot;
+<a href="../../docs/">Docs</a> &middot;
+<a href="../../terms.html">Terms</a>
+</p>
+
+        <div class="roundedCornerSpacer">&nbsp;</div>
+    </div><!-- .content -->
+    <div class="bottomCorners">
+        <img class="borderBL" src="../../images/borderBL.gif" alt="" width="14" height="14" />
+        <img class="borderBR" src="../../images/borderBR.gif" alt="" width="14" height="14" />
+    </div><!-- .bottomCorners -->
+</div><!-- .contentWrapper --> 
+</div><!-- .centered -->
+
+<div class="centered">
+<address>Copyright &copy; 2002-6
+<a href="http://www.intertwingly.net/blog/">Sam Ruby</a>, 
+<a href="http://diveintomark.org/">Mark Pilgrim</a>,
+<a href="http://www.kafsemo.org/">Joseph Walton</a>, and
+<a href="http://philringnalda.com/">Phil Ringnalda</a>
+</address>
+</div>
+</body>
+</html>

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,18 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  valid author email
+  Expect:       ValidContact{parent:author,element:email}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name>Valid name</name>
+<email>valid@example.com</email>
+</author>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_contains_plus.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_contains_plus.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_contains_plus.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_contains_plus.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,18 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  valid author email (email name contains +)
+  Expect:       ValidContact{parent:author,element:email}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name>Valid name</name>
+<email>valid+folder@example.com</email>
+</author>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_invalid.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_invalid.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_invalid.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_invalid.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,18 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  invalid author email (not email address)
+  Expect:       InvalidContact{parent:author,element:email}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name>Valid name</name>
+<email>invalid at example.com</email>
+</author>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_overloaded.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_overloaded.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_overloaded.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_email_overloaded.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,18 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  invalid author email (contains more than email)
+  Expect:       InvalidContact{parent:author,element:email}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name>Valid name</name>
+<email>invalid@example.com (Bob), extra</email>
+</author>
+</entry>
+</feed>

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

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

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

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

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  author name must not include HTML
+  Expect:       !ContainsHTML{parent:author,element:name}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name>Valid name</name>
+</author>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_blank.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_blank.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_blank.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_blank.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:  feed author name can not be blank
+  Expect:       NotBlank{parent:author,element:name}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<author>
+<name></name>
+</author>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_cdata.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_cdata.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_cdata.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_cdata.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  valid author name (in CDATA)
+  Expect:       !ContainsHTML{element:name}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name><![CDATA[Valid name]]></name>
+</author>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,18 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  author name must not include HTML
+  Expect:       ContainsHTML{element:name}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name>&lt;b&gt;Invalid name&lt;/b&gt;</name>
+</author>
+</entry>
+</feed>
+

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html_cdata.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html_cdata.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html_cdata.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_contains_html_cdata.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  author name must not include HTML (even in CDATA)
+  Expect:       ContainsHTML{element:name}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name><![CDATA[<b>Invalid name</b>]]></name>
+</author>
+</entry>
+</feed>

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

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

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_multiple.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_multiple.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_multiple.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_name_multiple.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,18 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  can only have one author name
+  Expect:       DuplicateElement{parent:author,element:name}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<name>Validation ain't what it used to be</name>
+<name>Validation ain't what it used to be</name>
+</author>
+</entry>
+</feed>

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

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

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_contains_comma.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_contains_comma.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_contains_comma.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_contains_comma.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  valid feed author url (even with comma)
+  Expect:       ValidURI{element:uri}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<uri>http://www.wired.com/news/school/0,1383,54916,00.html</uri>
+</author>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_ftp.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_ftp.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_ftp.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_ftp.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  valid author url (ftp)
+  Expect:       ValidURI{parent:author,element:uri}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<author>
+<uri>ftp://example.com/</uri>
+</author>
+</entry>
+</feed>

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

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

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_multiple.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_multiple.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_multiple.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_author_url_multiple.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,16 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  can only have one feed author url
+  Expect:       DuplicateElement{parent:author,element:uri}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<author>
+<uri>http://example.com/</uri>
+<uri>http://example.com/</uri>
+</author>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_html.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content says is valid HTML
+  Expect:       ValidHtml{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="text/html" mode="escaped">
+  &lt;br&gt;
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content actually is inline code
+  Expect:       !ContainsUndeclaredHTML
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="xhtml">
+  <code>&lt;p&gt;foo&lt;/p&gt;</code>
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline_2.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline_2.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline_2.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_is_inline_2.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content actually is inline code
+  Expect:       !NotInline
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="xhtml">
+  <code>&lt;p&gt;foo&lt;/p&gt;</code>
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_escaped.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_escaped.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_escaped.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_escaped.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content says it's escaped, but isn't
+  Expect:       NotEscaped{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="text/html" mode="escaped">
+<p>foo</p>
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_html.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_html.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_html.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_html.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content says it's html, but isn't
+  Expect:       NotHtml{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="text/html" mode="escaped">
+  &lt;a
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content says it's inline, but isn't
+  Expect:       NotInline{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="xhtml">
+&lt;p&gt;foo&lt;/p&gt;
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline_cdata.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline_cdata.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline_cdata.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_inline_cdata.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content says it's inline, but it's really in a CDATA block
+  Expect:       NotInline{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="xhtml">
+<![CDATA[<p>This does not count as inline content, because it's in a CDATA block</p>]]>
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content says it's text/plain, but isn't
+  Expect:       ContainsUndeclaredHTML{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="text/plain" mode="escaped">
+  So I was reading &lt;a href="http://example.com/"&gt;example.com&lt;/a&gt; the other day, it's really interesting.
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain_2.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain_2.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain_2.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_not_text_plain_2.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,17 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content says it's text/plain, but isn't
+  Expect:       ContainsUndeclaredHTML{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content>
+  So I was reading &lt;a href="http://example.com/"&gt;example.com&lt;/a&gt; the other day, it's really interesting.
+</content>
+</entry>
+</feed>

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

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

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

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

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

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

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

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

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

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

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_type_not_mime.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_type_not_mime.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_type_not_mime.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_content_type_not_mime.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,16 @@
+<!--
+  Author:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  content type must be MIME type
+  Expect:       InvalidMIMEType{parent:entry,element:content}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<content type="invalid">
+</content>
+</entry>
+</feed>

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

Added: abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_contributor_email.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_contributor_email.xml?rev=1372029&view=auto
==============================================================================
--- abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_contributor_email.xml (added)
+++ abdera/java/trunk/parser/src/test/resources/feedvalidator.org/testcases/atom/must/entry_contributor_email.xml Sat Aug 11 21:15:23 2012
@@ -0,0 +1,18 @@
+<!--
+  Contributor:       Sam Ruby (http://intertwingly.net/) and Mark Pilgrim (http://diveintomark.org/)
+  Copyright:    Copyright (c) 2003 Sam Ruby and Mark Pilgrim
+-->
+
+<!--
+  Description:  valid contributor email
+  Expect:       ValidContact{parent:contributor,element:email}
+-->
+
+<feed xmlns="http://www.w3.org/2005/Atom">
+<entry>
+<contributor>
+<name>Valid name</name>
+<email>valid@example.com</email>
+</contributor>
+</entry>
+</feed>

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