vgritsenko 02/04/15 18:09:37 Modified: src/documentation/xdocs Tag: cocoon_2_0_3_branch tutorial.xml Log: correct xsl file reference Revision Changes Path No revision No revision 1.3.2.1 +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.3.2.1 diff -u -r1.3 -r1.3.2.1 --- tutorial.xml 23 Feb 2002 23:28:15 -0000 1.3 +++ tutorial.xml 16 Apr 2002 01:09:37 -0000 1.3.2.1 @@ -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]