Added:
/framework/trunk/piwi/resources/xslt/RstToPiwiTransformation.xsl
Modified:
/framework/trunk/piwi/custom/content/de/features/input/input.cwiki
/framework/trunk/piwi/custom/content/de/features/input/input.docbook
/framework/trunk/piwi/custom/content/de/features/input/input.dwiki
/framework/trunk/piwi/custom/content/en/features/input/input.cwiki
/framework/trunk/piwi/custom/content/en/features/input/input.docbook
/framework/trunk/piwi/custom/content/en/features/input/input.dwiki
=======================================
--- /dev/null
+++ /framework/trunk/piwi/resources/xslt/RstToPiwiTransformation.xsl Sun
Nov 21 08:09:11 2010
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+ <!-- Output configuration -->
+ <xsl:output method="xml" encoding="UTF-8" indent="no"
omit-xml-declaration="yes" />
+
+ <!-- Only evaluate elements under '/body' (ignore the root) -->
+ <xsl:template match="div[@class='body']">
+ <content position="main">
+ <xsl:copy-of select="node()"></xsl:copy-of>
+ </content>
+ </xsl:template>
+</xsl:stylesheet>
=======================================
--- /framework/trunk/piwi/custom/content/de/features/input/input.cwiki Fri
Oct 15 01:28:20 2010
+++ /framework/trunk/piwi/custom/content/de/features/input/input.cwiki Sun
Nov 21 08:09:11 2010
@@ -1,4 +1,4 @@
= Example text =
-Just some exaple paragraph with a heading, some **emphasis** markup and a
+Just some example paragraph with a heading, some **emphasis** markup and a
[[http://ezcomponents.org|link]].
=======================================
--- /framework/trunk/piwi/custom/content/de/features/input/input.docbook
Fri Oct 15 01:28:20 2010
+++ /framework/trunk/piwi/custom/content/de/features/input/input.docbook
Sun Nov 21 08:09:11 2010
@@ -2,7 +2,7 @@
<article xmlns="http://docbook.org/ns/docbook">
<section>
<title>Example text</title>
- <para>Just some exaple paragraph with a heading, some
+ <para>Just some example paragraph with a heading, some
<emphasis Role="strong">emphasis</emphasis> markup and a
<ulink url="http://ezcomponents.org">link</ulink>.</para>
</section>
=======================================
--- /framework/trunk/piwi/custom/content/de/features/input/input.dwiki Fri
Oct 15 01:28:20 2010
+++ /framework/trunk/piwi/custom/content/de/features/input/input.dwiki Sun
Nov 21 08:09:11 2010
@@ -1,4 +1,4 @@
h1. Example text
-Just some exaple paragraph with a heading, some *emphasis* markup and a
+Just some example paragraph with a heading, some *emphasis* markup and a
[link|http://ezcomponents.org].
=======================================
--- /framework/trunk/piwi/custom/content/en/features/input/input.cwiki Fri
Oct 15 01:28:20 2010
+++ /framework/trunk/piwi/custom/content/en/features/input/input.cwiki Sun
Nov 21 08:09:11 2010
@@ -1,4 +1,4 @@
= Example text =
-Just some exaple paragraph with a heading, some **emphasis** markup and a
+Just some example paragraph with a heading, some **emphasis** markup and a
[[http://ezcomponents.org|link]].
=======================================
--- /framework/trunk/piwi/custom/content/en/features/input/input.docbook
Fri Oct 15 01:28:20 2010
+++ /framework/trunk/piwi/custom/content/en/features/input/input.docbook
Sun Nov 21 08:09:11 2010
@@ -2,7 +2,7 @@
<article xmlns="http://docbook.org/ns/docbook">
<section>
<title>Example text</title>
- <para>Just some exaple paragraph with a heading, some
+ <para>Just some example paragraph with a heading, some
<emphasis Role="strong">emphasis</emphasis> markup and a
<ulink url="http://ezcomponents.org">link</ulink>.</para>
</section>
=======================================
--- /framework/trunk/piwi/custom/content/en/features/input/input.dwiki Fri
Oct 15 01:28:20 2010
+++ /framework/trunk/piwi/custom/content/en/features/input/input.dwiki Sun
Nov 21 08:09:11 2010
@@ -1,4 +1,4 @@
h1. Example text
-Just some exaple paragraph with a heading, some *emphasis* markup and a
+Just some example paragraph with a heading, some *emphasis* markup and a
[link|http://ezcomponents.org].