Hi all, I've got a little question for you all.
For the last week, I had been working on a Flash/XML presentation which finally got completed. Now that it's completed, I thought it would be an enjoyable experience to create a static presentation using the same XML data with PHP.
Now I'm not too fluent w/ XML at this point and the more I read about it, the more I've come to understand how much I have to fix in the Flash/XML presentation. But that's beside the point...
Anyways, I looked around for an example of an XML parser in PHP and it seems relatively simple. My question is, how would I go about adding CSS functionality to the XML tags. I added HTML tags within the XML doc and I have just read it's a very bad thing to do...
This was how I was previously having the text work w/ CSS.
<xmlTag><h1>TItle</h1></xmlTag>
But is there a better way of doing this? Actually, what is the RIGHT way of doing all this stuff?
Any help would be rad. Thanks a ton guys. 🙂