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: Apply templates + "match all" template


>
> The only thing I have done so far are lists and inline content, so in the
> root node match I write:
>
>  <xsl:template match="/">
>    <doc>
>      <xsl:apply-templates select="list"/>
>    </doc>
>  </xsl:template>
>
Processing continues with those 'list' elements that
are children of '/' and from what I here you tell,
there aren't any.

Regards,
Juliane.

 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]