-
jimcollins registered the CFSynergy project.
2006-02-16 15:32:54 UTC in CFSynergy
-
I don't understand the design decision to require a Config object to be passed to initialize a StaticQueryContent object. Why can't I create the object and then pass the Config using a function call? Why use a non-null Constructor? For those of us not working in Java this is a huge PITA.
2005-08-07 00:36:28 UTC in Saxon XSLT and XQuery Processor
-
I can't even use reflection...
<cfset constructor =
loader.LoadClass("net.sf.saxon.query.StaticQueryContext").getConstructor(SaxConfigAry)/>
throws an error ............
2005-08-06 21:40:57 UTC in Saxon XSLT and XQuery Processor
-
Does anyone have any experience using Saxon with ColdFusion? Some sample code would be nice.
Without access to the classpath on shared hosting,
I'm having a classpath issue loading StaticQueryContext
Normally we would use:
<cfset SaxonStaticQuery = loader.LoadClass("net.sf.saxon.query.StaticQueryContext").newInstance()>
using Spike's reflector code, but in this case it...
2005-08-01 05:17:37 UTC in Saxon XSLT and XQuery Processor
-
Or you could just use tsaxon http://mercury.ccil.org/~cowan/XML/tagsoup/tsaxon/
which already has this set up.
2005-07-31 19:45:41 UTC in Saxon XSLT and XQuery Processor