From 69014c0374ae8acbc0c93b3d43f28264791dca75 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Sat, 2 Nov 2013 11:07:15 -0400 Subject: yelp-build: Better Mallard templates to determine files to copy Instead of a second run using a stripped down stylesheet, we now use the primary stylesheet, which gives us access to the same logic of which elements to process, including conditional processing. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=709951 --- xslt/Makefile.am | 1 + xslt/mal-files.xsl | 249 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 250 insertions(+) create mode 100644 xslt/mal-files.xsl (limited to 'xslt') diff --git a/xslt/Makefile.am b/xslt/Makefile.am index 2c26e6d..5dd0ef4 100644 --- a/xslt/Makefile.am +++ b/xslt/Makefile.am @@ -4,6 +4,7 @@ xsl_DATA = \ comments.xsl \ mal-epub.xsl \ mal-opf.xsl \ + mal-files.xsl \ mal-ncx.xsl \ mal-status.xsl \ mal-rng.xsl diff --git a/xslt/mal-files.xsl b/xslt/mal-files.xsl new file mode 100644 index 0000000..9ecabe0 --- /dev/null +++ b/xslt/mal-files.xsl @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.1