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