On this webpage there's a good example of connecting to a database
http://www.saxonica.com/documentatio...n/example.html
However i'm confused the way the drivers are managed
for example:
<xsl:param name="driver" select="'sun.jdbc.odbc.JdbcOdbcDriver'"/>
<xsl:param name="database" select="'jdbc:odbc:test'"/>
if i'm working with mysql, if i leave it the same, would that work? or the select inside the driver needs to changed?
also i was trying to follow the example but i didn't understand this part:
Register this database as a JDBC data source. (If you use Microsoft Access, register it as an ODBC data source called, say, Books, and then it will automatically be available under JDBC as "jdbc:odbc:Books".