You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@apache.org on 2002/03/15 14:35:53 UTC

cvs commit: xml-axkit/demo .htaccess

matts       02/03/15 05:35:53

  Modified:    demo     .htaccess
  Log:
  LibXSLT used for error stylesheet
  
  Revision  Changes    Path
  1.3       +1 -0      xml-axkit/demo/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /home/cvs/xml-axkit/demo/.htaccess,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- .htaccess	9 Mar 2002 15:46:32 -0000	1.2
  +++ .htaccess	15 Mar 2002 13:35:53 -0000	1.3
  @@ -19,6 +19,7 @@
   AxDebugLevel 10
   
   ## Specify the stylesheet to be executed on errors
  +AxAddStyleMap text/xsl Apache::AxKit::Language::LibXSLT
   AxErrorStylesheet text/xsl /axkit/stylesheets/error.xsl
   
   #####################################################################