<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet
xmlns:xsl="
[ Lien ]"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:vbdate="urn:schemas-xmlpitstop-com:vbdate"
version="1.0"
>
<msxml:script language="VBScript" implements-prefix="vbdate">
<![CDATA[
Function Lecture()
Lecture = document.location
End Function
]]>
</msxml:script>
<xsl:template match="/">
<html>
<head>
</head>
<body>
<form name="jksearch" method="get" onSubmit="true">
<input name="eocm" type="text" style="width: 160px" />
<input type="submit" value="Search" />
</form>
<xsl:value-of select="vbdate:Lecture()" />
<xsl:call-template name="arbre">
</body>
</html>
</xsl:template>
Comme vous pouvez le voir, je l'utilise dans un xsl et lorsque le navigateur l'éxécute, celui-ci rejette document.Il n'yaurai pas une fonction qui permet de reprendre l'url???