[Home] [By Thread] [By Date] [Recent Entries]
At 21:15 17-06-2001, Rafael R. Sevilla wrote:
Hello. Is there a way to write an XPath expression that will return each equivalence class on the value of an attribute, i.e. every collection of nodes whose value for a certain attribute are the same e.g. Well, if you were going to match templates on bar, baz, or quux elements, you'd do this: <xsl:template match="bar"> ... </xsl:template> So if you want to match on all elements with an att attribute equal to "bar", try this: <xsl:template match="*[@att='bar']"> ... </xsl:template> If you want to find all such elements, you'd use an expression like "//*[@att='bar']". HTH, Chris -- Christopher R. Maden, XML Consultant DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training <URL: http://crism.maden.org/consulting/ > PGP Fingerprint: BBA6 4085 DED0 E176 D6D4 5DFC AC52 F825 AFEC 58DA XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



