Jeudi, 19 juillet 2007

Google Gadgets API

Enregistré dans : XML — Daniel Lemire @ 5:18 pm

La Google Gadgets API est un outil pour construire rapidement de petites applications Web à l’aide d’un simple fichier XML.

Voici un programme très simple:

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="hello world example" />
<Content type="html">
<![CDATA[
Hello, world!
]]>
</Content>
</Module>

Voici un exemple de résultat plus sophistiqué:

ou un autre:

XHTML valide

Powered by WordPress