xslj, tables and background colors

Subject: xslj, tables and background colors
From: "Dehne, Patrick" <PATRICK.DEHNE@xxxxxxx>
Date: Fri, 11 Jun 1999 09:08:16 +0100
Hello,

I am trying to layout a simple xml-document, with xslj and the jade rtf
backend. I try to use the background-color attribute of a table-row like
this:

<table-row
  cell-background='true'
  background-color='color color-space "ISO/IEC 10179:1996//Color-Space
Family::Device RGB" (/ 0 255) (/ 0 255) (/ 0 255 )'>

This gives an error while generating the rtf because xslj translates this
into:

(make table-row
background-color: "color color-space \"ISO/IEC 10179:1996//Color-Space
Family::Device RGB\" (/ 0 255) (/ 0 255) (/ 0 255 )"
[...]

which is almost what I wanted. The right thing would be:

(make table-row
background-color: color color-space "ISO/IEC 10179:1996//Color-Space
Family::Device RGB" (/ 0 255) (/ 0 255) (/ 0 255 )
[...]

Are there any workarounds for this? 

Freundliche Grüße / Best regards
Patrick Dehne
----------------------------------------------------------------------------
-------------------------------------
CA Computer Associates GmbH * Zettachring 8a * D-70567  Stuttgart
Associate Consultant - Global Professional Services
Tel.: +49-711/72090-50 * Mobil: 0170/8538002 * Fax: +49-711/72090-11 *
Email: patrick.dehne@xxxxxxx
Internet: International - http://www.cai.com , National -
http://www.cai.com/offices/germany 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread