matts 2003/07/10 06:14:45
Modified: . Changes Log: Added latest changes Revision Changes Path 1.13 +7 -2 xml-axkit/Changes Index: Changes =================================================================== RCS file: /home/cvs/xml-axkit/Changes,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Changes 18 Mar 2003 08:43:40 -0000 1.12 +++ Changes 10 Jul 2003 13:14:45 -0000 1.13 @@ -1,8 +1,13 @@ AxKit Changes 1.7-ALPHA - Made processors added via AxAddDynamicProcessor appear in their proper - order based on the order in which they appear in the config files (rather than simply - appended on to the current processing chain). + order based on the order in which they appear in the config files + (rather than simply appended on to the current processing chain). + - AxAdd*Processor outside of <AxStyleName> blocks now are global, instead + of in the '#default' style name + - XSP attribute values are now interpolated like in XSLT, to save you + having <xsp:attribute> tags all over your XSP code. + 1.6.1 - Added AxExternalEncoding option including TransHandler - Made AxHandleDirs work as documented (updated File provider)