This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Dumb questions from a newbie


> My question is about being able to write xsl to pull data out of mdb
> files?  Is this possible?

mdb is Microsoft Access I assume?

Yes, it's quite possible, but you have to become familiar with writing
extension functions. With Saxon this means using Java and JDBC. There are
example extensions in Saxon to *write* to a database via a JDBC driver (I
actually use Microsoft Access for testing), and it's not hard to extrapolate
from these to query a database via SQL SELECT statements. If you ask on the
Saxon list at SourceForge, you'll probably find another user with code that
will get you started.

Mike Kay


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]