svn commit: r1078732 - /lenya/branches/BRANCH_2_1_X/src/modules-core/linking/config/sitemap/transformers.xmap

[email protected] Mon, 07 Mar 2011 10:33:55 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: andreas
Date: Mon Mar  7 10:33:55 2011
New Revision: 1078732

URL: http://svn.apache.org/viewvc?rev=1078732&view=rev
Log:
Add area element to link rewriting transformer config.

Modified:
    lenya/branches/BRANCH_2_1_X/src/modules-core/linking/config/sitemap/transformers.xmap

Modified: lenya/branches/BRANCH_2_1_X/src/modules-core/linking/config/sitemap/transformers.xmap
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_1_X/src/modules-core/linking/config/sitemap/transformers.xmap?rev=1078732&r1=1078731&r2=1078732&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_1_X/src/modules-core/linking/config/sitemap/transformers.xmap (original)
+++ lenya/branches/BRANCH_2_1_X/src/modules-core/linking/config/sitemap/transformers.xmap Mon Mar  7 10:33:55 2011
@@ -29,6 +29,7 @@
     <transform namespace="http://www.w3.org/1999/xhtml" element="form" attribute="action"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="script" attribute="src"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="input" attribute="src"/>
+    <transform namespace="http://www.w3.org/1999/xhtml" element="area" attribute="href"/>
     <markBrokenLinks attribute="class" value="brokenlink" messageAttribute="title"/>
   </map:transformer>
     
@@ -41,6 +42,7 @@
     <transform namespace="http://www.w3.org/1999/xhtml" element="form" attribute="action"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="script" attribute="src"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="input" attribute="src"/>
+    <transform namespace="http://www.w3.org/1999/xhtml" element="area" attribute="href"/>
   </map:transformer>
     
   <map:transformer name="proxy" logger="lenya.sitemap.transformer.proxy"
@@ -52,6 +54,7 @@
     <transform namespace="http://www.w3.org/1999/xhtml" element="form" attribute="action"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="script" attribute="src"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="input" attribute="src"/>
+    <transform namespace="http://www.w3.org/1999/xhtml" element="area" attribute="href"/>
   </map:transformer>
 
   <map:transformer name="incoming-proxy" logger="lenya.sitemap.transformer.incoming-proxy"
@@ -63,6 +66,7 @@
     <transform namespace="http://www.w3.org/1999/xhtml" element="form" attribute="action"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="script" attribute="src"/>
     <transform namespace="http://www.w3.org/1999/xhtml" element="input" attribute="src"/>
+    <transform namespace="http://www.w3.org/1999/xhtml" element="area" attribute="href"/>
   </map:transformer>
   
 </xmap>