Hi Mikkel,
Sorry for the late reply, but I needed to attend to some class concerns. I think I need to clarify what I'm attempting and what has stymied me thus far:
Saxonica provides different ways to access their XSLT processor with different levels of support for free and paid.
The ones I've considered for my project -
Saxon-HE(Home Edition) - Uses Java - and as you said will cause a performance hit especially if I perform the XML/XSLT
server-side. I realized that almost immediately. Hence ...
Saxon-CE(Client Edition) - Uses JavaScript - An in-browser solution. My main concern is piping files between the server
and client to perform the necessary SOAP request/response transformations. I am looking at sockets for this.
Saxon/C - C/C++ variant of the Java libraries - looks promising but doesn't support my OS.
I can perform most of the tasks of generating XML, HTML, PDF, and SVG with XSLT alone, so the packages you've suggested would be unnecessary
for my needs. I was hoping that you could provide some practical advice on how to structure the application or the stack. For right now, I've decided
to go the Saxon-CE route which has the most promise so far. Thanks again.
N.