Donate Share

PHP - XML_XSLT2Processor

Code

Programming Languages: PHP, Java

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics svn co https://xslt2processor.svn.sourceforge.net/svnroot/xslt2processor xslt2processor

Show:

What's happening?

  • PHP - XML_XSLT2Processor

    boen_robot changed the public information on the PHP - XML_XSLT2Processor project.

    2009-07-30 12:19:22 UTC by boen_robot

  • PHP - XML_XSLT2Processor

    boen_robot changed the public information on the PHP - XML_XSLT2Processor project.

    2009-07-30 12:19:22 UTC by boen_robot

  • PHP - XML_XSLT2Processor

    boen_robot changed the public information on the PHP - XML_XSLT2Processor project.

    2009-07-30 12:19:22 UTC by boen_robot

  • PHP - XML_XSLT2Processor

    boen_robot changed the public information on the PHP - XML_XSLT2Processor project.

    2009-07-30 12:19:22 UTC by boen_robot

  • Followup: RE: Trying to Install XML_XSLT2Processor

    > 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

  • Followup: RE: Trying to Install XML_XSLT2Processor

    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

  • Followup: RE: Trying to Install XML_XSLT2Processor

    SourceForge just lost my entire reply while I was logging in! AArgh!

    2009-05-28 17:14:47 UTC by tcarnes

  • Followup: RE: Trying to Install XML_XSLT2Processor

    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

  • Trying to Install XML_XSLT2Processor

    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

  • Comment: Windows XP/Vista Only?

    I'm disappointed by that turnout, but honestly, I'm not surprised by it. Unfortunately, I have no idea when/if PHP plans to support XSLT 2.0. I'm betting they'll do it as soon as libxslt supports it (or more likely: shortly after), and when/if that happens depends entirely on libxslt's creators (http://xmlsoft.org/) or a new, not yet existent, open source XSLT 2.0 processor written in C. I...

    2009-03-23 22:37:46 UTC by boen_robot

Our Numbers