[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] matching complex attributes


Subject: [xsl] matching complex attributes
From: Terry Ofner <tofner@xxxxxxxxxxx>
Date: Thu, 24 Jan 2008 14:54:02 -0500

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: &#34;TimesNewRomanPS Italic&#34;;">

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


Current Thread