This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: XSLT Processing Model Questions



<snip>
> because you are specifying a direct path. theoretically, you should have
> one title, so if you match that you take it out of the mix. then you can
> go on to match the rest of your stuff according to the rules you set.
</snip>

thanks rob. I am specifying a direct path where? in the match attribute of the the first template? all the match values in all the
templates in the example stylesheet in section D1 are relative paths.

i do not understand how your answer explains the difference between:

<body>
<xsl:apply-templates/>
</body>

and:

<h1>
<xsl:apply-templates/>
</h1>

in the first, the the results of subsequent templates are appended to the result tree as children of the <body> element. In the
second, the results are appended as following-children of the <h1> element.

thanks again,

dietrich



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]