Lunatik3 Serial nounours |
voila ce que cela donne avec un xsl:output method="xml"
Code :
- <?xml version="1.0"?>
- <!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>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <title>pllune ::: graphisme, photoshop, painter</title>
- <link rel="stylesheet" href="style2.css" />
- <script type="text/javascript" src="js/scroll.js"></script>
- <script type="text/javascript" src="js/fonctions.js"><![CDATA[/**/]]></script>
- <script type="text/javascript"><![CDATA[
- function init(){
- var scrollbarNews = new Scrollbar("news","cursor","up","down",3);
- var scrollbarCommentaire = new Scrollbar("derniercommentaire","cursor_c","up_c","down_c",3);
- new Rollover(document.images[1],"images/design/humeur-over.gif" );
- new Rollover(document.images[2],"images/design/articles-over.gif" );
- new Rollover(document.images[3],"images/design/galerie-over.gif" );
- new Rollover(document.images[4],"images/design/liens-over.gif" );
- new Rollover(document.images[5],"images/design/pierrot-over.gif" );
- }
- ]]></script>
- </head>
|
et pour une obscure raison il place mon code js entre <![CDATA[ ]]> |