Question:- Are Root Rules inherited?

Subject: Question:- Are Root Rules inherited?
From: "Frank Boumphrey" <bckman@xxxxxxxxxxxxx>
Date: Fri, 11 Sep 1998 10:54:21 -0400
Hi,

If I have a style sheet with the following rule, and this is the only rule
in the whole style sheet:

<xsl:template match ="/">
    <fo:page-sequence font-family="kidnap">
        <xsl:process-children>
    </fo:page-sequence >
<xsl:template>

Which I apply to this document

<xdoc>
    This should be in the kidnap font
    <para>But what font is this in?</para>
</xdoc>

Will the whole document be in 'kidnap' font, or just the text-node children
of the root element?

TIA.

frank
Frank Boumphrey

XML and style sheet info at Http://www.hypermedic.com/style/index.htm
Author: - Professional Style Sheets for HTML and XML http://www.wrox.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread