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

svn commit: r434576 - /forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml

Author: crossley
Date: Thu Aug 24 17:02:32 2006
New Revision: 434576

URL: http://svn.apache.org/viewvc?rev=434576&view=rev
Log:
Fix example: html2document.xsl to html-to-document.xsl

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml?rev=434576&r1=434575&r2=434576&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/locationmap.xml Thu Aug 24 17:02:32 2006
@@ -202,7 +202,7 @@
         <source>
 &lt;map:match pattern="lenya/**.xml"&gt;
   &lt;map:generate type="html" src="{lm:{0}}" /&gt;
-  &lt;map:transform src="{forrest:forrest.stylesheets}/html2document.xsl" /&gt;
+  &lt;map:transform src="{forrest:forrest.stylesheets}/html-to-document.xsl" /&gt;
   &lt;map:serialize type="xml"/&gt;
 &lt;/map:match&gt;
         </source>