[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] saxon with sql extension and attribute template values
Subject: RE: [xsl] saxon with sql extension and attribute template values
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 26 Jun 2007 18:33:10 +0100
|
> 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/
|