Browse Source

Test if <style> generates new if the XSL is new.

Forgotten to "add" before "commit".


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275203 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 22 years ago
parent
commit
f1ed5195f0
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      src/etc/testcases/taskdefs/style/testNewerStylesheet.xsl

+ 12
- 0
src/etc/testcases/taskdefs/style/testNewerStylesheet.xsl View File

@@ -0,0 +1,12 @@
<?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>

Loading…
Cancel
Save