Skip to content

Tag Archives: br

Who is good at parsing XML files using PHP?

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 [...]

How can i get HTML formated text into flash via XML?

here is an example of the code I am using: myXML = new XML(“line one<![CDATA[<br>]]> line two”); _root.textBox = myXML; looks like I was going down the wrong path completely… After backwords engineering something that I know worked I discovered "unescape()"… that did the trick I just droped that pupy in and converted a few [...]

How can I have a newline in xml?

I mean sth like <br> in html