[Home] [By Thread] [By Date] [Recent Entries]
> How could I output the title element above the prolog element?
process title, insert your prolog, then process body
so instead of
<prolog>
.....
</prolog>
<xsl:apply-templates select="node()"/>
do
<xsl:apply-templates select="title"/>
<prolog>
.....
</prolog>
<xsl:apply-templates select="body"/>
David
|

Cart



