ivelin      2002/11/16 10:54:11

  Modified:    src/webapp/samples/xmlform sitemap.xmap overview.html
  Log:
  1) logging to the xmlform.log file
  2) Switched to Xalan, because of unexpected behaviour with the latest XSLTC.
  Problem reported to the Xalan group.
  
  Revision  Changes    Path
  1.13      +3 -3      xml-cocoon2/src/webapp/samples/xmlform/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/sitemap.xmap,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- sitemap.xmap      27 Oct 2002 07:27:44 -0000      1.12
  +++ sitemap.xmap      16 Nov 2002 18:54:11 -0000      1.13
  @@ -4,8 +4,8 @@
     <!-- =========================== Components ================================ -->
     <map:components> 
       <map:actions>
  -      <map:action name="WizardAction" 
src="org.apache.cocoon.samples.xmlform.WizardAction"  
logger="sitemap.action.xmlform.wizard"/>
  -      <map:action name="UsageFeedbackAction" 
src="org.apache.cocoon.samples.xmlform.UsageFeedbackAction"  
logger="sitemap.action.xmlform.UsageFeedback"/>
  +      <map:action name="WizardAction" 
src="org.apache.cocoon.samples.xmlform.WizardAction"  
logger="xmlform.sitemap.action.wizard"/>
  +      <map:action name="UsageFeedbackAction" 
src="org.apache.cocoon.samples.xmlform.UsageFeedbackAction"  
logger="xmlform.sitemap.action.UsageFeedback"/>
       </map:actions>
     </map:components>
   
  @@ -72,7 +72,7 @@
              <map:transform type="xmlform"  label="xml"/>
        
              <!-- personalizing the look and feel of the form controls  -->
  -           <map:transform src="stylesheets/wizard2html.xsl" />
  +           <map:transform type="xalan" src="stylesheets/wizard2html.xsl" />
        
              <!-- Transforming the XMLForm controls to HTML controls -->
              <map:transform 
src="context://samples/stylesheets/xmlform/xmlform2html.xsl" />
  
  
  
  1.5       +2 -2      xml-cocoon2/src/webapp/samples/xmlform/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/samples/xmlform/overview.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- overview.html     28 Jul 2002 18:30:22 -0000      1.4
  +++ overview.html     16 Nov 2002 18:54:11 -0000      1.5
  @@ -43,11 +43,11 @@
   <br/>
   
   Click 
  -<a href="UsageFeedbackService?publish=false">here for a valid sample request</a>
  +<a href="UsageFeedbackService?firstName=good&amp;publish=false">here for a valid 
sample request</a>
    <br/>
   
   Click 
  -<a href="UsageFeedbackService?firstName=bad&publish=false">here for an invalid 
sample request</a>.
  +<a href="UsageFeedbackService?firstName=bad&amp;publish=false">here for an invalid 
sample request</a>.
   </p>
   
   </body>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to