You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/10/06 14:54:21 UTC

svn commit: r453626 - /incubator/xap/trunk/src/xap/taghandling/plugin.xml

Author: mturyn
Date: Fri Oct  6 07:54:20 2006
New Revision: 453626

URL: http://svn.apache.org/viewvc?view=rev&rev=453626
Log:
Added formatter tag mappings.

Modified:
    incubator/xap/trunk/src/xap/taghandling/plugin.xml

Modified: incubator/xap/trunk/src/xap/taghandling/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/taghandling/plugin.xml?view=diff&rev=453626&r1=453625&r2=453626
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Fri Oct  6 07:54:20 2006
@@ -25,6 +25,15 @@
 			name="iterator"/>
 	</tag-mappings>
 	
+	<!-- mappings that apply to the document named "formatters" -->
+	<tag-mappings namespace="http://www.openxal.org/data" document="formatters">
+		<mapping class="xap.data.bridge.FormatterBridge"
+			name="formatter"/>
+		<mapping class="xap.data.bridge.DecimalFormatterBridge"
+			name="decimalFormatter"/>			
+	</tag-mappings>
+	
+	
 
 	<!-- default mappings -->
 	<tag-mappings namespace="http://www.openxal.org/xal" document="xal">