xsl-list
[Top] [All Lists]

Re: unsuspected output

2004-03-01 06:56:36
At 2004-03-01 14:31 +0100, Nikolas Nehmer wrote:
<xsl:apply-templates select="document($file)/*" mode="minimal_list">
        <xsl:with-param name="file" select="$file"/>
</xsl:apply-templates>
...
This XSL should not produce any output except the Heading because the
template which is applied by the apply-templates element is not present
(not included jet). But it produces output, namely the content of
document($file)/* (the select statement in apply-templates). Why?

I'm guessing the built-in template rules are giving you your grief. If you do not supply a template rule for a node that is pushed at your stylesheet, then the built-in template rules are engaged and their behaviour is to continue processing the tree in a hiearchical fashion.

Any suggestions?

Instead of pushing the document element of your remote file, only push the node in the remote file that you want processed.

I hope this helps.

......................... Ken

--
US XSL training: Washington,DC March 15; San Francisco,CA March 22
World-wide on-site corporate, government & user group XML training
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


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



<Prev in Thread] Current Thread [Next in Thread>