jvanzyl     01/05/13 09:00:08

  Modified:    conf/master TurbineResources.master
  Log:
  - adding configuration options for the XSLT service.
  
  Revision  Changes    Path
  1.73      +11 -1     jakarta-turbine/conf/master/TurbineResources.master
  
  Index: TurbineResources.master
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine/conf/master/TurbineResources.master,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- TurbineResources.master   2001/05/10 17:13:10     1.72
  +++ TurbineResources.master   2001/05/13 16:00:07     1.73
  @@ -1,5 +1,5 @@
   # -------------------------------------------------------------------
  -# $Id: TurbineResources.master,v 1.72 2001/05/10 17:13:10 jvanzyl Exp $
  +# $Id: TurbineResources.master,v 1.73 2001/05/13 16:00:07 jvanzyl Exp $
   #
   # This is the configuration file for Turbine.
   #
  @@ -421,6 +421,7 @@
   services.PullService.classname=org.apache.turbine.services.pull.TurbinePullService
   
#services.IntakeService.classname=org.apache.turbine.services.intake.TurbineIntakeService
   
services.TemplateService.classname=org.apache.turbine.services.template.TurbineTemplateService
  +services.XSLTService.classname=org.apache.turbine.services.xslt.TurbineXSLTService
   
   # Turn on the appropriate template service.
   @TEMPLATE_SERVICE@
  @@ -909,6 +910,15 @@
   # 
services.FactoryService.factory.javax.xml.parsers.DocumentBuilder=org.foo.xml.DomBuilderFactory
   # 
services.FactoryService.factory.javax.xml.parsers.SAXParser=org.foo.xml.SaxParserFactory
   # 
services.FactoryService.factory.java.net.ServerSocket=org.foo.net.SslServerSocketFactory
  +
  +#--------------------------------------------------------------------
  +#
  +# X S L T  S E R V I C E
  +#
  +#--------------------------------------------------------------------
  +
  +services.XSLTService.path = /path/to/stylesheets
  +services.XSLTService.cache = false
   
   #--------------------------------------------------------------------
   #
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to