Subject: Re: FW: Searching the last element
From: Andreas Grytz <agrytz@xxxxxxxxxxxxx>
Date: Fri, 25 Apr 2003 16:37:15 +0200
|
On Fri, Apr 25, 2003 at 02:36:12PM +0100, TSchutzerWeissmann@xxxxxxxxxxxxxxxx wrote:
Hi Tom,
> If you have this
>
> <xsl:template match="text">
> <!-- do something or other -->
> <xsl:apply-templates/>
> </xsl:template>
>
> then you're applying templates to everything inside <text>. This includes
> attributes, text nodes, comments as well as children.
you push me a big step forward in using xsl-stylesheets. Thank you (an
others) very much. Beside the fact, that I have to improve myself about
the basics, this made it easier to go forward.
With your suggestions in mind I could solve some other problems laying
around for a while. What I have done before is "process the document, as
it comes", I think, I moving now a ste forward to "transform the source
into something with a different structure".
Best regards,
Andreas
--
Andreas Grytz | http://www.linuxnewmedia.de
Stefan-George-Ring 24 | Tel: +49 (0) 89 993411-0
D-81929 München | Fax: +49 (0) 89 993411-99
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|