Subject: Re: unconnected elements?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 14 Nov 2001 09:24:07 GMT
|
> How do you make a match for something like <CENTER></CENTER> that'll work
> anywhere in a document?
That's the default behaviour of a match pattern.
<xsl:template match="CENTER">
will match any CENTER node.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|