Re: [xsl] Simple (external XML) internationalization with XSLT?

Subject: Re: [xsl] Simple (external XML) internationalization with XSLT?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 3 Oct 2005 17:26:18 +0100
  Cannot I write something like this?:

  <i18n:text key="1" />


well you have to write something that's an xslt instruction not just a
literal result element. Normally You'd want to use
<xsl:value-of select="key(something,something else) "/>

but your posting didn't give any indication of really of what depended
on what. presuably your real lookup file had more than one entry, and 
your real stylesheet doesn't hard code the values that are being looked
up?

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread