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

Re: IE5 and entities

Subject: Re: IE5 and entities
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 25 Oct 1999 17:54:56 +0100 (BST)
ccedil xsl
> &ccedil; and &aacute;in my XML/XSL files

If you really need to use these entities you need to define them
in part of a DOCTYPE statement, eg for c cedilla

<!ENTITY ccedil     "&#231;"   ><!--U00E7 =small c, cedilla -->

alternatively you can just use "&#231; directly.

If all your documents are in latin-1 you may prefer to put
<?xml version="1,0" encoding=encoding="iso-8859-1"?>
at the top of youf files and then just type the characters directly
from your keyboars with out using entity references at all.

David


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


Current Thread
  • IE5 and entities
    • Grazi - Mon, 25 Oct 1999 14:23:40 -0200
      • David Carlisle - Mon, 25 Oct 1999 17:54:56 +0100 (BST) <=
      • <Possible follow-ups>
      • Siegfried Haag - Wed, 27 Oct 1999 13:16:42 +0100

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.