Subject: RE: meaning of "contain" in the XSLT spec
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Fri, 1 Oct 1999 14:34:07 -0600
|
David Carlisle wrote:
> I think `contains' when applied to elements _does_
> consistently refer to child relationship.
Hrm. Section 5.4, for example, reads:
This example processes all of the heading elements
contained in the book element.
<xsl:template match="book">
<fo:block>
<xsl:apply-templates select=".//heading"/>
</fo:block>
</xsl:template>
But I hate to nitpick :)
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|