Re: horizontal rule in table?

2003-05-29 Thread Clay Leeds
On 5/29/2003 2:29 AM, J.Pietschmann wrote:

Last time I checked this didn't work. Did you try it?
D'oh! I have it working on:
- fo:table
- fo:table-body
- fo:table-cell
...but I hadn't tried it on fo:table-row. Sorry!
I guess he could put it on the fo:table-cells which contain the required 
ELEMENT in question, though.

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: horizontal rule in table?

2003-05-29 Thread J.Pietschmann
Clay Leeds wrote:
This person might also apply a 1pt or 2pt border-top="1pt solid #00" 
to the table-row:


Last time I checked this didn't work. Did you try it?
J.Pietschmann

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: horizontal rule in table?

2003-05-28 Thread Clay Leeds
This person might also apply a 1pt or 2pt border-top="1pt solid #00" 
to the table-row:


  Cancer
  12


  Heart Disease
  30

On 5/28/2003 12:22 AM, Jeremias Maerki wrote:
You could try using the preceding-sibling axis to access the "tr"
element before the "tablerule" and count the number of "td" elements.
That should give you the number of columns.
XSLT questions should be asked on the XSL list:
  http://www.mulberrytech.com/xsl/xsl-list/

--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: horizontal rule in table?

2003-05-28 Thread Jeremias Maerki
You could try using the preceding-sibling axis to access the "tr"
element before the "tablerule" and count the number of "td" elements.
That should give you the number of columns.

XSLT questions should be asked on the XSL list:
  http://www.mulberrytech.com/xsl/xsl-list/

On 28.05.2003 05:28:35 Phillip Rhodes wrote:
> I have horizontal rules that span across the entire length of the 
> page.  They appear as separators between rows in a table.  They are called 
> "tablerule" in my xml doc.
>  
> Cancer12
>  
>  
>  
> Heart Disease30
>  
> 
> The problem is that my tablerule element does not have the number of 
> columns that I want it to span.  I would like it to span the entire 
> table.  However the transformation that I wrote wants a 
> number-columns-spanned attribute.  I set it to the max possible, but this 
> feels kind of a hack.
> Can someone recommend a good solution to outputting a horizontal rule 
> within a table without having to re-write or change the xml?  Changing the 
> xml would be very difficult.



Jeremias Maerki


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



horizontal rule in table?

2003-05-28 Thread Phillip Rhodes
Hi fop'ers,
I have horizontal rules that span across the entire length of the 
page.  They appear as separators between rows in a table.  They are called 
"tablerule" in my xml doc.

   Cancer12



   Heart Disease30


The problem is that my tablerule element does not have the number of 
columns that I want it to span.  I would like it to span the entire 
table.  However the transformation that I wrote wants a 
number-columns-spanned attribute.  I set it to the max possible, but this 
feels kind of a hack.
Can someone recommend a good solution to outputting a horizontal rule 
within a table without having to re-write or change the xml?  Changing the 
xml would be very difficult.
Thanks!

Here is my xsl for the tablerule element:

  

   
  

  
  

  
 
  

  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]