This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: i18n approach


If we are being pedantic:

<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0"
                >

<xsl:template match="/">
    Nor would your one *grin*
</xsl:template>

</xsl:stylesheet>

-----Original Message-----
From: Dylan Walsh [mailto:Dylan.Walsh@Kadius.com]
Sent: 08 February 2001 09:58
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] i18n approach


<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0"
                >

<xsl:template match="/">
    David,
	That stylesheet wouldn't work with any XML. :-)
</xsl:template>

</xsl:stylesheet>

> -----Original Message-----
> From:	David Carlisle [SMTP:davidc@nag.co.uk]
> Sent:	Monday, February 05, 2001 11:59 PM
> To:	xsl-list@lists.mulberrytech.com
> Subject:	Re: [xsl] i18n approach
> 
> 
> JT> In order to use a single XSLT stylesheet on a particular set of source
> JT> XML files, they need to have something in common.
> 
> 
> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>                 version="1.0"
>                 >
> 
> <xsl:template match="/">
>  Jeni, 
>   just to prove you wrong,
>     David
> </xsl:stylesheet>
> 
> 
> 
> 
> _____________________________________________________________________
> This message has been checked for all known viruses by Star Internet
> delivered
> through the MessageLabs Virus Control Centre. For further information
> visit
> http://www.star.net.uk/stats.asp
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]