1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="livre.xsl" type="text/xsl" ?>
<personnes>
<personne>
<nom>Dupond</nom>
<montag>
<![CDATA[<br><center><a href="javascript:openPopup('popup_1.html', 'pop_1');">
<img src="icons\pop.gif" WIDTH="40" HEIGHT="40" BORDER="0"></a></center><br>]]>
</montag>
</personne>
<personne>
<nom>Durant</nom>
<montag>
<![CDATA[<br><center><a href="javascript:openPopup('popup_2.html', 'pop_2');">
<img src="icons\pop.gif" WIDTH="40" HEIGHT="40" BORDER="0"></a></center><br>]]>
</montag>
</personne>
</personnes> |
Partager