Odd XML parsing behavior

2003-10-13 Thread Rich Z
Maybe I'm just being a NAG here, but here's what's happening: I'm parsing 2 RSS feeds when a page loads with MX's xmlparse function. First thing I noticed was that even though the files were local, it wasn't very quick. I put some trace code in and noticed that the first time the xmlparse

Re: Odd XML parsing behavior

2003-10-13 Thread Massimo Foti
And while we're on the topic: are there better alternatives to MX's native XML support? You can call a Java parser directly and do pretty much whatever you want with it... BTW I have an old quote on this: I have yet to come across an XML system where the true performance bottleneck is XML

RE: Odd XML parsing behavior

2003-10-13 Thread Rich Z
Foti [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 9:30 AM To: CF-Talk Subject: Re: Odd XML parsing behavior And while we're on the topic: are there better alternatives to MX's native XML support? You can call a Java parser directly and do pretty much whatever you want