Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

XSL-FO · discussion of XSL Formatting Objects

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1392
  • Founded: Jan 5, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 4493 - 4522 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
4493 J.Pietschmann
j3322ptm Send Email
Nov 20, 2003
7:04 pm
... It seems you could use plain blocks and put the label in a side float. J.Pietschmann...
4494 J.Pietschmann
j3322ptm Send Email
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 Send Email
Nov 21, 2003
7:49 am
Thank you, this was the problem indeed. ... make...
4496 Roel Dormits
roel_dormits Send Email
Nov 21, 2003
7:51 am
Thank you, indeed there were block and inline elements in the table-body. ... Rows...
4497 Janning Vygen
vygen@... Send Email
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 Send Email
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}');" ..... ...
4499 inderbir_ruby
inder_1204 Send Email
Nov 21, 2003
4:09 pm
<fo:table-row > <fo:table-cell border-before-style="hidden" border-width="0.5pt"; > <fo:block>Cell 1 </fo:block> </fo:table-cell> </fo:table-row> ...
4500 Mike Trotman
mike.trotman@... Send Email
Nov 21, 2003
4:20 pm
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 Send Email
Nov 21, 2003
4:35 pm
Hi Mike, Yeah i have specified border-collapse='collapse&#39; 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@... Send Email
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 Send Email
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 Send Email
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@... Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email
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 Send Email 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 Send Email 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 Send Email 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@... Send Email
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 Send Email Nov 26, 2003
10:35 am
Xpath query will be like this... <xsl:if test="following-sibling::*[name()= 'BODY']"> ... the ... the...
4517 sguy_chennai Send Email Nov 26, 2003
11:07 am
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform&quot;> <xsl:template match="/"> <xsl:for-each select="MAIN/FIRST/COLUMN"> <xsl:if...
4518 sguy_chennai Send Email Nov 26, 2003
4:54 pm
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 Send Email
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 Send Email
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 ...
4521 Norma Yeazell
nyeazell@... Send Email
Nov 26, 2003
8:00 pm
Try <xsl:number count="figure" from="topleveltag" level="multiple" format="1.1 "/> ... From: Rob Stote [mailto:rstote@...] Sent: Wednesday,...
4522 J.Pietschmann
j3322ptm Send Email
Nov 26, 2003
9:28 pm
... There is no BODY element in your XML which is a sibling of a COLUMN element. J.Pietschmann...
Messages 4493 - 4522 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help