diff options
Diffstat (limited to 'source/02_data')
-rw-r--r-- | source/02_data/articles.xsl | 2 | ||||
-rw-r--r-- | source/02_data/pages.xsl | 2 | ||||
-rw-r--r-- | source/02_data/tags.xsl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source/02_data/articles.xsl b/source/02_data/articles.xsl index 7b951df..3a71cc2 100644 --- a/source/02_data/articles.xsl +++ b/source/02_data/articles.xsl @@ -11,7 +11,7 @@ <xsl:include href="[utility/datasource.xsl]"/> <xsl:variable name="meta"> - <datasource type="main" mode="full" source="target/01_files/source.xml" target="files"/> + <datasource type="main" mode="full" source="01_files/source.xml" target="files"/> <target mode="plain" value="articles.xml"/> </xsl:variable> diff --git a/source/02_data/pages.xsl b/source/02_data/pages.xsl index 30a14f8..2123dae 100644 --- a/source/02_data/pages.xsl +++ b/source/02_data/pages.xsl @@ -11,7 +11,7 @@ <xsl:include href="[utility/datasource.xsl]"/> <xsl:variable name="meta"> - <datasource type="main" mode="full" source="target/01_files/source.xml" target="files"/> + <datasource type="main" mode="full" source="01_files/source.xml" target="files"/> <target mode="plain" value="pages.xml"/> </xsl:variable> diff --git a/source/02_data/tags.xsl b/source/02_data/tags.xsl index 35c360e..b615213 100644 --- a/source/02_data/tags.xsl +++ b/source/02_data/tags.xsl @@ -7,7 +7,7 @@ <xsl:include href="[utility/datasource.xsl]"/> <xsl:variable name="meta"> - <datasource type="main" mode="full" source="target/01_files/source.xml" target="files"/> + <datasource type="main" mode="full" source="01_files/source.xml" target="files"/> <target mode="plain" value="tags.xml"/> </xsl:variable> |