RE: [xsl] Encoding attribute

Subject: RE: [xsl] Encoding attribute
From: David.Pawson@xxxxxxxxxxx
Date: Fri, 30 Jan 2004 08:07:31 -0000
http://www.dpawson.co.uk/xsl/sect2/N3573.html#d3821e78

Shows how to define an entity (change it to & euro ; )
and let you use it as you want.

HTH DaveP


    I hope anybody can help me with this silly question.
    I don't understand very well what kind of encoding I must 
    utilice. I live in Spain and I read that I must utilice 
    ISO-8859-1 characters and I put always in XML files the 
    <?xml version="1.0" encoding="ISO-8859-1"?>  and in the XSL 
    files when I want to escape HTML I put always <?xml version="1.0"
    encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
    <xsl:output method="html"/>
    The problem is when I want to put some "especial" 
    characters like "EUR" , non-breaking espaces, etc... I put in 
    the XSL StyleSheet when I want to display "euro" character 
    &euro; &#8364; but whith &euro; he tells me "Entity 
    Reference not defined" and with &#8364; I see another character.
    Any suggestion, please?
    
    
    
    
    
     XSL-List info and archive:  
    http://www.mulberrytech.com/xsl/xsl-list
    

- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

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


Current Thread