Major XML Parsing problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jbruett
Forum Newbie
Posts: 2
Joined: Tue Jun 22, 2004 1:25 pm

Major XML Parsing problems

Post by jbruett »

Hey all, I have looked all over the place for this infomation and haven't been able to find anything...and maybe i am missing it. What i am trying to do is pull infomation out of an xml file and then creating a dynamic page with the information. sometimes the information appears and sometimes it doesn't, it's like the parser, which i got off a tutorial from one of the better tut sites (don't remember which one), just doesn't want to display the xml information, it displays the static html fine....Anyone ever have a problem like this?
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

There are plenty of tutorials out there, googling for it is the first choice and not very difficult. The second choice would be to use the search-functionality on this board. You end up with thread like this:
http://www.devnetwork.net/forums/viewto ... hlight=xml
jbruett
Forum Newbie
Posts: 2
Joined: Tue Jun 22, 2004 1:25 pm

???

Post by jbruett »

any particular reason that you posted the same thing three times and you don't show up as last posted on the forum thread page...

either way that isn't important. The other part of this whole thing is that as i was reading the values out of the xml file I was putting them into a dynamic array.

only other thing that I wasn't sure about is if the byte size that you use in fopen() might make something like this happen, I wouldn't think so, but maybe you can shed some light on that?

I wish i could just post the code, but i don't have it, when i couldn't get it to work i deleted it and used a static table instead.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

duplicate posts removed
Post Reply