attribute value matching

Subject: attribute value matching
From: Stephen Yearl <stephen_yearl@xxxxxxx>
Date: Thu, 11 Feb 1999 16:57:39 -0500
Here's a quikie:
MSFT Site Builder workshop on XSL pattern matching has the following
example for matching attributes:

Find all bookstores where the value of the specialty attribute is equal
to "textbooks":

/bookstore[@specialty = "textbooks"]

Why, then does my <xsl:value-of select="archdesc/dsc/.//c[@level =
"series"]/did/unittitle"/> return errors in IE5.0 regarding whitespace
ommission? Adding whitespcae at the required point results in an error
of "missing equals sign between attribute and attribute value".

much obliged,
--
Stephen Yearl, Project Archivist
     stephen_yearl@xxxxxxx
*****************************
Connecticut Historical Society
*****************************
1 Elizabeth Street
Hartford, CT 06105
(860) 236-5621
http://www.chs.org
*****************************



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread