• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Character entities

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just learned a neat little trick to declare character entities at the top of my XSLT stylesheets. See following code.



I'd like to put these in separarate XSLT file and use <xsl:include> to include them in stylesheets where I need them. My include file looks like:



However, when I try to include the include file using the following code:



I get a transformation error. Can these entities be maintained in an include file? If so, can someone provide an examples of how to do so?
 
reply
    Bookmark Topic Watch Topic
  • New Topic