|
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript"> function ajouter(){ var mondoc = document.createElement("div"); var monlien = document.getElementById("Lien"); var montexte = mondoc.createTextNode('<xml id="nomIdentifiant" src="test.xml" />'); monlien.insertAfter(mondoc); } </script> </head> <body> <div id="ensemble"> <a href="#" id="Lien" onclick="ajouter()">Ajouter</a> </div> </body> </html>
Configuration: Windows XP Firefox 3.0
Résultats pour Insérer du code xml dans une page xhtml
Résultats pour Insérer du code xml dans une page xhtml
Résultats pour Insérer du code xml dans une page xhtml
Résultats pour Insérer du code xml dans une page xhtml
Résultats pour Insérer du code xml dans une page xhtml