matts 2002/12/18 05:11:05
Modified: lib/Apache/AxKit/Language SAXMachines.pm Log: SAX Machines needs to ignore stylesheets Revision Changes Path 1.2 +3 -0 xml-axkit/lib/Apache/AxKit/Language/SAXMachines.pm Index: SAXMachines.pm =================================================================== RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/SAXMachines.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SAXMachines.pm 13 May 2002 19:33:28 -0000 1.1 +++ SAXMachines.pm 18 Dec 2002 13:11:05 -0000 1.2 @@ -93,6 +93,9 @@ } +# SAX Machines ignores stylesheets +sub stylesheet_exists { 0 } + 1; __END__