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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 6253 - 6283 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6253 Fournier,Danny [NCR]
danthedealer Send Email
Mar 9, 2005
7:30 pm
I have the following messages: [INFO] area contents overflows area in line A [WARNING] Sum of fixed column widths 116219 greater than maximum specified IPD...
6254 Christian Brugeron
brugeron2002 Send Email
Mar 9, 2005
9:30 pm
You have tables smaller that the total column widths. HTH CB Le 9/03/05 20:29, « Fournier,Danny [NCR] » <Danny.Fournier@...> a...
6255 Nicola Harlow
dragoncitycouk Send Email
Mar 11, 2005
11:40 am
Hi, I'm trying to get XSL:FO to highlight missing information in my PDF output. I create 'glossary&#39; entries which I then pick up and use elsewhere in the...
6257 Glen Mazza
grm7793 Send Email
Mar 11, 2005
6:46 pm
Rob, looking at your document, you appear to be an *excellent* candidate to switch to Docbook XML. You don't have to bother with printing "Step 1.1.1", etc., ...
6258 J.Pietschmann
j3322ptm Send Email
Mar 11, 2005
8:22 pm
... Try something like <xsl:template match="glossarytt"> <xsl:variable name="items&quot; select="key('glossaryitems-by-name&#39;, @name)"/> <xsl:choose> <xsl:when...
6259 Nicola Harlow
dragoncitycouk Send Email
Mar 14, 2005
9:23 am
"Searching the PDf for "glossarytt&quot; will help you finding the problematic cases." Thanks for the suggestion, but if the XSL can't find the correct glossary...
6260 Nicola Harlow
dragoncitycouk Send Email
Mar 14, 2005
4:43 pm
Hi, I'm trying to find broken glossary items in my XML documents. Basically the XSL encounters a tag called glossaryytt, goes off to the glossary and recovers...
6261 andrewwatt2001 Send Email Mar 16, 2005
7:29 pm
Increasingly over the last several months it has been difficult to find time to approve applications for membership. So, I would like to find a co-moderator...
6262 andrewwatt2001 Send Email Mar 16, 2005
7:34 pm
This can be read by those non-members who visit the group's Web site at http://groups.yahoo.com/group/XSL-FO/. Applications for membership have to be approved...
6263 luzerez Send Email Mar 16, 2005
8:27 pm
If it is not more then several minutes a day its OK with me. Best Regards Luz Erez Email: Luz@... Web: www.ErezSoft.com Phone +972-545661331 ... From:...
6264 BalaKrishnan
r_bala2k Send Email
Mar 17, 2005
5:44 am
... From: XSL-FO Moderator [mailto:XSL-FO-owner@yahoogroups.com] Sent: Wednesday, 16 March 2005 11:17 To: balakrishnan@... Subject: Welcome to XSL-FO ...
6265 cbireddy Send Email Mar 17, 2005
4:08 pm
Hi! I have a requirement where there is XML data that needs to be transformed and then do a FO to render a PDF file. This XML data can have varying data. My...
6266 virgul4u Send Email Mar 22, 2005
7:51 am
Hi, I begin with XSL-FO and I have to do a very hard things. My idea is that : I wan't to have one table separate in two on the same line Like this: Num...
6267 Chris Bowditch
bowditch_chris@... Send Email
Mar 22, 2005
8:52 am
... Have you considered using a two column layout? I suggest you create a two column flow, and place a 3 column table inside the flow. When the table splits ...
6268 Coble, Ralene
rcoble@... Send Email
Mar 22, 2005
2:09 pm
What the heck is this? I think you have my email by mistake. Ralene Coble Coordinator II Residency/Fellowship Programs Department of Radiology (409) 747-2849 ...
6269 Nicola Harlow
dragoncitycouk Send Email
Mar 22, 2005
2:13 pm
Hi, Does anyone have an example of a form in XSL:FO? I want to provide the full monty including drop-down lists etc. At the moment I can only get the users to...
6270 Eliot Kimber
drmacro Send Email
Mar 22, 2005
3:33 pm
... XSL-FO does not have any support for forms nor would it be likely to, as forms are both outside the scope of FO (which only addresses visual rendering of...
6271 Nicola Harlow
dragoncitycouk Send Email
Mar 22, 2005
3:38 pm
Thanks, knowing you CAN'T do something is just as useful as knowing how to do something :) Nicola Nicola Harlow Technical Author The Program Management Group...
6272 G. Ken Holman
g_ken_holman Send Email
Mar 22, 2005
3:59 pm
... The way I approached this problem is to express the form content in XML, use one stylesheet for print with XSL-FO, and then another for the web server...
6273 Nicola Harlow
dragoncitycouk Send Email
Mar 22, 2005
4:16 pm
Hi, Well I do output in four formats, (HTML, Compiled Help, Online Help, PDF), most of which take the forms, so I'm not too bothered. I might just create a...
6274 cbireddy Send Email Mar 22, 2005
4:20 pm
Hi! I have a question. I need to put tic marks on a page based on the total number of pages in the final document. I read the data from XML stream. Number of...
6275 Coble, Ralene
rcoble@... Send Email
Mar 22, 2005
4:24 pm
Please, please take my email off this. I don't know what it is. Ralene Coble Coordinator II Residency/Fellowship Programs Department of Radiology (409)...
6276 J.Pietschmann
j3322ptm Send Email
Mar 22, 2005
7:14 pm
... Did you try the code I provided in my message? ... Get a good book about XSLT, read the XSLT FAQ, and join the XSL list ...
6277 J.Pietschmann
j3322ptm Send Email
Mar 22, 2005
7:22 pm
... A one-pass, but quite convoluted solution is to use a custom font for printing the last page number into the start region. If you have to print the the...
6278 jon_borgman@...
borgmajr Send Email
Mar 22, 2005
8:22 pm
Hi, I was curious if any of you have tried to do a side bar/note on text. Examples would be a column of text with an island of text on the side that had a "did...
6279 Eliot Kimber
drmacro Send Email
Mar 22, 2005
10:43 pm
... This can be done with varying degrees of flexibility using side floats. If your notes are always on the same side of the page then it's pretty easy. If you...
6280 Bob Stayton
bobs@... Send Email
Mar 23, 2005
1:23 am
The most recent version of the DocBook XSL stylesheets (1.68.1) implements sidebars and margin notes, for FO processors that support fo:float. The current...
6281 Ramakrishnan, Deivana...
vishrat Send Email
Mar 23, 2005
4:51 am
Hi, I too had a similar requirement. Now, we are creating a PS and use Distiller to create the correcponding PDF. Please keep us posted if you find XSL-FO way....
6282 Jonas Ladenfors
joli7469 Send Email
Mar 23, 2005
7:48 am
Hello, I am looking for a way to "group" several blocks and only allow a pagebreak after or before such a group. The xsl looks something lite this: <!-- Allow...
6283 Victor Vishnyakov
victor_vishn... Send Email
Mar 23, 2005
8:21 am
Use keep-together="always&quot; property to avoid page breaking inside the group. See http://www.w3.org/TR/xsl/slice7.html#keep-together for the details. E.g. ...
Messages 6253 - 6283 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