RE: [xsl] connection to Access

Subject: RE: [xsl] connection to Access
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Mon, 8 Dec 2003 18:28:47 +0100
> -----Original Message-----
> From: Iris Benjamin
> 
> In my xslt file, I would like to connect to an Access database 
> and create a
> record containing some of the values that I get from the XML 
> file, and some
> of the results I calculated in the XSLT file (e=c+d for example) :
> 
> I want to : 
> - connect to an Access database  (Is it possible, how?)
> - send an SQL request like INSERT INTO MYTABLE VALUES (A_3_1.xml, 
> $c, $d, $e
> )

Saxon & Xalan have an extension-functions for this type of transaction.

http://saxon.sourceforge.net/saxon7.7/sql-extension.html
http://xml.apache.org/xalan-j/extensionslib.html#sql


Cheers,

Andreas


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread