[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Iacute

Subject: RE: Iacute
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Tue, 24 Jul 2001 07:04:36 +0200
iacute
So the question was how to *generate* that with XSLT?

Try:

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

<xsl:output encoding="us-ascii" />

<xsl:template match="/">
<html>
	<head>
		<title>&#205;&#237;</title>
	</head>
	<body>
		<p>&#205;&#237;</p>
	</body>
</html>
</xsl:template>

</xsl:transform>

In theory, specifying the output encoding shouldn't be necessary. The
default is Unicode, and if your system is working properly (what environment
do you use), the browser should get enough information to display the data
properly.



> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Carlos Durand
> Silvestrin
> Sent: Monday, July 23, 2001 10:11 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: RES:  Iacute
>
>
> Not directly, but using XSLT
>
> > -----Mensagem original-----
> > De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]Em nome de Julian Reschke
> > Enviada em: segunda-feira, 23 de julho de 2001 16:19
> > Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > Assunto: RE:  Iacute
> >
> >
> > On my system (IE),
> >
> > <html>
> > 	<head>
> >   	<title>&#205;&#237;</title>
> >    </head>
> >    <body>
> >    	<p>&#205;&#237;</p>
> >    </body>
> > </html>
> >
> > works just fine (upper and lower case i acute).
> >
> >
> > > -----Original Message-----
> > > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Carlos Durand
> > > Silvestrin
> > > Sent: Monday, July 23, 2001 9:00 PM
> > > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> > > Subject:  Iacute
> > >
> > >
> > > I want to display the character "Í" in HTML but it's impossible.
> > > I tried to
> > > use unicode "&#0CD;" it generate on HTML the character "Í" but
> > the browser
> > > doesn't show it, only a strange character.I tried to use
> <![CDATA[Í]]>,
> > > nothing... I tried <![CDATA[&Iacute;]]> but the response is
> > "&pamIacute" I
> > > don't know why. What can I do...
> > >
> > >
> > >
> > >  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
>


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.