RE: [xsl] unconnected elements?

Subject: RE: [xsl] unconnected elements?
From: Joshua.Kuswadi@xxxxxxxxxxxxxxxxxxxx
Date: Wed, 14 Nov 2001 13:00:33 +1100
> 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