Skip to content

Tag Archives: cdata

I want to use underline tag in my xml document. which tag should i use. i know about html, its <u> tag..?

but i have not much or say just no knoweldge of xml… can you please help me for that. <title>abcde</title> <date>~~~~~~~~</date> <description>special deals</description> <main><![CDATA[<img alt="xxxxxxxxxxxxxx This is kind of thing what i am using.. i want to make special deal underlined. please help Thanks a lot

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

Can I use javascript in an XML file?

I have the following code: <item id="img_bla"><![CDATA[<a href="http://www.test.com" target="_blank" active="true"><u>RETURN TO Test.com</u></a>]]></item> I want to have the new window open without the address bar, how can I do that? can I just add menubar="no" toolbar="no" ? If not, can I replace that with javascript code in the XML file?

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