kip 2003/08/22 23:54:23
Modified: t/conf extra.last.conf.in Log: A few more tests added. Revision Changes Path 1.3 +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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- extra.last.conf.in 6 Aug 2003 19:53:13 -0000 1.2 +++ extra.last.conf.in 23 Aug 2003 06:54:23 -0000 1.3 @@ -53,6 +53,23 @@ AxAddProcessor text/xsl /style/xslt-basic/04_document_2args.xsl </Location> +<Location "/xslt-basic/05_params.xml"> + SetHandler axkit + AxResetProcessors + AxAddProcessor text/xsl /style/xslt-basic/05_params.xsl +</Location> + +########################### +# 'directives' section + +<Location "/directives/style/01_AxAddProcessor.xml"> + SetHandler axkit + AxResetProcessors + AxAddProcessor text/xsl /style/directives/style/01_AxAddProcessor.xsl +</Location> + + + # Test for global styles bug. # only triggered when using a global style AND a media/style combination. # The styles within the AxStyle would leak into the #global array