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

encoding problem

Subject: encoding problem
From: pandianoliver@xxxxxxxxxxxx
Date: Mon, 06 May 2002 15:30:47 -0400
java dateformat encoding
Hi gurus

Why the delta decimal code value Δ does not give me the delta sign.  In my xml file, instead of displaying the delta sign it is giving me the decimal code Δ. 

Any help is very much appreciated!! 
Oliver

XML file: 
<?xml version='1.0' encoding='iso-8859-1'?> 
<?xml-stylesheet type='text/xsl' href='../chap1.xsl'?> 
<document id="DOCUMENT 1234"> 
  
<column1>(&#916;)</column1> 
  

XSL file: 
<xsl:stylesheet 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 
version="1.0" 
xmlns:fo="http://www.w3.org/1999/XSL/Format" 
xmlns:func="http://www.exslt.org/functions" 
xmlns:date="java.util.Date" 
xmlns:format="java.text.SimpleDateFormat" 
exclude-result-prefixes="date format"> 

<xsl:template match="document"> 
   <fo:root> 
  
    <fo:layout-master-set> 
      <fo:simple-page-master 
    margin-right="1cm" 
    margin-left="1cm" 
    margin-bottom=".5cm" 
    margin-top="1cm" 
    page-width="21cm" 
    page-height="29.7cm" 
    master-name="Page1"> 
       <fo:region-before extent="1cm"/> 
       <fo:region-body margin-top="1cm" margin-bottom="1in"/> 
       <fo:region-after extent ="1cm"/> 
      </fo:simple-page-master> 
    </fo:layout-master-set> 

<!-- I am doin g a simple value select of the field --> 
<xsl:value-of select="column1"/> 



__________________________________________________________________
Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


 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.