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; 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