XML Parser

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
sjunghare
Forum Newbie
Posts: 16
Joined: Tue Sep 03, 2002 6:22 am
Location: Pune

XML Parser

Post by sjunghare »

Can I use the different parser other than James Clark's EXPAT ? If Yes, How ? It Not Why ?

regards,
Sachin
User avatar
enygma
Site Admin
Posts: 175
Joined: Fri Apr 19, 2002 8:29 am
Location: Dallas, Tx

Post by enygma »

of course, that's what the DOM extenstions are for, silly...
now, shoo - go read the manual
samscripts
Forum Commoner
Posts: 57
Joined: Tue Apr 23, 2002 4:34 pm
Location: London, UK

Post by samscripts »

Here's an article from devArticles.com:

Parsing XML With DOMXML And PHP


and melonfire.com

Using PHP With XML (part 2)

Some links to more php / xml tutorials http://www.phprd.net/categories/XML/Articles/

sam
User avatar
sjunghare
Forum Newbie
Posts: 16
Joined: Tue Sep 03, 2002 6:22 am
Location: Pune

Thanks

Post by sjunghare »

Dear enygma and samscripts,

Its very useful info...I just started on working on XML language.

Thnaks and Regards,
Sachin
Post Reply