← Prev in month
← Prev in thread
Cover Page creation question
All I am using Bob Stayton’s XSL complete guide to customize a title page but am having a few errors this morning. When I try to create the template as shown in http://www.sagehill.net/docbookxsl/HTMLTitlePage.html Oxygen is kicking out an error that it failed to compile the style sheet and when I look at my mytitlepage.spec.xml file I see an error that the element type “t:templates” must be declared? Any ideas….here’s a snippet of the file. I can send the whole thing if needed Thanks! Kari <!DOCTYPE t:templates [ <!ENTITY hsize0 "10pt"> <!ENTITY hsize1 "12pt"> <!ENTITY hsize2 "14.4pt"> <!ENTITY hsize3 "17.28pt"> <!ENTITY hsize4 "20.736pt"> <!ENTITY hsize5 "24.8832pt"> <!ENTITY hsize0space "7.5pt"> <!-- 0.75 * hsize0 --> <!ENTITY hsize1space "9pt"> <!-- 0.75 * hsize1 --> <!ENTITY hsize2space "10.8pt"> <!-- 0.75 * hsize2 --> <!ENTITY hsize3space "12.96pt"> <!-- 0.75 * hsize3 --> <!ENTITY hsize4space "15.552pt"> <!-- 0.75 * hsize4 --> <!ENTITY hsize5space "18.6624pt"> <!-- 0.75 * hsize5 --> ]> <t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0" xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
← Prev in month
← Prev in thread