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: 1394
  • 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 2108 - 2139 of 7448   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2108 sukkutty_2000 Send Email Aug 1, 2002
4:35 pm
Hi everybody my pdf generation from xhtml file used to work fine. but seddenlty it started raising exception ...
2110 AndrewWatt2001@...
andrewwatt2001 Send Email
Aug 2, 2002
6:01 am
In a message dated 02/08/2002 00:09:54 GMT Daylight Time, ... The gentleman/lady who posted this spam has been banned. Andrew Watt [Non-text portions of this...
2111 David Sapinho
s_sapinho@... Send Email
Aug 2, 2002
9:35 am
2113 Rodrigo Rey
r3yzor Send Email
Aug 2, 2002
11:28 pm
unsubscribe ... From: trllentes856 [mailto:trllentes856@...] Sent: Friday, August 02, 2002 4:12 PM To: XSL-FO@yahoogroups.com Subject: [XSL-FO] just...
2114 AndrewWatt2001@...
andrewwatt2001 Send Email
Aug 3, 2002
7:46 am
In a message dated 03/08/2002 00:13:38 GMT Daylight Time, ... I am sorry to have to write to the list for a second time in a couple of days to say I have...
2115 David Sapinho
s_sapinho@... Send Email
Aug 5, 2002
12:25 pm
unsubscribe...
2116 iceox888 Send Email Aug 6, 2002
3:56 pm
I currently need to do multi-lang PDF on the fly by using JSP, XML and XSL-FO. For example, lang can be Russian, Greek & German. I have saw the...
2117 Oleg Tkachenko
olegtk Send Email
Aug 6, 2002
4:03 pm
... That means you are using font which does support german, but doesn't have glyphs for russian and greek. First of all get good font, which supports all ...
2118 iceox888 Send Email Aug 6, 2002
4:08 pm
are they located at c:/winnt/font/ dir? but it only has so few of them, and i wonder where can i download for these special fonts? Thanks for the fast reply. ...
2119 Oleg Tkachenko
olegtk Send Email
Aug 6, 2002
4:17 pm
... Not all those are real unicode true type fonts fop can work with. ... For example, microsoft has set of good fonts, see...
2120 iceox888 Send Email Aug 6, 2002
4:27 pm
So fast reply, thank you. Now, let me see if i can solve my prob....
2121 iceox888 Send Email Aug 6, 2002
5:14 pm
I think i have the font i need, just I am not sure which font is the one they use for each diff lang. For example, I looked at Arial.ttf font's property, it's ...
2122 Andrea Ghent
karyiss23 Send Email
Aug 6, 2002
5:57 pm
Hi there I know this is likely a very easy question for most of you, I am only just starting to play around with XSL:FO and have come across a conflict. I...
2123 narinder_g Send Email Aug 7, 2002
5:48 am
Hi Andrea Fop supports fo:block-container, but the attributes are different than those in antennahouse. First of all use position="absolute" instead of...
2124 Andrea Ghent
karyiss23 Send Email
Aug 7, 2002
8:08 pm
Thanks so much for your advice. I think i did everything right, but didn't add a height attribute. Now that i did, things are working much better and i have...
2125 David Tolpin
dvd@... Send Email
Aug 8, 2002
2:28 am
... Does FOP still use obsolete syntax? I thought it was updated to the Recommendation. David...
2126 narinder_g Send Email Aug 8, 2002
10:50 am
... top, ... Recommendation. ... Yet to be fully implemented.......
2127 Born, Matthias
mborn02 Send Email
Aug 8, 2002
1:52 pm
hi! is there realy nobody who can tell me how to change linespacing within a block? i try to write my diploma-thesis with and about xsl-fo and need an other ...
2128 asgorath02 Send Email Aug 9, 2002
7:02 am
Hi, I'm pretty new to writing XSL-FO and was wondering if there is anyway to align a table or set the position of a table in XSL-FO. Much like how you can set...
2129 narinder_g Send Email Aug 9, 2002
9:18 am
hi Matze With fop you can use attribute line-height="some value say 8pt" I am not sure of others.. Narinder ... within a ... other...
2130 narinder_g Send Email Aug 9, 2002
9:20 am
hi Aldo Use a fo:block to hold your fo:table, and in the fo block put attribute text-align="right", center or left.. eg. <fo:block text-align="right"> ...
2131 G. Ken Holman
g_ken_holman Send Email
Aug 9, 2002
1:20 pm
... This is incorrect usage of XSL-FO and will not work in a conforming processor. As I understand it, in the context of a block, a nested table does not react...
2132 cramerdw Send Email Aug 9, 2002
7:57 pm
Given this fo: <fo:basic-link internal-destination="foo";> <fo:external-graphic src="url(foo.gif)" content-width="auto" content-height="auto"/> </fo:basic-link>...
2133 G. Ken Holman
g_ken_holman Send Email
Aug 9, 2002
8:12 pm
... This sounds like a bug in your implementation ... Antenna House makes the entire image hot. .................. Ken -- Upcoming hands-on in-depth 3-days...
2134 David Cramer
cramerdw Send Email
Aug 9, 2002
9:03 pm
Ah. Is that what: "NOTE: An fo:basic-link can be enclosed in an fo:block to create a display area" ...
2135 G. Ken Holman
g_ken_holman Send Email
Aug 9, 2002
9:24 pm
... Nope. ... I would interpret that phrase as "block-level area" in contrast to an "inline-level area" ... a display area breaks the block-progression ...
2136 David Tolpin
dvd@... Send Email
Aug 11, 2002
10:55 am
... What is "entire inline construct"? David Tolpin...
2137 David Tolpin
dvd@... Send Email
Aug 11, 2002
11:15 am
... And does it wrong. That was behaivour implemented in an early version of XEP for inlines and changed later to a conformant one. basic-link is an inline....
2138 G. Ken Holman
g_ken_holman Send Email
Aug 11, 2002
3:21 pm
... Thank you for the clarification ... but I am confused. ... Okay ... section 4.6 talks about the content rectangle in terms of the text dimension ... but I...
2139 jdeisenberg Send Email Aug 11, 2002
6:17 pm
I am a teacher, and I use XSLT convert my "class outline" document from XHTML transitional to XSL-FO, and then to PDF. This hasn't been a problem; <p...
Messages 2108 - 2139 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