I'm trying to get my xrefs to work properly, maybe I'm going about this the wrong way, can anyone help? What I want is to have the actual figure number which...
4554
Victor Vishnyakov
victor_vishn...
Dec 1, 2003 2:38 pm
Take a look at: 7.7.5 "background-position-horizontal" 7.7.6 "background-position-vertical" Regards, Victor Vishnyakov ... From: sguy_chennai...
4555
sguy_chennai
Dec 1, 2003 2:45 pm
Explanation 1) i am having a table row which has 3 cells each cell may have block accoreding to the xsl:for-each elements selected..below is my selection 2)...
4556
guyin chennai
sguy_chennai
Dec 1, 2003 2:51 pm
Thanks a lot anyhow.. i tried the below..it will not work with apache fop 0.25 my new doubt pls help me Explanation 1) i am having a table row which has 3...
4557
Victor Vishnyakov
victor_vishn...
Dec 1, 2003 3:36 pm
Hi, ... Try inserting invisible table into "cell 3"; align "c1" and "c2" into two cell with different vertical align ... It works fine to me. ... You might try...
4558
Chris Bowditch
bowditch_chris@...
Dec 1, 2003 4:06 pm
... It would be helpful if we could see a bit more of your XML. ... Have you tried <xsl:number count="figure" format="1"/> Its just a guess at this stage. In...
4559
Chris Bowditch
bowditch_chris@...
Dec 1, 2003 4:10 pm
sguy_chennai wrote: <snip/> ... empty blocks are generally collapsed. Put a nbsp inside the block, e.g. <fo:block> </fo:block> Chris...
4560
J.Pietschmann
j3322ptm
Dec 1, 2003 7:23 pm
... What does this mean? Do you get errors? Which errors? Is a PDF generated? ... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is not a valid XPath expression, as...
4561
Norma Yeazell
nyeazell@...
Dec 1, 2003 7:28 pm
Sorry for some reason my email added some garbage <BLOCKED::mailto:{@xrefid> and <BLOCKED::mailto:{@boardno} this part is not in my template. ... From:...
4562
sguy_chennai
Dec 2, 2003 5:03 am
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"> when i use the above it is...
4563
sguy_chennai
Dec 2, 2003 8:07 am
Hi, i am having two blocks in a table-cell i want to display one block at the top of the table-cell and another one at the bottom of the table-cell. How to...
4564
Victor Vishnyakov
victor_vishn...
Dec 2, 2003 8:48 am
Invisible table with two rows might help you. Align contents to the top in the first row and to the bottom in the second. Regards, Victor Vishnyakov ... From:...
4565
Chris Bowditch
bowditch_chris@...
Dec 2, 2003 9:12 am
sguy_chennai wrote: <snip/> ... you cannot place indent-result and default-space onto the stylesheet element. Instead place the following elements just below...
4566
J.Pietschmann
j3322ptm
Dec 2, 2003 10:10 am
... The xsl:stylesheet element doesn't have the attributes result-ns, result, default-space or indent-result. Have a look at the spec http://www.w3.org/TR/xslt...
4567
Victor Vishnyakov
victor_vishn...
Dec 2, 2003 10:39 am
Why and what for "6.6.7 fo:inline" has "7.14.4 height" and "7.14.12 width" attributes? Is there any usage case or it is the bug in the spec? Regards, Victor...
4568
J.Pietschmann
j3322ptm
Dec 2, 2003 1:28 pm
... A fo:inline creates an area (in contrast to fo:wrapper), complete with borders, background, padding and whatnot. You can use it to draw a nice large frame...
4569
Victor Vishnyakov
victor_vishn...
Dec 2, 2003 1:44 pm
... Padding/border/margin/etc and "normal inline-area" is absolutely clear. But as I understand "6.6.8 fo:inline-container" is designed to control width and...
4570
Giannetti, Fabio
Fabio_Giannetti@...
Dec 2, 2003 2:28 pm
Hello, FOA (Formatting Object Authoring tool) http://foa.sourceforge.net has a new release: 0.6.0. The major feature of this new release is the Multi-Channel...
4571
Laurent
ld_orange13
Dec 2, 2003 5:55 pm
STOP SENDING YOUR MESSAGES TO ME PERSONAL !!! ... used...
4572
Laurent
ld_orange13
Dec 2, 2003 5:56 pm
STOP SENDING YOUR MESSAGES TO ME PERSONAL !!!...
4573
Grimley Michael J NPRI
GrimleyMJ@...
Dec 2, 2003 7:25 pm
Greetings, My source XML instance contains a sequence of <Instruction> elements, each having a 'Status39; attribute that contains one of the values...
4574
G. Ken Holman
g_ken_holman
Dec 2, 2003 8:34 pm
Hi Mike! ... Limiting the *retrieval* of the marker can be done on a page boundary by using retrieve-boundary, but you cannot *evaluate* the marker on any ...
4575
W. Eliot Kimber
drmacro
Dec 2, 2003 9:09 pm
... I wonder if you could something with z-index, such that you retrieve all the values into the same physical area (using absolutely-positioned block...
4576
Grimley Michael J NPRI
shai_dorsai1999
Dec 2, 2003 9:15 pm
Hi Ken! (I'm always amazed at how you find the time to wear all your different hats *and* participate in these lists...) ... Are you suggesting displaying...
4577
G. Ken Holman
g_ken_holman
Dec 2, 2003 9:33 pm
... Since you have contrasting values, it wouldn't look very good, but yes ... the human reader would give a "priority" to the presence of one, as would the...
4578
Grimley Michael J NPRI
shai_dorsai1999
Dec 2, 2003 10:00 pm
... I think in my case, because it is a binary choice, I'll be better off displaying 'Changed39; when one exists on the page and just displaying nothing when...
4579
G. Ken Holman
g_ken_holman
Dec 2, 2003 10:41 pm
... Bingo! Well done, Eliot, it works like a charm with Antenna House! I created a number of blocks with markers for each of three levels: "classified",...
4580
W. Eliot Kimber
drmacro
Dec 2, 2003 10:53 pm
... Cool. Until now I thought this was impossible. Thanks for trying it out. Cheers, E. -- W. Eliot Kimber Innodata Isogen eliot@... www.isogen.com...
4581
G. Ken Holman
g_ken_holman
Dec 2, 2003 11:02 pm
... Me too ... so I've now added this to Chapter 12 of my book, included a running example, and attributed you as the source for the strategy. Mike, for your...
4582
sguy_chennai
Dec 3, 2003 3:51 am
Yes..thanks..i am wrong in declaration.. Thanks a lot...it is working fine....Really thanks for your kind help for myself...i will like to answers all...