Comment afficher des liens avec XML-XSL dans Mozilla ?
J’ai eu du mal à trouver:
Marchent sur Mozilla:
XML:
<link><ref>http://www.mozilla.com/en-US/</ref><t>Mozilla Firefox</t></link>
<a1>W3C</a1>
XSL:
<xsl:template match=”index/link”>
<a href=”{ref/text()}”><xsl:apply-templates select=”t”/></a>
</xsl:template>
<xsl:template match=”a1″>
<A XML-LINK=”LINK” HREF=”http://www.w3.org/”><xsl:apply-templates/></A>
</xsl:template>
Autres pages sur XML:
Mourad: http://tal-p3.wordpress.com/2009/05/23/comment-creez-notre-site-de-document-structure/
Moi : http://tal-p3.wordpress.com/2009/05/18/devoir-loupy-%E2%80%93-ri-pour-le-mardi-26-mai/
Françoise Del Socorro
leave a comment


