Topic awaiting preservation: Translator: Perl -> PHP (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Berlin, Germany |
posted 06-18-2003 15:38
Hi, code: use strict;
|
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 06-18-2003 16:13
u-neek: I'm sure there are ways and means to convert between the 2 but this: quote:
|
Bipolar (III) Inmate From: Berlin, Germany |
posted 06-18-2003 17:13
I've installed both, XSLT & XML for PHP following a tutorial at http://www.phpbeginner.com/ and phpinfo() tells me, that it works correct. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-18-2003 18:05
I haven't worked with XSLT in php but I have done XML parsing. And it's relatively easy. The PHP XML functions tend to work very simliarly to the Perl Library functions. |
Bipolar (III) Inmate From: Berlin, Germany |
posted 06-18-2003 18:29
WHOOOOOHOOO! code: function modeEdit() {
|