Re: entities

Subject: Re: entities
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Apr 2000 18:42:53 +0100 (BST)
> xt is complaining because I haven't got eacute defined.
> I have tried including
> entity definition within the xsl file used,

> file:/xslcharacters.xml:393: reference to undefined entity "eacute" 

You didn't show the file xslcharacters.xml but I assume it has 
&eacute; on line 393, and no <!DOCTYPE at the top.

the declaration in this file isn't doing anything as this file
doesn't use the entity.


<!DOCUMENT doc [
<!ENTITY  eacute	"&#x00E9;"><!--	# LATIN SMALL LETTER E WITH ACUTE -->
]>
<doc>

   <file>xslcharacters.xml</file>
</doc>


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


Current Thread
  • entities
    • Dave Pawson - Tue, 18 Apr 2000 18:18:24 +0100
      • David Carlisle - Tue, 18 Apr 2000 18:42:53 +0100 (BST) <=
      • Rick Geimer - Tue, 18 Apr 2000 10:53:29 -0700