From 34fd83a7dcea57fde168183d81781269bd2ca4f9 Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Wed, 4 Dec 2002 00:53:02 +0000 Subject: [PATCH] Modest contribution to help Stefan if he wants to test for Forrest. I doubt this is complete and there should probably be some tweaks to do as it will remove some br formatting (and I did not test yet under Forrest, only from the top of my head). Not perfect, but this should somewhat ease the conversion by doing most of the borring work. cya git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273608 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/ant-site/forrest/anakia2forrest.xsl | 134 +++++++++++++++++++ proposal/ant-site/forrest/build.xml | 18 +++ proposal/ant-site/forrest/project2book.xsl | 36 +++++ 3 files changed, 188 insertions(+) create mode 100644 proposal/ant-site/forrest/anakia2forrest.xsl create mode 100644 proposal/ant-site/forrest/build.xml create mode 100644 proposal/ant-site/forrest/project2book.xsl diff --git a/proposal/ant-site/forrest/anakia2forrest.xsl b/proposal/ant-site/forrest/anakia2forrest.xsl new file mode 100644 index 000000000..f24cead91 --- /dev/null +++ b/proposal/ant-site/forrest/anakia2forrest.xsl @@ -0,0 +1,134 @@ + + + + + + +
+ + + + +
+
+ + + + + + + + + + +
+ <xsl:value-of select="@name"/> + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + axial + + + +
+
+ + + + + + + + +
\ No newline at end of file diff --git a/proposal/ant-site/forrest/build.xml b/proposal/ant-site/forrest/build.xml new file mode 100644 index 000000000..fed24f07f --- /dev/null +++ b/proposal/ant-site/forrest/build.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + diff --git a/proposal/ant-site/forrest/project2book.xsl b/proposal/ant-site/forrest/project2book.xsl new file mode 100644 index 000000000..8ae084160 --- /dev/null +++ b/proposal/ant-site/forrest/project2book.xsl @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file