Subject: RE: matching complex attributes
From: "Scott Trenda" <Scott.Trenda@xxxxxxxx>
Date: Thu, 24 Jan 2008 13:57:56 -0600
|
contains(@style, 'Italic')
~ Scott
-----Original Message-----
From: Terry Ofner [mailto:tofner@xxxxxxxxxxx]
Sent: Thursday, January 24, 2008 1:54 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: matching complex attributes
I hope that this is a simple matter.
I am trying to match some inline elements with complicated and
potentially variable attributes. Is there a way to match
<inline style="font-family: "TimesNewRomanPS Italic";">
without quoting the entire style description? I have tried
<xsl:template match='inline[@style="font-family:*Italic"]'>
and
<xsl:template match='inline[@style="*Italic*"]'>
Terry
|