Author: cdupoirieux
Date: Thu Oct 19 04:16:57 2006
New Revision: 465577
URL: http://svn.apache.org/viewvc?view=rev&rev=465577
Log:
Add the ability to superseed the transform.odt-forrest.xhtml stylesheet of the
plugin with a fallback mecanism.
(I have tested it to extend the plugin and it works like a charm...)
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/locationmap.xml
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/locationmap.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/locationmap.xml?view=diff&rev=465577&r1=465576&r2=465577
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/locationmap.xml
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.odt/locationmap.xml
Thu Oct 19 04:16:57 2006
@@ -53,7 +53,19 @@
/>
</select>
</match>
+
<match pattern="transform.odt-forrest.xhtml">
+ <select type="exists">
+ <location
+
src="{properties:resources}stylesheets/xslt/odt/odt-to-forrest-xhtml.xsl"
+ />
+ <location
+ src="{lm:std-transform.odt-forrest.xhtml}"
+ />
+ </select>
+ </match>
+
+ <match pattern="std-transform.odt-forrest.xhtml">
<select>
<location
src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.odt/resources/stylesheets/odt-to-forrest-xhtml.xsl"