vgritsenko 02/04/13 17:56:31
Modified: src/documentation/xdocs tutorial.xml
Log:
fix XSL file name
Revision Changes Path
1.4 +3 -3 xml-cocoon2/src/documentation/xdocs/tutorial.xml
Index: tutorial.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/tutorial.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tutorial.xml 23 Feb 2002 23:28:15 -0000 1.3
+++ tutorial.xml 14 Apr 2002 00:56:31 -0000 1.4
@@ -188,7 +188,7 @@
<map:match pattern="**.html">
<map:generate src="docs/{1}.xml"/>
- <map:transform src="stylesheets/ipms.xsl"/>
+ <map:transform src="stylesheets/apache.xsl"/>
<map:serialize/>
</map:match>
@@ -469,11 +469,11 @@
<map:parameter name="form-descriptor"
value="context://docs/department-form.xml"/>
<map:generate type="serverpages" src="docs/confirm-dept.xsp"/>
- <map:transform src="stylesheets/ipms.xsl"/>
+ <map:transform src="stylesheets/apache.xsl"/>
<map:serialize/>
</map:act>
<map:generate type="serverpages" src="docs/{1}-dept.xsp"/>
- <map:transform src="stylesheets/ipms.xsl"/>
+ <map:transform src="stylesheets/apache.xsl"/>
<map:serialize/>
</map:match>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]