XSLT w/PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gareth_western
    Junior Member
    • May 2004
    • 11

    #1

    XSLT w/PHP

    Hi,
    Is PHP configured with the XSLT module?
    Cheers!
    ~Gareth
  • sdjl
    Senior Member
    • Mar 2004
    • 502

    #2
    I don't think PHP does to be honest. I just had a look an nothing jumped out at me in the PHP info file.

    I could be wrong however, after all i'm just a customer

    David
    -----
    Do you fear the obsolescence of the metanarrative apparatus of legitimation?

    Comment

    • Buddha
      Senior Member
      • Mar 2004
      • 825

      #3
      Don't see it on cPanel33.

      './configure' '--prefix=/usr' '--with-xml' '--enable-bcmath' '--enable-calendar' '--with-curl' '--enable-exif' '--with-swf=/usr/local/flash' '--enable-ftp' '--with-gd' '--with-jpeg-dir=/usr/local' '--with-png-dir=/usr' '--with-xpm-dir=/usr/X11R6' '--with-gettext' '--with-imap' '--with-imap-ssl' '--with-kerberos' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mcrypt' '--with-mhash' '--enable-magic-quotes' '--with-mysql=/usr' '--with-openssl' '--enable-discard-path' '--with-pear' '--enable-sockets' '--enable-track-vars' '--with-ttf' '--with-freetype-dir=/usr' '--enable-gd-native-ttf' '--enable-versioning' '--enable-wddx' '--with-xmlrpc' '--with-zip' '--with-zlib'
      "Whatcha mean I shouldn't be rude to my clients?! If you want polite then there will be a substantial fee increase." - Buddha

      Comment

      • AndrewT
        Administrator
        • Mar 2004
        • 3655

        #4
        No, that is not something that we offer.

        Comment

        • gareth_western
          Junior Member
          • May 2004
          • 11

          #5
          ...

          aw

          Comment

          • gareth_western
            Junior Member
            • May 2004
            • 11

            #6
            Can anyone recommend some good ways for applying XSLT stylesheets to XML documents then? I've tried some client-side Javascript methods but they don't seem to work...

            I'd like to apply a stylesheet to an XML document and then output the transformed document to a new URI...

            Comment

            • sdjl
              Senior Member
              • Mar 2004
              • 502

              #7
              Could you maybe look at using Perl, CGI or Python rather than PHP?
              -----
              Do you fear the obsolescence of the metanarrative apparatus of legitimation?

              Comment

              • gareth_western
                Junior Member
                • May 2004
                • 11

                #8
                Sounds scary, but yeah i'll give something else a shot

                Cheers!

                Comment

                • waltonics
                  Junior Member
                  • Nov 2004
                  • 28

                  #9
                  On the php front, you could look into XML Tranformer, part of the PEAR library:


                  Comment

                  Working...