[PHP] xsl + xml

2006-09-20 Thread José Manuel Peso Echarri
Hi people, I am looking for a library that mix xsl and xml producing output in xhtml at server side. I have readed about sablotron and libxsl, but i am confused. Which is the best alternative in perfomance terms for the versions 4.2, 4.3? is there some way for preprocess xsl or let ir in

[PHP] xsl / xslt in php 4+

2006-04-07 Thread jonathan
I'm working on a piece of an application that we'd like to distribute to other sites. Basically, it would be a REST application where the client would transform the xml into html. I'd like to xsl for the transformation but was curious about how prevelant xsl is installed in a shared

Re: [PHP] xsl / xslt in php 4+

2006-04-07 Thread Anthony Ettinger
My ISP has php5 with all the xml goodies installed, I'm not sure if that's typical or not, php5 is still relatively new for shared hosting providers to rollout. My previous ISP only has php 4. On 4/7/06, jonathan [EMAIL PROTECTED] wrote: I'm working on a piece of an application that we'd like

[PHP] XSL namespaces and callbacks

2005-08-12 Thread Torgny Bjers
competitive feature for the PHP XSL implementation. Warm Regards, Torgny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XSL custom xmlns/urn in PHP5 for callbacks

2005-08-02 Thread Torgny Bjers
Hello, I recently started working with PHP5 after having spent quite some time with C#.NET (at work), and I was wondering if there's a way to create a custom callback namespace for XSL in PHP5? The example below should illustrate what I need: ?xml version=1.0 encoding=UTF-8? xsl:stylesheet

[PHP] XSL problem

2005-04-18 Thread Jeremy Reynolds
I'm very new to XML and XSL and feel very helpless about a problem I am having. I've tried several message boards with no luck. The problem I am having is this... === Problem: can't retrieve the 1 from the ERRORCODE tag. I've narrowed down the source to the xmlns attribute

RE: [PHP] XSL problem

2005-04-18 Thread Jared Williams
=== Problem: can't retrieve the 1 from the ERRORCODE tag. I've narrowed down the source to the xmlns attribute inside the FMPXMLRESULT tag. Still can't figure out how to code it to grab the 1 though. Any ideas? I've tried: /ERRORCODE FMPXMLRESULT/ERRORCODE

[PHP] XSL was:Re: [PHP] Is that a PECL in your pants?

2004-07-01 Thread raditha dissanayake
- Edwin - wrote: As far as XSLT and XSL, the one is prefered over the other. What do you mean by this? XSLT is preferred over XSL? Any reasons why you can point me to? Thanks again. I probably should have edited that part out, I only know that through rumors. I'm unfamiliar

[PHP] PHP + XSL-FO

2004-04-02 Thread Juan Torres
Hello, can PHP parser a XML file with a XSL-FO file to generate a PDF file? Greetings. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP + XSL-FO

2004-04-02 Thread Ray Hunter
On Fri, 2004-04-02 at 06:57, Juan Torres wrote: can PHP parser a XML file with a XSL-FO file to generate a PDF file? sure if you set it up properly! /ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XSL-FO

2004-02-18 Thread Juan Torres
Hi, Does PHP allow parser a XML with a XSL-FO and create a PDF? Greetings. Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XSL

2004-01-24 Thread Aidan Lister
I am attempting to put this in my XSL, a href=xsl:value-of select=link /, However I get a ton of errors. How do I do this properly? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php + xsl + xsm

2002-12-18 Thread Hristina
hello! I have the following problem: table border=1 xsl:for-each select=manifactures/man xsl:if test=(position() mod 6) = 1 TR TD xsl:value-of select=.//TD TD xsl:value-of select=following-sibling::man[position()=1]/ /TD

[PHP] XSL again...

2001-02-06 Thread Nicolas Peralta
Hi! Well, A little question. Does anyone know any way of to use XSL with PHP3("3") without Sablot library? I Know that if I migrate to PHP4 this problem doesn't exist, but We have many servers to migrate, it's a little complicated. I hope that anyone understand me... =) Thanks! Nicolas