Search found 9 matches

by mrsweeg
Mon May 09, 2016 4:21 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Adrian,
Nevermind, all set. I was missing the mysql.jar in the lib directory. Duh. Thanks for letting me waste your time!
Matthew
by mrsweeg
Mon May 09, 2016 4:08 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Adrian, thanks for getting back to me. I realize this is from a long ago query but would be great if you could take a look. The "driver" v. "Driver" was actually input by me incorrectly in the post, not in the xslt I have. Just so you have all of the configuration info, I'm using...
by mrsweeg
Fri May 06, 2016 10:18 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Quick question, I just downloaded oxygen 17.1 and with the XSLT I've been using for a while to select bits of data from a mysql database, appears that the driver no longer works; I get the error: SXSQ0003: Failed to load JDBC driver org.gjt.mm.mysql.Driver Using Saxon 9.6.0.7 the xslt I've got to op...
by mrsweeg
Fri Oct 15, 2010 5:15 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Excellent, thanks so much to both of you. works like a charm.
by mrsweeg
Mon Oct 11, 2010 6:44 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Thanks Sorin: I ran the database connect and it all works fine; however I'm still getting errors with the transform. Here is my config file: <?xml version="1.0" encoding="UTF-8"?> <configuration xmlns="http://saxon.sf.net/ns/configuration" edition="PE"> <globa...
by mrsweeg
Fri Oct 08, 2010 8:51 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Adrian, still in a predicament with this. I've downloaded the saxon9-sql.jar from Saxon-EE 9.2. The mysql connector is mysql-connector-java-5.1.13-bin.jar I've got this as my namespace decl: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2...
by mrsweeg
Fri Oct 08, 2010 6:15 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Hey Adrian. Thanks for responding so quickly. I'm trying to connect to a MySQL database and using the com.mysql.jdbc.Driver. I did point the config to the configuration file you posted previously and I also used the xsl you sent to test the connection. In the message I get now that it has connected ...
by mrsweeg
Fri Oct 08, 2010 3:38 pm
Forum: XSLT and FOP
Topic: Saxon SQL Extension
Replies: 32
Views: 18133

Re: Saxon SQL Extension

Hey there, I'm using oXygen 12 and I'm running into problems getting the sql extension to run. I've created the config file you suggested earlier and see that the saxonsql.jar is already bundled (or appears to be bundled) in the lib directory. The sql namespace I'm using is http://saxon.sf.net/sql b...
by mrsweeg
Wed Oct 10, 2007 5:26 pm
Forum: XML Schemas
Topic: XPATH 2.0 matches function in embedded ISO Schematron
Replies: 1
Views: 6440

XPATH 2.0 matches function in embedded ISO Schematron

I'm embedding ISO Schematron rules in my RelaxNG schema (TEIP5 with local extensions) using oXygen 8.2 with Schematron XPath Version set to 2.0; Given this element definition with embedded Schematron assertion: <element name="chronList"> <a:documentation xmlns:a="http://relaxng.org/ns...