xsl-list
[Top] [All Lists]

RE: [xsl] saxon with sql extension and attribute template values

2007-06-26 10:33:56
connection is an AVT so it should be connection="{$connection}".

Sorry, that part of the response was wrong. The connection attribute is an
XPath expression, not an AVT, so it should be written
connection="$connection".

Michael Kay
http://www.saxonica.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>
--~--