From: Norman Walsh Date: Mon, 28 Jan 2002 13:03:56 +0000 (+0000) Subject: Bug #502952: testtemple.xml was incorrect X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f37b5415b9ea9bc79f17c71a959d7519f6c21f0;p=docbook-dsssl Bug #502952: testtemple.xml was incorrect --- diff --git a/xsl/template/testtemplate.xml b/xsl/template/testtemplate.xml index 9a9c3c857..b8c5ff50f 100644 --- a/xsl/template/testtemplate.xml +++ b/xsl/template/testtemplate.xml @@ -1,38 +1,35 @@ - -docbook.css - - - - <subtitle predicate="[1]"/> - <corpauthor/> - <author/> - <authorgroup> - <t:or> - <corpauthor/> - <author/> - <editor/> - </t:or> - </authorgroup> - <editor/> - <releaseinfo/> - <copyright/> - <pubdate/> - <revision/> - <revhistory/> - <abstract/> -</t:titlepage> - -<t:biblioentry> - <abbrev/> - <title/> - <t:or> +<t:titlepage element="article" wrapper="div" class="titlepage"> + <t:titlepage-content side="recto"> + <title/> + <subtitle/> + <corpauthor/> <authorgroup/> <author/> - </t:or> - <biblioset/> -</t:biblioentry> + <othercredit/> + <releaseinfo/> + <copyright/> + <legalnotice/> + <pubdate/> + <revision/> + <revhistory/> + <abstract/> + </t:titlepage-content> + + <t:titlepage-content side="verso"> + </t:titlepage-content> + + <t:titlepage-separator> + <hr/> + </t:titlepage-separator> + + <t:titlepage-before side="recto"> + </t:titlepage-before> + + <t:titlepage-before side="verso"> + </t:titlepage-before> +</t:titlepage> -</t:templates> \ No newline at end of file +</t:templates>