jhm         2003/09/08 06:48:10

  Added:       src/etc/testcases/taskdefs/style testNewerStylesheet.xsl
  Log:
  Test if <style> generates new if the XSL is new.
  Forgotten to "add" before "commit".
  
  Revision  Changes    Path
  1.1                  
ant/src/etc/testcases/taskdefs/style/testNewerStylesheet.xsl
  
  Index: testNewerStylesheet.xsl
  ===================================================================
  <?xml version="1.0"?>
  <xsl:stylesheet
    version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
  
  <xsl:output type="text"/>
  
  <xsl:template match="/">
  ${xsl.value}
  </xsl:template>
  
  </xsl:stylesheet>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to