Yes I have found that.. In fact I think I've tried all the functions on that page.. ha
Then I guess my other problem is that my xml file has wayyy to many extra attributes that are not needed to be read into the array.. When I run that function with my xml file it takes over 4 seconds to load because of all the extra attributes I do not need to read.. Also, my xml file has no values really.. All the data I'm collecting are attributes.....
User Profile
Collapse
-
Hi Dormilich.. Thanks for replying!!
I did use SimpleXML originally, but my files were taking way to long to load.. I did some searching and came across XmlReader... When loading the same XML file using XmlReader it loads almost instantly, and that's what I'm looking for.. Problem is there's not too many tutorials or examples that I can find so I'm forced to go to the forums.. When I was searching for answers on XmlReader I came across...Leave a comment:
-
Could it be the && in the query? Try replacing that with AND..Leave a comment:
-
-
How to order XML while using XmlReader Class...
I'm just learning about the XmlReader Class and I've been racking my brain on this for quite some time and just cant seem to get anywhere because I don't know the proper way to do so..
I'm trying to read the xml using the XmlReader Class but I would also like to order the events by date, if possible, and then display them as html..
Here is a small example of what I'm looking for:
XML
...Code:<?xml version="1.0"
No activity results to display
Show More
Leave a comment: