This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Replacing images with alt tags - PART 2



  I was assuming that Jacob Glenn had used <xsl:apply-templates
  select='img'/>, but I see that I didn't say that.  If he did use
  select='img' as I assumed, a template with match='a/img' would not
  necessarily be invoked, while a template with match='img' would.

No. However the apply-templates was used, if there is an img element
with parent a in the current node list then the template matching a/img
will fire as it has higher default priority.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]