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

RE: declare the charset by an output element not the x

Subject: RE: declare the charset by an output element not the xml declaration?
From: "Josh Canfield" <Josh.Canfield@xxxxxxxxxxxx>
Date: Tue, 15 Jun 2004 10:26:42 -0700
xsl charset
You are creating an output element in your html, which html is not going to understand. You need to use a meta tag, as previously mentioned.

The other problem is that by default your output is going to be in UTF-8, unless you have set the serializer to output something different. For example, in Java you can use the Transformer.setOutputProperty() method to override the encoding in the stylesheet.

Josh

-----Original Message-----
From: Markus Hanel [mailto:markus.hanel@xxxxxx]
Sent: Tuesday, June 15, 2004 7:40 AM
To: xsl mailinglist
Subject:  declare the charset by an output element not the xml
declaration?


Hallo,
we want to hold the charset of the stylesheet flexibel. Is it well formed to
give no encoding in the xml declaration but in the output element?

Many thanks,
markus

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

<xsl:template match="/">
<html>
<head>
<xsl:processing-instruction name='output'>
  <xsl:text>method="html"
</xsl:text><xsl:text>encoding="</xsl:text><xsl:value-of
select="$etc/et[attribute::name = 'charset']" /><xsl:text>"</xsl:text>
</xsl:processing-instruction>
<title></title>
</head>

<body>
  <xsl:apply-templates />
</body>
</html>
</xsl:template>


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe@xxxxxxxxxxxxxxxxxxxxxx>
--+--


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.