[PHP] PHP XML

2001-12-07 Thread Steve Haemelinck
Hi Guys I am developing with PHP and XML. Now I experience some problem with the processing instructions of xml (?xml version=1.0 encoding=UTF-8?) which causes PHP to return a parsing error. This is logical because ? is also the short-tag processing instruction for PHP. Does anybody got an idea

Re: [PHP] PHP XML

2001-12-07 Thread Mike Eheler
You could also do it like: ?= '?xml version=1.0 encoding=UTF-8?' ? Mike Steve Haemelinck wrote: Hi Guys I am developing with PHP and XML. Now I experience some problem with the processing instructions of xml (?xml version=1.0 encoding=UTF-8?) which causes PHP to return a parsing error. This

Re: [PHP] PHP XML

2001-12-07 Thread Erik Price
I thought that short tags were illegal in XHTML and XML. But I could be wrong. On Friday, December 7, 2001, at 01:53 PM, Steve Haemelinck wrote: Hi Guys I am developing with PHP and XML. Now I experience some problem with the processing instructions of xml (?xml version=1.0

[PHP] snmpv3 for php4 and later

2001-12-07 Thread Yan nick
Hi, I need to use snmpv3 function in php4. One day, someone called Harrie Hazewinkel from Twente University has modified ext/snmp to include functions that supported SNMPV3. But that was for PhP3, what about php4 ? I found a package for php4 : http://www.ncinter.net/~bert/php-snmp-v4.tar.gz

<    1   2