Subject: Re: template matching
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 5 Feb 2004 16:42:54 GMT
|
> Sorry - I wasn't being very clear. I was suprised to get output
> without an <xsl:value-of select="."/>
you have an apply-templates, the default template on a text node copies
the text.
> I was expecting the standard default template to be invoked for the
> <sub1> <sub2> elements because there is no template provided to match
> them.
Yes. This will do nothing on the elements themselves, but recurse on the
contents.
Also of course you are aplying templates to teh white space nodes used
for indentation in the original file so all line breaks and spaces there
will be copied as well.
David
--
http://www.dcarlisle.demon.co.uk/matthew
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: template matching, (continued)
- cknell - Wed, 4 Feb 2004 09:45:13 -0500 (EST)
- Varley, Roger - Wed, 4 Feb 2004 09:52:25 -0500 (EST)
- Varley, Roger - Thu, 5 Feb 2004 10:52:53 -0500 (EST)
- David Carlisle - Thu, 5 Feb 2004 11:43:49 -0500 (EST) <=
- Wendell Piez - Thu, 5 Feb 2004 14:11:32 -0500 (EST)
- Peter Flynn - Fri, 6 Feb 2004 09:04:42 -0500 (EST)
- james walker - Fri, 6 Feb 2004 08:19:14 -0500 (EST)
|
|