You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by an...@apache.org on 2012/08/10 02:40:22 UTC

svn commit: r1371537 [21/30] - in /incubator/any23/trunk: ./ core/ core/src/test/java/org/apache/any23/ core/src/test/java/org/apache/any23/cli/ core/src/test/java/org/apache/any23/extractor/ core/src/test/java/org/apache/any23/extractor/csv/ core/src/...

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcalendar/example5.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<div class="vevent">
+  <h5 class="summary">Networld+Interop Conference</h5>
+  <div class="description">Networld+Interop Conference and Exhibit Atlanta World Congress
+  Center Atlanta, Georgia</div>
+  <div>Posted on: <abbr class="dtstamp" title="19960704T120000Z">July 4, 1996</abbr></div>
+  <div class="uid">uid1@host.com</div>
+  <div>Organized by: <a class="organizer" href="mailto:jsmith@host.com">jsmith@host.com</a></div>
+  <div>Dates: <abbr class="dtstart" title="19960918T143000Z">September 18, 1996, 14:30 UTC</abbr> -
+     <abbr class="dtend" title="19960920T220000Z">September 20, 1996, 22:00 UTC</abbr></div>
+  <div>Status: <span class="status">CONFIRMED</span></div>
+  <div>Filed under:</div>
+  <ul>
+     <li class="category">Conference</li>
+  </ul>
+</div>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/01-tantek-basic.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/01-tantek-basic.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/01-tantek-basic.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/01-tantek-basic.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>01-tantek-basic</title>
+  <link rel="alternate" href="01-tantek-basic.vcf" type="text/directory" />
+  <link rel="alternate" href="01-tantek-basic.vcf" type="text/directory" />
+</head>
+<body>
+  <div class="vcard">
+   <a class="url fn" href="http://tantek.com/">Tantek Celik</a>
+   <div class="org">Technorati</div>
+  </div>
+</body>
+
+</html>

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/02-multiple-class-names-on-vcard.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/02-multiple-class-names-on-vcard.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/02-multiple-class-names-on-vcard.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/02-multiple-class-names-on-vcard.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>02-multiple-class-names-on-vcard</title>
+  <link rel="alternate" href="02-multiple-class-names-on-vcard.vcf" type="text/directory" />
+</head>
+<body>
+  <div class="vcard"><span class="fn n"><span class="given-name">Ryan</span> <span class="family-name">King</span></span></div>
+  <p>
+	  <span class="attendee vcard">
+	  	<span class="fn n">
+	  		<span class="given-name">Ryan</span> 
+	  		<span class="family-name">King</span>
+	  	</span>
+	  </span>
+  </p>
+  <address class="vcard author"><span class="fn n"><span class="given-name">Ryan</span> <span class="family-name">King</span></span></address>
+  <ul><li class="reviewer vcard first"><span class="fn n"><span class="given-name">Ryan</span> <span class="family-name">King</span></span></li></ul>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/03-implied-n.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/03-implied-n.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/03-implied-n.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/03-implied-n.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,67 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>03-implied-n</title>
+  <link rel="alternate" href="03-implied-n.vcf" type="text/directory" />
+</head>
+<body>
+  <p class="vcard">
+    <span class="fn">Ryan King</span>
+  </p>
+
+  <p class="vcard">
+    <abbr class="fn" title="Ryan King">me</abbr>
+  </p>
+
+  <p class="vcard">
+    <img src="/me.jpg" title="Brian Suda" alt="Ryan King" class="fn" />
+  </p>
+
+  <p class="vcard">
+  <a class="fn" href="http://suda.co.uk/">Brian Suda</a>
+  </p>
+
+  <p class="vcard">
+    <span class="fn">King, Ryan</span>
+  </p>
+  
+  <p class="vcard">
+    <span class="fn">King, R</span>
+  </p>
+  
+  <p class="vcard">
+    <span class="fn">King R</span>
+  </p>
+  
+  <p class="vcard">
+    <span class="fn">King R.</span>
+  </p>
+
+  <p class="vcard">
+    <span class="fn">Jesse James Garrett</span>
+  </p> 
+  
+  <p class="vcard">
+    <span class="fn">Thomas Vander Wall</span>
+  </p>
+
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/04-ignore-unknowns.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/04-ignore-unknowns.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/04-ignore-unknowns.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/04-ignore-unknowns.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,34 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>04-ignore-unknowns</title>
+  <link rel="alternate" href="04-ignore-unknowns.vcf" type="text/directory" />
+</head>
+<body>
+  <p class="vcard">
+    <span class="ignore-me">Some text that shouldn't be in the vCard.</span>
+    <span class="fn n">
+      <span class="given-name">Ryan</span> <span class="family-name">King</span>
+    </span>
+  </p>
+  <p class="ignore-me-too">Some more text that shouldn't be in the vCard.</p>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/05-mailto-1.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/05-mailto-1.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/05-mailto-1.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/05-mailto-1.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>05-mailto-1</title>
+  <link rel="alternate" href="05-mailto-1.vcf" type="text/directory" />
+</head>
+<body>
+  <p class="vcard">
+    <!-- fn should be the text node (with implied-n-optimization) and 'email' should be the href, sans scheme -->
+    <a class="fn email" href="mailto:ryan@technorati.com">Ryan King</a>
+  </p>
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/06-mailto-2.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/06-mailto-2.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/06-mailto-2.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/06-mailto-2.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>06-mailto-2</title>
+    <link rel="alternate" href="06-mailto-2.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <!-- ignore the parameters on the addr-spec -->
+      <a class="fn email" href="mailto:brian@example.com?subject=foo">Brian Suda</a>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/07-relative-url.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/07-relative-url.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/07-relative-url.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/07-relative-url.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>07-relative-url</title>
+    <link rel="alternate" href="07-relative-url.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n"><span class="given-name">John</span> <span class="family-name">Doe</span></span>
+      <a class="url" href="/home/blah">my website</a>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/08-relative-url-base.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/08-relative-url-base.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/08-relative-url-base.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/08-relative-url-base.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>08-relative-url-base</title>
+    <link rel="alternate" href="08-relative-url-base.vcf" type="text/directory" />
+    <base href="http://example.org/" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n"><span class="given-name">John</span> <span class="family-name">Doe</span></span>
+      <a class="url" href="/home/blah">my website</a>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/09-relative-url-xmlbase-1.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/09-relative-url-xmlbase-1.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/09-relative-url-xmlbase-1.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/09-relative-url-xmlbase-1.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:base="http://example.org/">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>09-relative-url-xmlbase-1</title>
+    <link rel="alternate" href="09-relative-url-xmlbase-1.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n"><span class="given-name">John</span> <span class="family-name">Doe</span></span>
+      <a class="url" href="/home/blah">my website</a>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/10-relative-url-xmlbase-2.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/10-relative-url-xmlbase-2.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/10-relative-url-xmlbase-2.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/10-relative-url-xmlbase-2.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>10-relative-url-xmlbase-2</title>
+    <link rel="alternate" href="10-relative-url-xmlbase-2.vcf" type="text/directory" />
+  </head>
+  <body xml:base="http://example.org/">
+    <p class="vcard">
+      <span class="fn n"><span class="given-name">John</span> <span class="family-name">Doe</span></span>
+      <a class="url" href="/home/blah">my website</a>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/11-multiple-urls.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/11-multiple-urls.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/11-multiple-urls.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/11-multiple-urls.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>11-multiple-urls</title>
+    <link rel="alternate" href="11-multiple-urls.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n">
+        <span class="given-name">John</span> <span class="family-name">Doe</span></span>
+        <a class="url" href="http://example.com/foo">my website</a>
+        <a class="url" href="http://example.com/bar">my other website</a>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/12-img-src-url.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/12-img-src-url.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/12-img-src-url.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/12-img-src-url.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>12-img-src-url</title>
+    <link rel="alternate" href="12-img-src-url.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n"><span class="given-name">John</span> <span class="family-name">Doe</span></span>
+      <!-- take the @src, ignore the @type -->
+      <img class="url" src="http://example.org/picture.png" type="image/png" />
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/13-photo-logo.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/13-photo-logo.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/13-photo-logo.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/13-photo-logo.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>13-photo-logo</title>
+    <link rel="alternate" href="13-photo-logo.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n"><span class="given-name">John</span> <span class="family-name">Doe</span></span>
+      <!-- take the @src, ignore the @type -->
+      <img class="photo logo" src="http://example.org/picture1.png" type="image/png" />
+      <img class="photo logo" src="http://example.org/picture2.png" type="image/png" />
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/14-img-src-data-url.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/14-img-src-data-url.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/14-img-src-data-url.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/14-img-src-data-url.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>14-img-src-data-url</title>
+    <link rel="alternate" href="14-img-src-data-url.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n"><span class="given-name">John</span> <span class="family-name">Doe</span></span>
+      <img class="photo logo" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASUExURf///8zMzJmZmWZmZjMzMwAAAPOPemkAAAM1SURBVHjaYmBgYGBkYQUBFkYWFiCPCchixQAMCCZAACF0MAMVM4K4TFh0IGsBCCAkOxhYmBnAAKaHhZkZmxaAAGJgYIbpYGBihGgBWsTMzMwE4jIhaWGAYoAAYmCECDExYAcwGxkg5oNIgABigDqLARdgZmGB2wICrKwAAcSA3xKgIxlZ0PwCEEAMBCxhgHoWSQtAADFAAxgfYEJ1GEAAQbQw4tUCsocBYQVAADEgu4uRkREeUCwszEwwLhOKLQABhNDCBA4aSDgwwhIAJKqYUPwCEEAMUK/AUwnc9aywJMCI7DAgAAggBohZ8JTBhGIJzCoWZL8ABBCYidAB8RUjWppkYUG2BSCAGMDqEMZiswUtXgACiAHsFYixTMywGGLGpgUWYgABxAA2mQkWCMyMqFoYmdD8ACQAAogBHJHMrCxg1cyIiICmCkYWDFsAAgiihYmZCewFFpR0BfI3LLch+QUggBiQ0iQjEyMDmh54qCBlUIAAYsCRJsElADQvgWKTlRGeKwECiAF3XgGmMEYQYADZzcoA9z5AAMG9RQCAtEC9DxBADFiyFyMjVi0wABBAWLQwQdIiuhYGWJIACCBg+KKUJ9BoBRdS2LQALQMIIGDQIEmwAO1kYcVWHCDZAhBAqFqYmOAxj2YNtAwDAYAAYmDEiBYWzHKKkRERYiwAAYSphZEZwxZGZiZQVEJTJkAAMTCyokc7M5oORlC5wcoEjxeAAAJqQXU0UB6W5WFmABMtEzMi1wEEEFAbE0YyAUuzMMEs
 YQalMkQSBQggUDmNPU3C9IA4LCxI+QUggEBiKOU8yExgqccCL3chnkPKlQABhGo6ejHBDKmdUHMlQAAhhQvQaGZGkBIkjcAMywLmI+VKgABCSowsTJhZkhlWXiBpAQggYBqBZl9GVOdBcz0LZqEEEEAMqLULMBLg1THWog9IAwQQA0qiZcRW5aPbAhBADCg1El4tMAAQQAxoiZYZXnTh1AIQQAzo2QlYpDDjcBgrxGEAAcSAJTthswmiBUwDBBC2GpkZJTaRvQ+mAQKIAUuuxdZWQvILQABBmSxMjBj5EpcWgACCMoFOYYSpZyHQHgMIMACt2hmoVEikCQAAAABJRU5ErkJggg=="/>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/15-honorific-additional-single.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/15-honorific-additional-single.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/15-honorific-additional-single.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/15-honorific-additional-single.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,36 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>15-honorific-additional-single</title>
+    <link rel="alternate" href="15-honorific-additional-single.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n">
+        <span class="honorific-prefix">Mr.</span>
+        <span class="given-name">John</span>
+        <span class="additional-name">Maurice</span>
+        <span class="family-name">Doe</span>,
+        <span class="honorific-suffix">Ph.D.</span>
+      </span>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/16-honorific-additional-multiple.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/16-honorific-additional-multiple.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/16-honorific-additional-multiple.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/16-honorific-additional-multiple.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,39 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>16-honorific-additional-multiple</title>
+    <link rel="alternate" href="16-honorific-additional-multiple.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn n">
+        <span class="honorific-prefix">Mr.</span>
+        <span class="honorific-prefix">Dr.</span>
+        <span class="given-name">John</span>
+        <span class="additional-name">Maurice</span>
+        <span class="additional-name">Benjamin</span>
+        <span class="family-name">Doe</span>
+        <span class="honorific-suffix">Ph.D.</span>,
+        <span class="honorific-suffix">J.D.</span>
+      </span>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/17-email-not-uri.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/17-email-not-uri.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/17-email-not-uri.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/17-email-not-uri.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>17-email-not-uri</title>
+    <link rel="alternate" href="17-email-not-uri.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn">John Doe</span>
+      <span class="email">john@example.com</span>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/18-object-data-http-uri.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/18-object-data-http-uri.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/18-object-data-http-uri.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/18-object-data-http-uri.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>18-object-data-http-uri</title>
+    <link rel="alternate" href="18-object-data-http-uri.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn">John Doe</span>
+      <object class="url photo logo" data="http://example.com/foo.png" type="image/png"></object>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/19-object-data-data-uri.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/19-object-data-data-uri.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/19-object-data-data-uri.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/19-object-data-data-uri.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>19-object-data-data-uri</title>
+    <link rel="alternate" href="19-object-data-data-uri.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn">John Doe</span>
+      <object class="photo logo" data="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAASUExURf///8zMzJmZmWZmZjMzMwAAAPOPemkAAAM1SURBVHjaYmBgYGBkYQUBFkYWFiCPCchixQAMCCZAACF0MAMVM4K4TFh0IGsBCCAkOxhYmBnAAKaHhZkZmxaAAGJgYIbpYGBihGgBWsTMzMwE4jIhaWGAYoAAYmCECDExYAcwGxkg5oNIgABigDqLARdgZmGB2wICrKwAAcSA3xKgIxlZ0PwCEEAMBCxhgHoWSQtAADFAAxgfYEJ1GEAAQbQw4tUCsocBYQVAADEgu4uRkREeUCwszEwwLhOKLQABhNDCBA4aSDgwwhIAJKqYUPwCEEAMUK/AUwnc9aywJMCI7DAgAAggBohZ8JTBhGIJzCoWZL8ABBCYidAB8RUjWppkYUG2BSCAGMDqEMZiswUtXgACiAHsFYixTMywGGLGpgUWYgABxAA2mQkWCMyMqFoYmdD8ACQAAogBHJHMrCxg1cyIiICmCkYWDFsAAgiihYmZCewFFpR0BfI3LLch+QUggBiQ0iQjEyMDmh54qCBlUIAAYsCRJsElADQvgWKTlRGeKwECiAF3XgGmMEYQYADZzcoA9z5AAMG9RQCAtEC9DxBADFiyFyMjVi0wABBAWLQwQdIiuhYGWJIACCBg+KKUJ9BoBRdS2LQALQMIIGDQIEmwAO1kYcVWHCDZAhBAqFqYmOAxj2YNtAwDAYAAYmDEiBYWzHKKkRERYiwAAYSphZEZwxZGZiZQVEJTJkAAMTCyokc7M5oORlC5wcoEjxeAAAJqQXU0UB6W5WFmABMtEzMi1wEEEFAbE0YyAUuz
 MMEsYQalMkQSBQggUDmNPU3C9IA4LCxI+QUggEBiKOU8yExgqccCL3chnkPKlQABhGo6ejHBDKmdUHMlQAAhhQvQaGZGkBIkjcAMywLmI+VKgABCSowsTJhZkhlWXiBpAQggYBqBZl9GVOdBcz0LZqEEEEAMqLULMBLg1THWog9IAwQQA0qiZcRW5aPbAhBADCg1El4tMAAQQAxoiZYZXnTh1AIQQAzo2QlYpDDjcBgrxGEAAcSAJTthswmiBUwDBBC2GpkZJTaRvQ+mAQKIAUuuxdZWQvILQABBmSxMjBj5EpcWgACCMoFOYYSpZyHQHgMIMACt2hmoVEikCQAAAABJRU5ErkJggg==" />
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/20-image-alt.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/20-image-alt.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/20-image-alt.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/20-image-alt.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>20-image-alt</title>
+    <link rel="alternate" href="20-image-alt.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+<!--       only testing 'fn' here, but you should be able to parse any text value out of the img@alt -->
+<!--   also note, the fn should only be used to infer n, when there's no explicit n in the hcard -->
+      <img class="fn photo logo" src="http://example.com/foo.png" alt="John Doe" />
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/21-tel.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/21-tel.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/21-tel.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/21-tel.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,73 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>21-tel</title>
+    <link rel="alternate" href="21-tel.vcf" type="text/directory" />
+  </head>
+  <body>
+    <div class="vcard">
+      <p class="fn">John Doe</p>
+      <p class="tel">+1.415.555.1231</p>
+      <p class="tel">
+        <span class="type">home</span>
+        <span class="value">+1 415 555 1232</span>
+      </p>
+      <div class="tel">
+        types:
+        <ul>
+          <li class="type">msg</li>
+          <li class="type">home</li>
+          <li class="type">work</li>
+          <li class="type">pref</li>
+          <li class="type">voice</li>
+          <li class="type">fax</li>
+          <li class="type">cell</li>
+          <li class="type">video</li>
+          <li class="type">pager</li>
+          <li class="type">bbs</li>
+          <li class="type">car</li>
+          <li class="type">isdn</li>
+          <li class="type">pcs</li>
+        </ul>
+        <span class="value">+1</span>
+        <span class="value">415</span>
+        <span class="value">555</span>
+        <span class="value">1233</span>
+      </div>
+      <p class="tel">
+        <abbr class="type" title="home">H</abbr>
+        <span class="value">+1 415 555 1234</span>
+      </p>      
+      <a class="tel" href="tel:+1.415.555.1235">call me</a>
+      <object class="tel" data="tel:+1.415.555.1236">call me</object>
+      <area class="tel" href="tel:+1.415.555.1237">call me</area>
+
+      <a class="tel" href="fax:+1.415.555.1238">call me</a>
+      <object class="tel" data="fax:+1.415.555.1239">call me</object>
+      <area class="tel" href="fax:+1.415.555.1240">call me</area>
+      
+      <a class="tel" href="modem:+1.415.555.1241">call me</a>
+      <object class="tel" data="modem:+1.415.555.1242">call me</object>
+      <area class="tel" href="modem:+1.415.555.1243">call me</area>
+      
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/22-adr.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/22-adr.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/22-adr.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/22-adr.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>22-adr</title>
+    <link rel="alternate" href="22-adr.vcf" type="text/directory" />
+  </head>
+  <body>
+<!--     TODO: add test for 'extended' -->
+    <div class="vcard">
+      <p class="fn">John Doe</p>
+      <p class="adr">
+        <span class="street-address">1231 Main St.</span>
+        <span class="locality">Beverly Hills</span>
+        <span class="region">California</span>
+        <span class="country-name">United States of America</span>
+        <span class="postal-code">90210</span>
+      </p>
+<!--       multiple street-addresses, should produce a comma-seperated list -->
+      <p class="adr">
+        <span class="post-office-box">PO Box 1234</span>
+        <span class="street-address">1232 Main St.</span>
+        <span class="street-address">Suite 100</span>
+        <span class="locality">Beverly Hills</span>
+        <span class="region">California</span>
+        <span class="country-name">United States of America</span>
+        <span class="postal-code">90210</span>
+      </p>
+<!--       one type subproperty -->
+      <p class="adr">
+        <span class="type">home</span>
+        <span class="street-address">1233 Main St.</span>
+        <span class="locality">Beverly Hills</span>
+        <span class="region">California</span>
+        <span class="country-name">United States of America</span>
+        <span class="postal-code">90210</span>
+      </p>
+<!-- many type subproperties, each with their own class name -->
+      <div class="adr">
+        <ul>
+          <li class="type">dom</li>
+          <li class="type">intl</li>
+          <li class="type">postal</li>
+          <li class="type">parcel</li>
+          <li class="type">home</li>
+          <li class="type">work</li>
+          <li class="type">pref</li>
+        </ul>
+
+        <span class="street-address">1234 Main St.</span>
+        <span class="locality">Beverly Hills</span>
+        <span class="region">California</span>
+        <span class="country-name">United States of America</span>
+        <span class="postal-code">90210</span>
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/23-abbr-title-everything.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/23-abbr-title-everything.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/23-abbr-title-everything.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/23-abbr-title-everything.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,72 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>21-abbr-title-everything</title>
+    <link rel="alternate" href="21-abbr-title-everything.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+<!-- perhaps the most annoying test ever -->
+      <abbr class="fn" title="John Doe">foo</abbr>
+      <span class="n">
+        <abbr class="honorific-prefix" title="Mister">Mr.</abbr>
+        <abbr class="given-name" title="Jonathan">John</abbr>
+        <abbr class="additional-name" title="John">J</abbr>
+        <abbr class="family-name" title="Doe-Smith">Doe</abbr>
+        <abbr class="honorific-suffix" title="Medical Doctor">M.D</abbr>
+      </span>
+      <abbr class="nickname" title="JJ">jj</abbr>
+      <abbr class="bday" title="2006-04-04">April 4, 2006</abbr>
+      <span class="adr">
+        <abbr class="post-office-box" title="Box 1234">B. 1234</abbr>
+        <abbr class="extended-address" title="Suite 100">Ste. 100</abbr>
+        <abbr class="street-address" title="123 Fake Street">123 Fake St.</abbr>
+        <abbr class="locality" title="San Francisco">San Fran</abbr>
+        <abbr class="region" title="California">CA</abbr>
+        <abbr class="postal-code" title="12345-6789">12345</abbr>
+        <abbr class="country-name" title="United States of America">USA</abbr>
+        <abbr class="type" title="work">workplace</abbr>
+      </span>
+      <abbr class="tel" title="415.555.1234">1234</abbr>
+      <abbr class="tel-type-value" title="work">workplace</abbr>
+<!--       mailer  -->
+      <abbr class="tz" title="-0700">Pacific Time</abbr>
+      <span class="geo">
+        <abbr class="latitude" title="37.77">Northern</abbr>
+        <abbr class="longitude" title="-122.41">California</abbr>
+      </span>
+      <abbr class="title" title="President">pres.</abbr> and
+      <abbr class="role" title="Chief">cat wrangler</abbr>
+<!--       <span class="agent"></span> -->
+      <span class="org">
+        <abbr class="organization-name" title="Intellicorp">foo</abbr>
+        <abbr class="organization-unit" title="Intelligence">bar</abbr>
+      </span>
+<!--       <abbr class="category" title=""></abbr> -->
+      <abbr class="note" title="this is a note">this is not a note</abbr>
+<!--       <abbr class="rev" title=""></abbr>  (revision datetime) -->
+<!--       <abbr class="sort-string" title=""></abbr> -->
+      <abbr class="uid" title="abcdefghijklmnopqrstuvwxyz">alpha</abbr>
+      <abbr class="class" title="public">pub</abbr>
+<!--       <abbr class="key" title=""></abbr> -->
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/25-geo-abbr.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/25-geo-abbr.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/25-geo-abbr.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/25-geo-abbr.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>25-geo-abbr</title>
+    <link rel="alternate" href="25-geo-abbr.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <abbr class="geo" title="30.267991;-97.739568"><span class="fn org">Paradise</span></abbr>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/26-ancestors.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/26-ancestors.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/26-ancestors.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/26-ancestors.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,81 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>26-ancestors</title>
+    <link rel="alternate" href="26-ancestors.vcf" type="text/directory" />
+  </head>
+  <body>
+<!--     This test is to make sure that parsers look at ancestors, not just children.-->
+    <div class="vcard">
+      <!-- perhaps the second most annoying test ever -->
+      <div>
+        <span class="fn"><span>John</span> <span>Doe</span></span>
+          <span class="n">
+            <span>
+              <span class="honorific-prefix"><strong>Mister</strong></span>
+              <span class="given-name"><i>Jonathan</i></span>
+              <span class="additional-name"><b>John</b></span>
+              <span class="family-name"><em>Doe-Smith</em></span>
+              <span class="honorific-suffix">Medical Doctor</span>
+            </span>
+          </span>
+          <span class="nickname"><span>JJ</span></span>
+          <span class="bday">2006-04-04</span>
+          <span class="adr">
+           <span>
+              <span class="post-office-box"><samp>Box 1234</samp></span>
+              <span class="extended-address"><dfn>Suite 100</dfn></span>
+              <span class="street-address"><span>123 Fake Street</span></span>
+              <span class="locality"><em>San Francisco</em></span>
+              <span class="region"><strong>California</strong></span>
+              <span class="postal-code"><abbr>12345-6789</abbr></span>
+              <span class="country-name"><acronym>United States of America</acronym></span>
+              <span class="type"><span>work</span></span>
+            </span>
+          </span>
+          <span class="tel"><span>415</span>.<span>555</span>.<span>1234</span></span>
+          <span class="tel-type-value">work</span>
+    <!--   @TODO    mailer?  -->
+          <span class="tz"><span>-0700</span></span>
+          <span class="geo">
+            <span>
+              <span class="latitude"><code>37.77</code></span>
+              <span class="longitude"><tt>-122.41</tt></span>
+            </span>
+          </span>
+          <span class="title"><strong>President</strong></span> and
+          <span class="role"><em>Chief</em></span>
+    <!--       <span class="agent</span> @TODO -->
+          <span class="org">
+            <span class="organization-name"><strong>Intellicorp</strong></span>
+            <span class="organization-unit"><em>Intelligence</em></span>
+          </span>
+    <!--   @TODO    <span class="category"></span> -->
+          <span class="note"><cite>this is a note</cite></span>
+    <!--  @TODO     <span class="rev"></span>  (revision datetime) -->
+    <!--  @TODO     <span class="sort-string"></span> -->
+          <span class="uid"><kbd>abcdefghijklmnopqrstuvwxyz</kbd></span>
+          <span class="class"><samp>public</samp></span>
+    <!--  @TODO     <span class="key"></span> -->
+      </div>
+    </div>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/27-bday-date.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/27-bday-date.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/27-bday-date.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/27-bday-date.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>27-bday-date</title>
+    <link rel="alternate" href="27-bday-date.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn">john doe</span>,
+      <abbr class="bday" title="2000-01-01">January 1st, 2000</abbr>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/28-bday-datetime.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/28-bday-datetime.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/28-bday-datetime.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/28-bday-datetime.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>28-bday-datetime</title>
+    <link rel="alternate" href="28-bday-datetime.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn">john doe</span>,
+      <abbr class="bday" title="2000-01-01T00:00:00">January 1st, 2000 at midnight</abbr>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/29-bday-datetime-timezone.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/29-bday-datetime-timezone.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/29-bday-datetime-timezone.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/29-bday-datetime-timezone.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,31 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>29-bday-datetime-timezone</title>
+    <link rel="alternate" href="29-bday-datetime-timezone.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn">john doe</span>,
+      <abbr class="bday" title="2000-01-01T00:00:00-0800">January 1st, 2000 at midnight on the north american west coast</abbr>
+    </p>
+  </body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/30-fn-org.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/30-fn-org.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/30-fn-org.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/30-fn-org.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head><title>FN/ORG stuff</title>
+  <link rel="alternate" href="FN/ORG stuff.vcf" type="text/directory" />
+</head>
+<body>
+<div class="vcard">
+ <div class="fn org">W3C</div>
+</div>
+
+<div class="vcard">
+ <div class="fn">Dan Connolly</div>
+ <div class="org">W3C</div>
+</div>
+
+<div class="vcard">
+ <img class="fn" src="http://www.w3.org/Icons/w3c_home" alt="W3C" />
+ <div class="org">W3C</div>
+</div>
+
+<div class="vcard">
+ <object data="http://www.w3.org/Icons/w3c_home">
+  <abbr class="fn org" title="World Wide Web Consortium">W3C</abbr>
+ </object>
+</div>
+
+</body>
+</html>

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/31-include.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/31-include.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/31-include.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/31-include.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,47 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>31-include</title>
+  <link rel="alternate" href="31-include.vcf" type="text/directory" />
+</head>
+<body>
+  <p id="email1"><a href="mailto:correct@example.com" class="email">my email</a></p>
+  <p id="email2"><a href="mailto:incorrect@example.com" class="email">my email</a></p>
+  <div class="vcard">
+    <a class="url fn" href="http://suda.co.uk/">Brian Suda</a>
+    <object data="#email1" class="include" type="text/html"/>
+    <object data="#email2" type="text/html"/>
+  </div>
+
+  <div class="vcard">
+    <a class="url fn" href="http://suda.co.uk/">Brian Suda</a>
+    <a href="#email1" class="include"></a>
+    <a href="#email2"/>
+  </div>
+
+  <div class="vcard">
+    <a class="url fn" href="http://suda.co.uk/">Brian Suda</a>
+    <a href="#email1" class="include"/>
+    <a href="#email2"/>
+  </div>
+
+</body>
+</html>
\ No newline at end of file

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/32-header.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/32-header.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/32-header.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/32-header.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html>
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>32-header</title>
+  <link rel="alternate" href="32-header.vcf" type="text/directory" />
+</head>
+<body>
+  <table>
+  <tr>
+    <th id="org" ><a class="url org" href="http://example.org/">example.org</a></th>
+  </tr>
+  <tr>
+    <td class="vcard" headers="org"><span class="fn">Brian Suda</span></td>
+  </tr>
+  <tr>
+    <td class="vcard" headers="org"><span class="fn">John Doe</span></td>
+  </tr>
+  <tr>
+    <td class="vcard" headers="missing"><span class="fn">Jane Doe</span></td>
+  </tr>
+  </table>
+</body>
+
+</html>

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/33-area.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/33-area.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/33-area.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/33-area.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,66 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>33-area</title>
+  <link rel="alternate" href="33-area.vcf" type="text/directory" />
+</head>
+<body>
+<div class="vcard">
+  <map id="mailto-test-1">
+    <area class="fn email" href="mailto:joe@example.com" alt="Joe Public"/>
+    <area class="url" href="http://example.com/" alt="my website!" />
+  </map>
+</div>
+
+<div class="vcard">
+  <map id="mailto-test-2">
+    <area class="fn email" href="mailto:joe@example.com" alt="Joe Public"/>
+    <area class="url" href="http://example.com/" alt="my website!" />
+    <area class="org" href="http://example.com/" alt="Joe Public" />
+  </map>
+</div>
+
+<div class="vcard">
+  <map id="mailto-test-3">
+    <area class="fn email" href="mailto:joe@example.com" alt="Joe Public"/>
+    <area class="url" href="http://example.com/" alt="my website!" />
+  </map>
+  <img class="org" src="http://example.com/" alt="Joe Public" />
+</div>
+
+<div class="vcard">
+  <map id="mailto-test-4">
+    <area class="fn email" href="mailto:joe@example.com" alt="Joe Public"/>
+    <area class="url" href="http://example.com/" alt="my website!" />
+  </map>
+  <div class="org">Joe Public</div>
+</div>
+
+<div class="vcard">
+  <map id="mailto-test-5">
+    <area class="fn email" href="mailto:joe@example.com" alt="Joe Public"/>
+    <area class="url" href="http://example.com/" alt="my website!" />
+  </map>
+  <abbr class="org" title="Joe Public">Joe</abbr>
+</div>
+
+</body>
+</html>

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/34-notes.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/34-notes.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/34-notes.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/34-notes.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,35 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>34-notes</title>
+  <link rel="alternate" href="34-notes.vcf" type="text/directory" />
+</head>
+<body>
+<div class="vcard">
+<a class="fn email" href="mailto:joe@example.com">Joe Public</a>
+<span class="note">Note 1</span>
+<span class="foorbar">Note 2</span>
+<span class="note foorbar">Note 3</span>
+<span class="note foorbar">Note 4 with a ; and a , to be escaped<!-- this <strong>should</strong> be ignored--></span>
+</div>
+
+</body>
+</html>

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/35-include-pattern.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/35-include-pattern.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/35-include-pattern.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/35-include-pattern.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,52 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <title>35-include-pattern</title>
+  <link rel="alternate" href="35-include-pattern.vcf" type="text/directory" />
+</head>
+<body>
+<div class="vcard">
+ <span class="fn n" id="j">
+  <span class="given-name">James</span> <span class="family-name">Levine</span>
+ </span>
+</div>
+
+<div class="vcard">
+ <object data="#j" class="include" type="text/html"></object>
+ <span class="org">SimplyHired</span>
+ <span class="title">Microformat Brainstormer</span>
+</div>
+
+<div class="vcard">
+ <span class="fn n" id="j2">
+  <span class="given-name">James</span> <span class="family-name">Levine</span>
+ </span>
+ <span class="org">SimplyHired</span>
+ <span class="title">Microformat Brainstormer</span>
+</div>
+
+
+<p>example from <a
+href="http://microformats.org/wiki/include-pattern">include-pattern</a>
+wiki topic last modified 08:58, 2 Mar 2006.</p>
+</body>
+
+</html>

Added: incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/36-categories.html
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/36-categories.html?rev=1371537&view=auto
==============================================================================
--- incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/36-categories.html (added)
+++ incubator/any23/trunk/test-resources/src/test/resources/microformats/hcard/36-categories.html Fri Aug 10 00:40:13 2012
@@ -0,0 +1,55 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+    <title>36-categories</title>
+    <link rel="alternate" href="36-categories.vcf" type="text/directory" />
+  </head>
+  <body>
+    <p class="vcard">
+      <span class="fn">john doe</span>,
+      <abbr class="category" title="C1">C1a</abbr>
+      <a class="category" href="http://example.com" title="C2">C2a</a>
+      <a class="category" href="http://example.com/tag/C3" rel="tag" title="C3a">C3b</a>
+      <img class="category" src="http://example.com/" alt="C4"/>
+      <a class="category" href="http://example.com/tag/C5/" rel="tag" title="C5a">C5b</a>
+
+      <a class="category" href="http://example.com/tag/C6?tag=false" rel="tag" title="C6a">C6b</a>
+      <a class="category" href="http://example.com/tag/C7#anchor" rel="tag" title="C7a">C7b</a>
+      <a class="category" href="http://example.com/tag/C8?tag=trailing-slash/" rel="tag" title="C8a">C8b</a>
+      <a class="category" href="http://example.com/tag/C9/?tag=trailing-slash/" rel="tag" title="C9a">C9b</a>
+	  
+      <a class="category" href="http://example.com/tag/D1" rel="other tag" title="C9a">C9b</a>
+      <a class="category" href="http://example.com/tag/D2" rel="tag other" title="C9a">C9b</a>
+      <a class="category" href="http://example.com/tag/D3" rel="other tag foo" title="C9a">C9b</a>
+      <a class="category" href="http://example.com/tag/D4" rel="no-tag" title="C9a">C9b</a>
+
+    </p>
+
+
+    <div class="vcard">
+      <span class="fn n">
+        <span class="given-name">Joe</span> <span class="family-name">User</span>
+      </span>
+      <span class="category">User</span>
+      <a class="category" rel="tag" href="http://example.com/tag/luser">a big luser!</a>
+    </div>
+  </body>
+</html>
\ No newline at end of file