... It seems you could use plain blocks and put the label in a side float. J.Pietschmann...
4494
J.Pietschmann
j3322ptm
Nov 20, 2003 7:54 pm
... If you want a line at the end of the body region on each page, then don't put it into the flow, that's what static content is for. Define a region after...
4495
Roel Dormits
roel_dormits
Nov 21, 2003 7:49 am
Thank you, this was the problem indeed. ... make...
4496
Roel Dormits
roel_dormits
Nov 21, 2003 7:51 am
Thank you, indeed there were block and inline elements in the table-body. ... Rows...
4497
Janning Vygen
vygen@...
Nov 21, 2003 8:20 am
... Things can be so easy, when you look at it from a different point of view. I was focused on fo:list-item. I'll try it. Thanks a lot. kind regards, Janning...
4498
Bram
br42br
Nov 21, 2003 1:09 pm
It looks like it that not all XSL translators transform the following attribute value in the same way. .... onClick="javascript: exec('{name}');" ..... ...
The border behaviour depends on your table model and the FO Processor (they don't all implement all the FO features for tables + borders). If you are using...
4501
inderbir_ruby
inder_1204
Nov 21, 2003 4:35 pm
Hi Mike, Yeah i have specified border-collapse='collapse39; still i am facing the same problem . Any idea as to if border-after-precedence="force" can be of any...
4502
Mike Trotman
mike.trotman@...
Nov 21, 2003 4:49 pm
I haven't checked the FOP Conformance lately - but I think it does not yet support border...-precedence. I use FOP extensively for tables. Try zooming your...
4503
inderbir_ruby
inder_1204
Nov 21, 2003 5:19 pm
Hi Mike, Well i tried out the padding-top parameter for cells but it pads the spaces after the border line has been drawan. ie padding is done at the begining...
4504
inderbir_ruby
inder_1204
Nov 21, 2003 6:10 pm
Hi , I m using FOP to generate PDF .Can ayone why this code is not giving th desired output. fo:table-row > <fo:table-cell border-before-style="hidden"...
4505
Mike Trotman
mike.trotman@...
Nov 21, 2003 6:22 pm
Your link took me to an original posting - so still not sure I'm totally clear what you are trying to achieve. If this is to do with lines at bottom of page /...
4506
inderbir_ruby
inder_1204
Nov 21, 2003 7:02 pm
Thanks Mike , I m working on footer thing and i wud get back 2 you very soon. I have no words to thank u for such detailed and long replies. Regards. ...
4507
J.Pietschmann
j3322ptm
Nov 21, 2003 7:50 pm
... The XSLT spec says AVTs don't care about "inner quotes", the {name} should always be replaced by the content of the <name> element in the current context. ...
4508
J.Pietschmann
j3322ptm
Nov 21, 2003 8:22 pm
... FOP doesn't implement proper border conflict resolution (as defined in http://www.w3.org/TR/REC-CSS2/tables.html#propdef-border-collapse), therefore hiding...
4509
Bram
br42br
Nov 22, 2003 6:03 pm
Thanks. In that case XMLSPY does not work correctly when using the built-in XSLT engine. It does not touch '{name}39;. It does when the MSXML 3 or 4 engine is...
4510
Roel Dormits
roel_dormits
Nov 24, 2003 10:20 am
Hello, I get this message when I render with XEP 3.2: {?content overflow in a table-cell or block-container} When I render with FOP 0.20.5 I don't get this...
4511
G. Ken Holman
g_ken_holman
Nov 24, 2003 5:11 pm
... Use grouping approaches determine the unique values and then count the ones that exist for each. See ...
4512
nilendu_b
Nov 25, 2003 4:31 am
I am creating reports. Certain headers are repeated in the reports. In the TOC,links have been given for the particular sections of the report. When I click...
4513
sguy_chennai
Nov 26, 2003 3:12 am
Hi, i am new to this group....i tried the below question for more than a two weeks...but i don't know how to solve this problem..i am keep on trying this day...
4514
sguy_chennai
Nov 26, 2003 5:19 am
like this the xml wil be...it will be large document..if i select the first one ...i tried to check the next node element ...if i select at the middle of the...
4515
Chris Bowditch
bowditch_chris@...
Nov 26, 2003 9:39 am
sguy_chennai wrote: <snip/> ... Inside the for-each, the node context will be COLUMN, so what you need to look for is whether the following sibling of the...
4516
nilendu_b
Nov 26, 2003 10:35 am
Xpath query will be like this... <xsl:if test="following-sibling::*[name()= 'BODY']"> ... the ... the...
Hi, Please read the following and try to answer and give me a solution....please help me if you could... Explanation 1) In the below xml all are childrens of...
4519
G. Ken Holman
g_ken_holman
Nov 26, 2003 5:19 pm
... Actually, that happens to be invalid XPath syntax ... you would want a two-step path as follows: parent::*/following-sibling::BODY or, more simply: ...
4520
Rob Stote
rbnbrbnb2002
Nov 26, 2003 7:56 pm
I should know this, Is there a way to auto number images/tables in a document? I want to create a document that has a few figures and tables in it, I would ...