Topic awaiting preservation: xml parser question |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 02-04-2005 01:05
Hi, how are you , guys? I am just started learning XML thing. quote: |
Maniac (V) Inmate From: Cell 53, East Wing |
posted 02-05-2005 04:07
Tekapo: You really need to process the XML server-side to account for browser variations. ASP has been able to handle XML for a while and most Windows servers should be setup to deal with this by default. The Apache/PHP solution is also increasingly powerful but you'd need to check that the XML module was installed. There are also numerous (usually Java-Based) XML tools here: |
Paranoid (IV) Inmate From: Brisbane, Australia |
posted 02-05-2005 14:29
PHP5 comes with both SAX parser and XML DOM support out of the box (DOM also includes validation). PHP4 is a little less XML friendly, but the PEAR libs can make up for that in a pinch. As emps mentioned, ASP and .NET has been XML savvy for some time now, ColdFusion, Python and Perl also have execelent XML support (as does pertty much every other programming environment - C++, C#, Java, Actionscript and so on). |