xsl-list
[Top] [All Lists]

Re: [xsl] An XPath expression that avoids writing special case code?

2021-06-17 09:15:35

Am 17.06.2021 um 16:06 schrieb Roger L Costello costello(_at_)mitre(_dot_)org:
<xsl:sequence select="$document/Row[Cell[1]/Data eq $element][Cell[2]/Data eq 
$parent]" />


I think using = helps:


<xsl:sequence select="$document/Row[Cell[1]/Data eq $element][Cell[2]/Data = 
$parent]" />
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

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