• 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

&nbsp in .xsl

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do I do if I want to have the " " in my .xsl file? When I run the SimpleTransform (IBM LotusXSL) example and have the " " in my .xsl file I get an error: javax.xml.transform.TransformerConfigurationException: The entity "nbsp" was referenced, but not declared.
How do I write so it doesn't think it's an entity?
Problem 2: I want to have the "nowrap" in my HTML tag <td> but the transformer can't handle it.
/Nils
 
reply
    Bookmark Topic Watch Topic
  • New Topic