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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 7135 - 7164 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7135
hi to all ... i m new for this group and want to learn more abt XML FO to use in development tool of XML to PDF convesion. thx regards Ravi ... Jiyo cricket on...
ravi gupta
ravipratap8
Offline Send Email
Apr 5, 2006
4:45 am
7136
... Welcome! ... There are many web sites you can find using Google. There are books for sale in bookstores from O'Reilly (Pawson), Prentice Hall (myself), and...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 5, 2006
10:55 am
7137
I was unable to create font metric file of Arial Unicode MS. Can some1 help. thx! Fop version = 0.91beta Here is the command: ===================== C:\fop>java...
xuanngolist
Offline Send Email
Apr 10, 2006
4:16 pm
7138
Altsoft is proud to announce the immediate availability of the new version 3.0 of its .NET based Xml2PDF formatting engine. The major new features of the new...
Altsoft Xml2PDF
xml2pdf
Offline Send Email
Apr 11, 2006
12:32 pm
7139
Just a quick announcement that two deliveries of our hands-on tutorials have been scheduled for Copenhagen Denmark the week of May 8-11, 2006: a three-day...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 12, 2006
12:43 pm
7140
Hello, Im new to this FOP. I desparately need help. Im working on a content managament system, and the data is stored in XML. I'll need to select a part of XML...
lade_uma
Offline Send Email
Apr 13, 2006
2:09 pm
7141
Sorry, but I'm new to the group and new to .Net from VB6 and Source Safe. I pull up VB.net and try to open my existing code by highlighting the project and...
Russ Burns
rb747747
Offline Send Email
Apr 13, 2006
2:57 pm
7142
Hey Russ, Welcome to the group. This question would be better posted to a group that deals with .Net. Try going to http://groups.google.com and do a search on...
Joe Moore
i_bugsy
Offline Send Email
Apr 13, 2006
3:30 pm
7143
Hey Uma, This really depends on what your FO renderer accepts and what it ouputs. If it accepts a stream and can output a stream, then you can transform your...
Joe Moore
i_bugsy
Offline Send Email
Apr 13, 2006
3:58 pm
7144
Hello, I use XEP, and I have documents consisting of narrative text, and some paragraphs contain terms that must be defined in the side margins or sidebar. I...
laborde
slwm98
Offline Send Email
Apr 13, 2006
4:35 pm
7145
... The anchor for the float should occur immediately before the word you want it vertically aligned with--that's the only control you have in FO for vertical...
Eliot Kimber
drmacro
Online Now Send Email
Apr 13, 2006
4:50 pm
7146
... Thank you. I have it working now, almost. I believe inheritance is tripping me up. The lines in paragraphs are double-spaced (line-height="200%). In the...
laborde
slwm98
Offline Send Email
Apr 14, 2006
1:31 pm
7147
... NOTE: it's easier to see what's happening if you provide the generated FO rather than the generating templates--that way we can see exactly what's...
Eliot Kimber
drmacro
Online Now Send Email
Apr 14, 2006
1:48 pm
7148
... Okay, sorry. Below I have pasted in the generated FO. I *think* I am doing exactly what you're telling me, but apparently not because it still isn't...
laborde
slwm98
Offline Send Email
Apr 14, 2006
2:40 pm
7149
... When I test your example with XSL Formatter V3 or XEP V4 the line height in the floats is as expected, so it looks like you're seeing a bug in your FO...
Eliot Kimber
drmacro
Online Now Send Email
Apr 14, 2006
4:53 pm
7150
... I tried but with no luck, and I'm using XEP V4, so the bug has to be me. I apologize. I've stripped my test files to bare bones, but I must have left...
laborde
slwm98
Offline Send Email
Apr 14, 2006
6:53 pm
7151
Elliot, I got it! I was using <fo:inline>, which caused the side float text to be double-spaced exactly like the body paragraph text. But the other problem was...
laborde
slwm98
Offline Send Email
Apr 17, 2006
12:15 pm
7152
There must be a way to do this without repeating the invoice total on each detail line but I haven't been able to figure it out. I could change the code that...
freefly_xml
Offline Send Email
Apr 20, 2006
1:29 am
7153
... I can't tell from your post what "this" is. ... Looking at your PDF I don't see the invoice total on each detail line. ... I see <invoice_total> on each...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 20, 2006
1:40 am
7154
Dennis, You are correct, there is an easier way to obtain the invoice total from the XML data, whether calculated from the XML records using functions such as...
Mads Hansen
madscmhansen3
Online Now Send Email
Apr 20, 2006
2:21 am
7155
Hello, I am new to this group and I have a question about cropmarks. I use XEP (to be sure I also downloaded trial-version 4.5). I would like to get cropmarks...
Henk Hartkamp
henk762003
Offline Send Email
Apr 20, 2006
2:36 pm
7156
... I don't see your files, but I bet that you are not using <xsl:processing-instruction> to generate PIs, and you just included <?xep-...?> in XML or XSLT...
Jirka Kosek
jirka@...
Send Email
Apr 20, 2006
3:02 pm
7157
Hello Jirka (and others), I m so sorry but the attached files were stripped in this Yahoo group. I included the instructions in the xml and xslt. Perhaps i...
Henk Hartkamp
henk762003
Offline Send Email
Apr 21, 2006
6:23 am
7158
... You can place such instructions into your XSLT file, before fo:root in a form: <xsl:processing-instruction ...
Jirka Kosek
jirka@...
Send Email
Apr 21, 2006
11:28 am
7159
Just a quick announcement that two new sets of deliveries of our publicly-subscribed lectures and hands-on tutorials have been scheduled for Birmingham,...
G. Ken Holman
g_ken_holman
Offline Send Email
Apr 21, 2006
6:28 pm
7160
Hello Jirka, Thanks for your reaction, it's working fine now. I put the xsl:processing-instruction's at the wrong place in the xslt. I changed the position...
Henk Hartkamp
henk762003
Offline Send Email
Apr 24, 2006
8:42 am
7161
Hello to everyone, i'm new here, and i didn't find the answer to this question : Is it possible with FOP 0.91 beta to have unbreakable space in a text with ...
Armel LECROC
kroky236
Offline Send Email
Apr 25, 2006
3:51 pm
7162
... It's a bug in 0.91 (and 0.90) which has been fixed recently. What exactly is your problem? J.Pietschmann...
J.Pietschmann
j3322ptm
Offline Send Email
Apr 25, 2006
7:21 pm
7163
... "&#0160;" but ... Thank you for this answer. In fact, i would like to have unbreakable spaces in a left-text-align block, but after knowing this, i think...
kroky236
Offline Send Email
Apr 25, 2006
8:23 pm
7164
i m a member of XSL-FO group, i m working on xml to pdf conversion tool, can u just guide tht wher i can get information that how it process the INPUT file and...
ravi gupta
ravipratap8
Offline Send Email
Apr 25, 2006
10:43 pm
Messages 7135 - 7164 of 7443   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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