-
boen_robot changed the public information on the PHP - XML_XSLT2Processor project.
2009-07-30 12:19:22 UTC by boen_robot
-
boen_robot changed the public information on the PHP - XML_XSLT2Processor project.
2009-07-30 12:19:22 UTC by boen_robot
-
boen_robot changed the public information on the PHP - XML_XSLT2Processor project.
2009-07-30 12:19:22 UTC by boen_robot
-
boen_robot changed the public information on the PHP - XML_XSLT2Processor project.
2009-07-30 12:19:22 UTC by boen_robot
-
> I noticed that your code has several layers of errors (warnings, etc) in
> the Saxon section but not in the Altova section. Is there a way to get
> Altova and XML_XSLT2Processor to ignore this error and render the html
> anyway? Or do I need to switch to Saxon?
I haven't seen this before... so what you're saying is AltovaXML isn't recovering from an otherwise recoverable...
2009-05-28 17:47:02 UTC by boen_robot
-
Thank you for replying, I am glad you are still around!
I was able to get XML_XSLT2Processor installed using the constructor you referenced above. However, I was getting errors during the transformation.
I took the offending file and opened it with Altova's XMLSpy and used their XSL Transformation command to weed out the various errors in the xsl files. When I finally got the xml file to...
2009-05-28 17:27:04 UTC by tcarnes
-
SourceForge just lost my entire reply while I was logging in! AArgh!
2009-05-28 17:14:47 UTC by tcarnes
-
By default, SAXON is the default XSLT processor. Furthermore, XML_XSLT2Processor will use the command line interface by default, regardless of processor, and will thus require a binary. You'll have to explictly tell it to use AltovaXML *and* to use the COM interface instead of the CLI. To do that, use the following for the constructor:
===
new XML_XSLT2Processor('AltovaXML', null, 'COM');
===.
2009-05-28 16:53:43 UTC by boen_robot
-
I'm trying to install XML_XSLT2Processor and am having problems. Since we already use Altova's XMLSpy, we decided to use AltovaXML for our XSLT translator. I have the COM interface installed, and it is listed in the registry of our webserver (Windows IIS). But XML_XSLT2Processor still doesn't seem to be able to find the AltovaXML.
The error I'm getting is: "Unable to automatically...
2009-05-27 19:19:52 UTC by tcarnes