RE: [PHP] xml/xslt capability?

2002-04-29 Thread Christoph Starkmann

Only one letter difference between PGP and PHP yet makes no sense... ;)


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 
 iD8DBQE8zWnJHpvrrTa6L5oRAv5DAJ9Fp8vq7+PPqIiM1Mnqf5sGZlhD5wCfWqan
 TWH60NiXJh5ESsHP0QNLsUY=
 =dJq7
 -END PGP SIGNATURE-

Kiko

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] xml/xslt capability?

2002-04-29 Thread Henning

Nick Wilson wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi all
 I want to get started with xml/xslt, I've read a few things about
 sablotron but am unsure what support my host is running.
 
 If any of you know anything about this subject would you be kind enough
 to look at the phpinfo() I've set up here:
 http://www.explodingnet.com/phpinfo.php and let me know your thoughts as
 to what i have/need to get cracking?



it seems you have this:

http://www.php.net/manual/en/ref.xml.php

when you read this manual you'll find that it's said there for this type 
of xml functions expat is used, and the phpinfo says something about expat.

further on, this type of xml support is turned on with the configure 
command --with-xml, which you see on the very top of the output of 
phpinfo().

xslt seems not to be supported by your provider, dunno how you can still 
use it, but i heard of some php classes that do xml things without those 
modules, but dunno again if they do something with xslt, too.


what you need to get started must be said in conjunction with the task 
you have to solve, read the manual and find you a good tutorial if you 
just want to play around.

and look for xslt functions in the manual to find out more about this.


henning



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] xml/xslt capability?

2002-04-29 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* and then Henning declared
 it seems you have this:
 
 http://www.php.net/manual/en/ref.xml.php

Yes, I've read that thanks.

 xslt seems not to be supported by your provider, dunno how you can still 
 use it, but i heard of some php classes that do xml things without those 
 modules, but dunno again if they do something with xslt, too.

Hmmm wonder how my provider will react if I ask him to recomplile, I
expect not favourably :-)

 what you need to get started must be said in conjunction with the task 
 you have to solve, read the manual and find you a good tutorial if you 
 just want to play around.

Yep, already on it. Though I'd hoped to use Sablotron.

- -- 
Nick Wilson //  www.explodingnet.com



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8zXpAHpvrrTa6L5oRAtyRAKCY00NZYfagm4UDJ6iMCMQU6r7n4ACdHuCp
xmB8/YNircJEqEUfOczJx2s=
=2UKP
-END PGP SIGNATURE-

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php