php_domxml.dll DOM, XSLT 2.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • awebguynow

    php_domxml.dll DOM, XSLT 2.0

    Just looking for some clarification on this and what lib/api/doc
    versions are being used.

    I'm using php 5.0.4 as an Apache2 module on WinXP.
    Psuedo-quote "All DOM and XSLT libraries are bundled" - yaa right

    That must be why
    domxml_open_fil e domxml_open_mem fail and

    contains php_domxml.dll

    Its OK, I just wish the docs especially would be straightforward in
    steering people in the right direction. Yes, the afore-mentioned
    functions were originally labeled experimental.

    What library versions are required to use XSLT 2.0 functions ? date
    of updates ?

  • Tony Marston

    #2
    Re: php_domxml.dll DOM, XSLT 2.0

    The XSLT extension that was in PHP 4 (see
    http://www.php.net/manual/en/ref.xslt.php) has been moved into the PECL
    repository and is no longer bundled with PHP 5.0.0. You need to switch to
    the new XSL functions (see http://www.php.net/manual/en/ref.xsl.php)
    instead. This is much faster than the PHP 4 version.

    All you need to do is RTFM.

    --
    Tony Marston

    This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL




    "awebguynow " <i_dvlp@hotmail .com> wrote in message
    news:1135884537 .583833.157510@ g44g2000cwa.goo glegroups.com.. .[color=blue]
    > Just looking for some clarification on this and what lib/api/doc
    > versions are being used.
    >
    > I'm using php 5.0.4 as an Apache2 module on WinXP.
    > Psuedo-quote "All DOM and XSLT libraries are bundled" - yaa right
    >
    > That must be why
    > domxml_open_fil e domxml_open_mem fail and
    > http://snaps.php.net/win32/PECL_5_0/
    > contains php_domxml.dll
    >
    > Its OK, I just wish the docs especially would be straightforward in
    > steering people in the right direction. Yes, the afore-mentioned
    > functions were originally labeled experimental.
    >
    > What library versions are required to use XSLT 2.0 functions ? date
    > of updates ?
    >[/color]


    Comment

    Working...