Search the web
Sign In
New User? Sign Up
XSL-FO · discussion of XSL Formatting Objects
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5727 - 5756 of 7441   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5727
Hi, I search a way to allign verticaly to blocks with are in different colums of a table. And unfortunately i dont found anny solution could you help me. an fo...
JAMMES ANTOINE
antoine.jammes@...
Send Email
Sep 1, 2004
1:38 pm
5728
Antoine, The property for the table-cell is "display-align" instead of "vertical-align". Werner. ... -- Werner Donné -- Re BVBA Engelbeekstraat 8 B-3300...
Werner Donné
werner.donne@...
Send Email
Sep 1, 2004
1:50 pm
5729
XML Editor V3.2 & XSL Formatter V3.2 Beta Release Information September 2, 2004 Antenna House, Inc. Antenna House is pleased to inform you that our...
Keiko Hiraide
hiraidekeiko
Offline Send Email
Sep 2, 2004
6:42 am
5730
How Can I align a table at center horizontally? I don´t know the size of her in design time. _________________________________________________________________...
carlos müller
carlorio_150
Offline Send Email
Sep 2, 2004
7:27 am
5731
... To horizontally centre a table, place it inside an outer table like this: <fo:table table-layout="fixed"> <fo:table-column...
Chris Bowditch
bowditch_chris@...
Send Email
Sep 2, 2004
9:41 am
5732
The most accurate solution is to put the whole table into the inline container. Thus parent block's text-align and text-align-last atrributes with value center...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Sep 3, 2004
7:33 am
5733
... The only trouble with this solution is that most Formatters dont yet implement fo:inline-container. Chris...
Chris Bowditch
bowditch_chris@...
Send Email
Sep 3, 2004
10:08 am
5734
... I realised that I made a couple of mistakes in my sample: width on <fo:table-column> should have been column-width and the middle <fo:table-column> should...
Chris Bowditch
bowditch_chris@...
Send Email
Sep 3, 2004
10:10 am
5735
Hello, I m trying to write sommething in the margin I have try fo:float but it dont works does anny body can help me ??? Antoine...
JAMMES ANTOINE
antoine.jammes@...
Send Email
Sep 6, 2004
9:00 am
5736
fo:region-start and fo:region-end in the most cases is exactly what are you looking for. Regards, Victor Vishnyakov...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Sep 6, 2004
9:07 am
5737
It is possible to use fo:float to put something in the margin, but only if your XSL-FO processor supports fo:float. FOP does not. Are you using FOP? Bob...
Bob Stayton
bobs@...
Send Email
Sep 6, 2004
10:54 pm
5738
How about using an fo:block-container with absolute-postion='absolute' to position the margin content to the left of the the containing area like this: ...
yahoo
jjfarrow
Offline Send Email
Sep 6, 2004
11:12 pm
5739
Well I dont use FOP (unfortunatly I dont know witch it's because it's an embeded one , in an application I have to use). but the FO procesor I use dont accept...
JAMMES ANTOINE
antoine.jammes@...
Send Email
Sep 8, 2004
4:08 pm
5740
I'm trying to combine multiple xml files using entities. My result is one page with an empty table of contents. Do I need to combine files separately from...
Norma Yeazell
nyeazell@...
Send Email
Sep 8, 2004
6:02 pm
5741
Hello All: As part of a larger program, I've written a Java method to take an XML document as a parameter, convert it to PDF (using FOP 0.20.5), and return the...
spbutman
Offline Send Email
Sep 9, 2004
4:24 am
5742
I think this is an encoding problem. Your code doesn't specify the encoding, neither when reading the input, nor when creating a string with the result. ...
Werner Donné
werner.donne@...
Send Email
Sep 9, 2004
7:59 am
5743
Hi, This worked for me using Saxon and xsltproc. What XSLT and FO processor are you using? What happens when you copy some of your data into the main xml file...
Bob Stayton
bobs@...
Send Email
Sep 9, 2004
8:38 am
5744
... ByteArrayOutputStream( ); ... hrXml ) ), outputStream ); ... As far as PDF file is binary in the most cases (ASCII filters are used rarely) you should not...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Sep 9, 2004
9:12 am
5745
You are correct; it was an encoding problem. I changed my method to return a byte array instead of a String and everything works beautifully. Thanks to...
spbutman
Offline Send Email
Sep 9, 2004
3:35 pm
5746
I apologize in advance for the newbie question... I'm working on a project to convert XML to regular ASCII text. I'm using FOP 0.20.5, but I seem to be having...
Adams, Kevin
cossa1869
Offline Send Email
Sep 9, 2004
5:50 pm
5747
Thanks for the advice earlier, combining the xml is working now, but I can't figure out why my chapter numbering no longer works. When I manually combined the...
Norma Yeazell
nyeazell@...
Send Email
Sep 9, 2004
6:21 pm
5748
If you have chapters inside the entities, then the reason chapter numbering doesn't work is because your chapters don't exist in the document. They only...
Bob Stayton
bobs@...
Send Email
Sep 9, 2004
7:00 pm
5749
Some people convert XML to HTML, and then use lynx -dump to capture formatted text. lynx is a character-based web browser, and the -dump option lets you save...
Bob Stayton
bobs@...
Send Email
Sep 9, 2004
10:48 pm
5750
... As far as I understand you transform XML to XSL-FO to produce ASCII output. Why not transform XML to ASCII text directly. XSL Transformation do not bother...
Victor Vishnyakov
victor_vishn...
Offline Send Email
Sep 10, 2004
6:22 am
5751
Kevin, If the position on the page is important, you can produce XSL-FO with a monospace font and use the white-space-treatment property, which gives you some...
Werner Donné
werner.donne@...
Send Email
Sep 10, 2004
8:02 am
5752
Thanks, Werner, I'll give that a try... I appreciate the response. _____ From: Werner Donné [mailto:werner.donne@...] Sent: Friday, September 10, 2004 3:01...
Adams, Kevin
cossa1869
Offline Send Email
Sep 10, 2004
1:37 pm
5753
Bob, Thanks for the response, but it sounds like this is a manual process. Does it involve me opening the html in the browser? If not, that be run in some sort...
Adams, Kevin
cossa1869
Offline Send Email
Sep 10, 2004
1:39 pm
5754
It is not a manual process of opening a browser. With the -dump option, the browser does not open. You can use a command like this in a script or Makefile to...
Bob Stayton
bobs@...
Send Email
Sep 10, 2004
2:56 pm
5755
Thanks, Bob. That just might work a little easier. Kevin _____ From: Bob Stayton [mailto:bobs@...] Sent: Friday, September 10, 2004 9:57 AM To:...
Adams, Kevin
cossa1869
Offline Send Email
Sep 10, 2004
3:31 pm
5756
On behalf of my client, a large educational book publishing, I'm looking for companies that are able to use XSL-Fo to provide book composition services. These...
Thad
thadmc
Offline Send Email
Sep 10, 2004
8:10 pm
Messages 5727 - 5756 of 7441   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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