xsl-list
[Top] [All Lists]

RE: connection to Access

2003-12-08 10:28:47
-----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



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