xsl-list
[Top] [All Lists]

Re: xsl data type problem? two values appear to be equal but ...

2005-12-13 09:23:19
<xsl:with-param name="ds-predecessor" 
select="/fssc/component-list/processes/process[data-sinks/data-sink[(_dot_)=(_at_)id]]"
 />

This is saying "is the string value of data-sink equal to the id
attribute of data-sink", whereas I think you meant to check against id
attribute of the context node, eg:

/data-sink[. = current()/@id]

cheers
andrew

--~------------------------------------------------------------------
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>