This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: entities



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]