• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

fonts in xslt are not coming through in JSTL

 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have included some colored fonts in my XSLT templates. So I can make capital letters a different color, and so on. These fonts come over fine when I do the transformation using a desktop xml tool (Cooktop), and they come over fine in an org.w3c.dom transformation. But when I move the transformed XML file into JSTL and read the tags there, the fonts don't come through. Any ideas why?

By "fonts" I mean something like

 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So first you transform something using XSLT, and it generates XML containing "font" elements correctly. You have tried that three ways and it always generates the XML that you want.

But when you move the XML into JSTL (I don't know exactly what that means) then the font elements don't appear in the resulting HTML?

So it sounds like your XSLT is working just fine. You appear to have a question about JSTL. So let me move this over to the JSP forum, where questions about JSTL are on-topic. But I must say that more detail about the JSTL would be helpful.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic