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: storing translatable text outside stylesheets


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


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