From 6265f7f4be3a54a8a27330918c59ef16da458124 Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Sun, 20 Jul 2014 20:02:55 +0200
Subject: Split page datasource entry into title and content * 'h1' node is
used as title and any other node as content * modified result page
transformation accordingly
---
source/02_data/pages.xsl | 11 ++++++++++-
source/03_result/page.xsl | 5 +++--
2 files changed, 13 insertions(+), 3 deletions(-)
(limited to 'source')
diff --git a/source/02_data/pages.xsl b/source/02_data/pages.xsl
index 85ea8ca..f2360c1 100644
--- a/source/02_data/pages.xsl
+++ b/source/02_data/pages.xsl
@@ -23,11 +23,20 @@
-
+
/usr/bin/markdown
+
+
+
+
+
+
+
+
+
diff --git a/source/03_result/page.xsl b/source/03_result/page.xsl
index f6113f3..e3839a7 100644
--- a/source/03_result/page.xsl
+++ b/source/03_result/page.xsl
@@ -23,12 +23,13 @@
-
+
-
+
+
--
cgit v1.2.3