> How do you make a match for something like <CENTER></CENTER>
> that'll work
> anywhere in a document?
select="//CENTER"
will find every occurrence of the CENTER element in the source document, however be wary of doing this for performance reasons as the XSLT engine has to look at every element node.
HTH,
Joshua
------------------------------------------------------------------------------
This message and any attachment is confidential and may be privileged or otherwise protected from disclosure. If you have received it by mistake please let us know by reply and then delete it from your system; you should not copy the message or disclose its contents to anyone.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- unconnected elements?
- Michael - Tue, 13 Nov 2001 20:40:03 -0500 (EST)
- <Possible follow-ups>
- Joshua . Kuswadi - Tue, 13 Nov 2001 21:01:45 -0500 (EST) <=
|
|