xsl-list
[Top] [All Lists]

Re[2]: [xsl] Creating a classification hierarcy by using XSLT to nest similarly named elements

2007-01-20 06:26:33
Saturday, January 20, 2007, 4:17:18 PM, you wrote:
CC> Since "CATEGORY" will always be the most general (or
CC> root level) in my classification scheme, my
CC> <xsl:template match="EntityData"> needs to be more
CC> speicific.  I believe I should only match when
CC> <xsl:template match="EntityData"> AND <Attribute
CC> name="CLASSIFICATION_LEVEL" type="string"> is equal to
CC> "CATEGORY".

CC> Can you tell me how to express this?

<xsl:template match="EntityData[Attribute[. = 'CLASSIFICATION_LEVEL']]"/>



-- 
Alexey                            mailto:nikolaenkov(_at_)actimind(_dot_)com


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>