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]
Other format: [Raw text]

RE : translation string to element


That's not exactly that:
Consider the following .xml file:

<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
	I am fine
</root>

I want to create a templatethat would produce the following output:

<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
	I am <tag>fine</tag>
</root>

or

<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
	I am &mood;
</root>

or


<?xml version="1.0" encoding="ISO-8859-1"?>
<root>
	I am not fine
</root>

etc.

N. Mazziotta
-----Message d'origine-----
De : owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com] De la part de cutlass
Envoyé : mercredi 17 avril 2002 11:16
À : xsl-list@lists.mulberrytech.com
Objet : Re: [xsl] translation string to element

uhhhh,

<xsl:element name="$string">

</xsl:element>

not quite sure what u mean ?

cheers, jim fuller

----- Original Message ----- 
From: "Nicolas Mazziotta" <Nicolas.Mazziotta@ulg.ac.be>
To: <xsl-list@lists.mulberrytech.com>
Sent: Wednesday, April 17, 2002 10:08 AM
Subject: [xsl] translation string to element


> Hello,
> Can anybody tell me how to translate a string (not a single character
> and not the whole text() of an element) into an element or an entity?
> Best regards.
> 
> N. Mazziotta
> 
> 
>  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]