Hi all, first post to this forum.
I currently have some server side scripting going on which creates a
new html page each day which i want to point the igoogle widget to. In
the middle of this html code is the igoogle <module> specifications
and content. Is there a way to strip off the html or get igoogle to
ignore it, the problem is it can't be done server side. for example:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://
www.w3.org/TR/html4/loose.dtd">
<title>Title</title>
<body>
<?xml version="1.0" encoding="UTF-8"?>
<Module>
<ModulePrefs width="500" height="450" title="Kew's
Plant Of the
Day"/>
<Content type="html">
<![CDATA[
<div id="content"> This is the HTML content </div>
]]>
</Content>
</Module>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---