kip 2003/08/23 12:43:27
Modified: t/conf extra.last.conf.in Log: New locations for new tests Revision Changes Path 1.4 +17 -0 xml-axkit/t/conf/extra.last.conf.in Index: extra.last.conf.in =================================================================== RCS file: /home/cvs/xml-axkit/t/conf/extra.last.conf.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- extra.last.conf.in 23 Aug 2003 06:54:23 -0000 1.3 +++ extra.last.conf.in 23 Aug 2003 19:43:27 -0000 1.4 @@ -61,11 +61,28 @@ ########################### # 'directives' section +########################### <Location "/directives/style/01_AxAddProcessor.xml"> SetHandler axkit AxResetProcessors AxAddProcessor text/xsl /style/directives/style/01_AxAddProcessor.xsl +</Location> + +<Location "/directives/style/larry/"> + SetHandler axkit + AxResetProcessors + AxAddProcessor text/xsl /style/directives/style/02_processor_inheritance_larry.xsl +</Location> + +<Location "/directives/style/larry/moe/"> + SetHandler axkit + AxAddProcessor text/xsl /style/directives/style/02_processor_inheritance_moe.xsl +</Location> + +<Location "/directives/style/larry/moe/curly/02_processor_inheritance.xml"> + SetHandler axkit + AxAddProcessor text/xsl /style/directives/style/02_processor_inheritance_curly.xsl </Location>