<HTML>
<INCLUDE href = "myclass.xml" />
<VAR id = "C1" type = "myclass" embded = "yes" />
<SET ref = "C1"><NEW type = "myclass" embded = "yes" /></SET>
C1.V2 est egal a : <GET ref = "C1.V2" /> <BR />
On va le modifier et y mettre <INPUT ref = "C1.V2" size = "20" /> <BR />
Si on appuie sur ce boutton, on aura alors sa nouvelle valeur :
<BUTTON>
<EVENT id = "onclick">
alert (<GET ref = "C1.V2" />);
</EVENT>
</BUTTON>
</HTML>