Subject: RE: storing translatable text outside stylesheets
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Mon, 18 Jun 2001 13:13:56 +0200
|
> > However, when I add this reference to the entity file to
> the top of my
> > stylesheet:
> > <!DOCTYPE xsl:stylesheet [
> > <!ENTITY % stylesheettext SYSTEM "stylesheettext.ent"> ]>
>
> You've declared a parameter entity that references an
> external file that
> presumably contains the definitions of a number of general
> entities such as
> &symbol; . But you haven't invoked this parameter entity, so
> the definitions
> of your general entities are not actually processed.
Of course!! Stupid me :(
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|