English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

For some reason I seriously cannot figure it out. If you know some site where I can learn how to heavily parse XML files with PHP, then that would be good enough. This isn't just simple RSS or anything. This is very complex, multi-layered XML. I am using this for something that's just like Blogger and Xanga, where someone could make blogs. The XML is for themes in something like Blogger, where you would enter <$someVariableName$>, but mine is in completely XML. Some thing like

another post: at $time by $who

$posttext


]]>

If you would like to help me out by maybe even doing all of the source code for parsing the XML, I would really appreciate it, and I will definitely have a link to your site or whatever if you like. For more info just send me a message in my profile for yahoo answers or email me at sharkbaitbobby (((AT))) gmail (((dot))) com.

2006-09-19 09:19:40 · 3 answers · asked by Matt 2 in Computers & Internet Programming & Design

3 answers

You have entered a new world, be prepared!

is the data stored in xml files?.. I guess no, probably a database.
You want to generate xml... OK... good idea. you're php skills should allow you to do that.

parsing xml is no big deal... you just have to find the right lib. don't bother trying to do it all by yourself.

if the data is in xml, and the templates can be written in xml. then the language for you is xsl.

do something!

2006-09-19 10:42:19 · answer #1 · answered by jake cigar™ is retired 7 · 0 0

hi mate

I'm not very skilled in php, but Ive been fighting the same issue lately, trying to make some dynamical flash stuff work.
It helped me a lot looking here: http://simon.incutio.com/archive/2003/04/29/xmlWriter

Although the stuff your doing isn't flash, there are some nice tutorials about php and XML at: http://kirupa.com/

2006-09-19 09:38:05 · answer #2 · answered by larsB 2 · 0 0

I've onlyb een doing PHP for almost a year so I don't know everything, but shouldn't preg functions be enough? Anyways look through IPB source code and find the BBC code coding, and see how it was done.
To the guy below me.. What are you going on about flash for?

2006-09-19 09:33:47 · answer #3 · answered by mattmaul92 3 · 0 0

fedest.com, questions and answers