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...
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...
... 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 ...
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. ...
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 ...
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...
Hi Andrea Fop supports fo:block-container, but the attributes are different than those in antennahouse. First of all use position="absolute" instead of...
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@...
Aug 8, 2002 2:28 am
... Does FOP still use obsolete syntax? I thought it was updated to the Recommendation. David...
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 ...
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...
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"> ...
... 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...
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>...
... This sounds like a bug in your implementation ... Antenna House makes the entire image hot. .................. Ken -- Upcoming hands-on in-depth 3-days...
... 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@...
Aug 11, 2002 10:55 am
... What is "entire inline construct"? David Tolpin...
2137
David Tolpin
dvd@...
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....
... 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...
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...