Ack! Sorry, I changed the wrong equality operator. Change
select="column[@name eq current()/constraint[@type='FOREIGN']/childKey/@name]"
to
select="column[@name = current()/constraint[@type eq
'FOREIGN']/childKey/@name]"
(To oversimplify, the "eq" operator compares singletons; the "="
operator compares sequences.)
--~----------------------------------------------------------------
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
--~--