From bd95151b556ebb16cd9e4987386d0448d2ff38b1 Mon Sep 17 00:00:00 2001 From: defanor Date: Thu, 26 Apr 2018 23:37:31 +0300 Subject: Get rid of in the source XML Metadata is stored directly in document attributes now, no need for a special element here. --- tools/skeleton.xml | 18 ++++----- tools/xml-to-html.xsl | 103 ++++++++++++++++++++++++-------------------------- 2 files changed, 57 insertions(+), 64 deletions(-) diff --git a/tools/skeleton.xml b/tools/skeleton.xml index a65f179..6cd8db6 100644 --- a/tools/skeleton.xml +++ b/tools/skeleton.xml @@ -1,14 +1,12 @@ - - - - + + diff --git a/tools/xml-to-html.xsl b/tools/xml-to-html.xsl index 1b1358d..65441c2 100644 --- a/tools/xml-to-html.xsl +++ b/tools/xml-to-html.xsl @@ -23,68 +23,63 @@ home: https://defanor.uberspace.net/" typeof="dc:Text schema:Article foaf:Document"> - + + + <xsl:value-of select="@title" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - <xsl:value-of select="@title" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + -- cgit v1.2.3