Fw: Re: RE : suscribe

"jl beuzard" <[email protected]> Thu, 28 Jun 2007 13:22:33 +0200
Newsgroups gmane.text.xml.french.tech
Message-ID <00a101c7b976$9f418820$0500a8c0@opiob>
Qu'est ce qui ne va pas dans cette liste ?

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
        xmlns:date="http://exslt.org/date"
        xmlns:math="http://exslt.org/math"
        xmlns:str="http://exslt.org/strings"
        xmlns:my="http://192.168.0.10/EXSLT/exslt/my"
        xmlns:func="http://exslt.org/functions"
        extension-element-prefixes="math date func my str"
>
    <xsl:import href="exslt/date/date.xsl" />
    <xsl:import href="exslt/math/math.xsl" />
	<xsl:import href="exslt/str/str.xsl" />
	<xsl:import href="exslt/my/my.xsl" />

        <xsl:output method="xml"
                version="1.0"
                encoding="UTF-8"
                media-type="xml"
                omit-xml-declaration="yes"
                indent="yes"/>

        <xsl:template match="/">
                    <xsl:apply-templates/>
        </xsl:template>

        <xsl:template match="root">
            <xsl:apply-templates/>
        </xsl:template>

        <xsl:template match="tst">
            <root>
                <xsl:apply-templates/><xsl:value-of select="math:sin(10)"/>
            </root>
        </xsl:template>

</xsl:stylesheet>

----- Original Message ----- 
From: "jl beuzard" <[email protected]>
To: <[email protected]>
Sent: Thursday, June 28, 2007 2:09 AM
Subject: [xml-tech] Re: RE : suscribe


> Bonjour,
>
> pour utiliser EXSLT dans des xsl en ligne que faut-il faire ?
>
>
>
> --
> Devenez redacteur <XML>fr et contribuez au developpement du
> xml francophone (http://xmlfr.org/infos/redacteurs/) !
>
> Liste de diffusion "[email protected]" (http://xmlfr.org).
>
> Cette liste est a votre disposition pour discuter en francais de
> tout sujet technique lie a XML.
>
> Pour resilier votre abonnement, envoyez un message contenant
> la commande "unsubscribe" a [email protected]
> (mailto:[email protected]?Subject=unsubscribe)
>
>
>
>
> -- 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.476 / Virus Database: 269.9.10/873 - Release Date: 26/06/2007 
> 23:54
>
>