Hi
I am trying to create an xml file like this
Insteas of theCode:<?xml version="1.0" encoding="UTF-8" ?> <Module> <ModulePrefs title="hello world example" /> <Content type="html"> <![CDATA[ Hello, world! ]]> </Content> </Module>I would like to insert dynamic code. AS i am trying to allow my users to embed dynamic widgets to igoogle.Code:<![CDATA[ Hello, world! ]]>
How can i replace this hello world code with dynamically placed code.
Any suggestions?



Reply With Quote
Bookmarks