[Home] [By Thread] [By Date] [Recent Entries]
Rob,
A pretty easy workaround to give you what you want is to adapt an "architectural forms" approach. So your match might look like: <xsl:template match="*[@form='content-piece']" mode="mode-1">
<xsl:apply-templates/>
</xsl:template>and in your schema you assign an attribute @form with a fixed value of 'content-piece' to every element you want processed this way. Consider it a kind of poor-man's element typing. Cheers, Wendell At 08:40 AM 9/6/2002, you wrote: Hi, ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ====================================================================== XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



