| 
	
 | 
 Posted by Chung Leong on 02/28/06 03:55 
Joshua Morgan wrote: 
> Hey all, 
> 
> I want to create my own XML parser that is completely independent of 
> PHP version (i want it to run on both PHP 4 and 5), and to also not 
> require any dependencies (so that the user DOESN'T have to compile php 
> with --with-xml). 
> 
> Can someone point me in the right direction as to how I can go about 
> this? 
> 
> Thanks, 
> 
> Joshua Morgan 
 
Are you parsing XML files of a particular schema or you want a general 
XML parser? For the former purpose, I have often found it quite easy to 
extract the necessary info using regular expressions.
 
  
Navigation:
[Reply to this message] 
 |