You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ki...@apache.org on 2003/08/23 10:50:52 UTC

cvs commit: xml-axkit/t/htdocs/style/directives/style 01_AxAddProcessor.xsl

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>