|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Using in Stylesheets
Deirdre O'Brien a écrit : > > Hi, > > I am trying to put tabs in my HTML output that is generated by a > stylesheet. The only way I know how to do this is to put > in the text. I have tried this using > <xsl:text> </xsl:text> or on its own or within a <xsl:value-of > select=" "/> > > However when I run the stylesheet through the xalan processor I get an > error saying > "The entity 'nbsp' was referenced but not declared." > > Does anybody know how to solve this? > Or is there another way I can get a tab to come out? > > Thanks > Deirdre > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list Hi Deirdre, Your problem is due to the fact that the processor isn't able to know what is representing. You just have to put at the head of your stylesheet the following line and that will be OK. <!DOCTYPE html [ <!ENTITY % characters SYSTEM "../../common/xhtml-lat1.ent"> %characters; ]> Bye David. -- David DELGRANCHE Silicom Region Ouest 80 av des Buttes de Coesmes 35700 RENNES Tel: 02 99 84 17 17 XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








