From f68102afa12e0f5811c478a66a12e55923a2e7ea Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 17 Jun 2001 00:29:35 +0000 Subject: [PATCH] Added in very simple demonstration of XSL templating. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269194 13f79535-47bb-0310-9956-ffa450edef68 --- .../myrmidon/src/make/template-simple.ati | 13 +++++++++++++ .../myrmidon/src/make/template-simple.xsl | 19 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 proposal/myrmidon/src/make/template-simple.ati create mode 100644 proposal/myrmidon/src/make/template-simple.xsl diff --git a/proposal/myrmidon/src/make/template-simple.ati b/proposal/myrmidon/src/make/template-simple.ati new file mode 100644 index 000000000..af5c30e63 --- /dev/null +++ b/proposal/myrmidon/src/make/template-simple.ati @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/proposal/myrmidon/src/make/template-simple.xsl b/proposal/myrmidon/src/make/template-simple.xsl new file mode 100644 index 000000000..c7b1639e6 --- /dev/null +++ b/proposal/myrmidon/src/make/template-simple.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file