kip 2003/08/23 01:50:52
Added: t/htdocs/style/directives/style 01_AxAddProcessor.xsl Log: XSL stylesheet from earlier test. Revision Changes Path 1.1 xml-axkit/t/htdocs/style/directives/style/01_AxAddProcessor.xsl Index: 01_AxAddProcessor.xsl =================================================================== <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="root"> <root>Child text added</root> </xsl:template> </xsl:stylesheet>