From 0939258be1e7bcf780814d8667f7bf6ca684f673 Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 26 Apr 2018 02:17:17 +0300 Subject: Add authoring tools --- tools/xml-to-html.xsl | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 tools/xml-to-html.xsl (limited to 'tools/xml-to-html.xsl') diff --git a/tools/xml-to-html.xsl b/tools/xml-to-html.xsl new file mode 100644 index 0000000..1b1358d --- /dev/null +++ b/tools/xml-to-html.xsl @@ -0,0 +1,90 @@ + + + + + + + + + + + + <!DOCTYPE html> + + + + + + + + + + + + + + <xsl:value-of select="@title" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3