1 Aug 2003 11:39
cvs commit: cocoon-2.1/src/blocks/jxforms/samples/wizard confirm.xml deployment.xml end.xml schematron.xml system.xml userIdentity.xml
<reinhard <at> apache.org>
2003-08-01 09:39:27 GMT
2003-08-01 09:39:27 GMT
reinhard 2003/08/01 02:39:27
Modified: src/blocks/jxforms/samples sitemap.xmap
src/blocks/jxforms/samples/stylesheets jxforms-default.xsl
wizard2html.xsl
src/blocks/jxforms/samples/wizard confirm.xml deployment.xml
end.xml schematron.xml system.xml userIdentity.xml
Log:
- use standard stylesheet for presentation
Revision Changes Path
1.3 +5 -1 cocoon-2.1/src/blocks/jxforms/samples/sitemap.xmap
Index: sitemap.xmap
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/jxforms/samples/sitemap.xmap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sitemap.xmap 20 Jul 2003 22:53:40 -0000 1.2
+++ sitemap.xmap 1 Aug 2003 09:39:27 -0000 1.3
<at> <at> -75,7 +75,11 <at> <at>
<map:generate type="jxforms" src="wizard/{1}.xml"/>
<!-- Personalize the look and feel of the form controls -->
- <map:transform type="xalan" src="stylesheets/wizard2html.xsl" />
+ <!--map:transform type="xalan" src="stylesheets/wizard2html.xsl" /-->
+
+ <map:transform src="context://samples/common/style/xsl/html/complex-page2html.xsl">
+ <map:parameter name="contextPath" value="{request:contextPath}"/>
(Continue reading)
RSS Feed