You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cd...@apache.org on 2006/08/08 11:24:30 UTC

svn commit: r429614 - in /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php: output.xmap resources/stylesheets/php/document2php.xsl resources/stylesheets/php/html-to-php.xsl

Author: cdupoirieux
Date: Tue Aug  8 02:24:30 2006
New Revision: 429614

URL: http://svn.apache.org/viewvc?rev=429614&view=rev
Log:
FOR-697 - This plugin has been forgotten...

Added:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/html-to-php.xsl
      - copied unchanged from r424227, forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/document2php.xsl
Removed:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/resources/stylesheets/php/document2php.xsl
Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap?rev=429614&r1=429613&r2=429614&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.php/output.xmap Tue Aug  8 02:24:30 2006
@@ -24,7 +24,7 @@
     <!-- PHP Documentation -->
     <map:match type="regexp" pattern="^(.*?)([^/]*).php$">
       <map:generate src="cocoon://{1}{2}.html"/>
-      <map:transform src="resources/stylesheets/php/document2php.xsl"/>
+      <map:transform src="resources/stylesheets/php/html-to-php.xsl"/>
       <map:serialize type="html"/>
     </map:match>