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...
Norma Yeazell
nyeazell@...
Dec 1, 2003 2:30 pm
4554
Take a look at: 7.7.5 "background-position-horizontal" 7.7.6 "background-position-vertical" Regards, Victor Vishnyakov ... From: sguy_chennai...
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)...
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...
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...
... 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...
Chris Bowditch
bowditch_chris@...
Dec 1, 2003 4:06 pm
4559
sguy_chennai wrote: <snip/> ... empty blocks are generally collapsed. Put a nbsp inside the block, e.g. <fo:block> </fo:block> Chris...
Chris Bowditch
bowditch_chris@...
Dec 1, 2003 4:10 pm
4560
... What does this mean? Do you get errors? Which errors? Is a PDF generated? ... ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This is not a valid XPath expression, as...
Sorry for some reason my email added some garbage <BLOCKED::mailto:{@xrefid> and <BLOCKED::mailto:{@boardno} this part is not in my template. ... From:...
Norma Yeazell
nyeazell@...
Dec 1, 2003 7:28 pm
4562
<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...
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...
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:...
sguy_chennai wrote: <snip/> ... you cannot place indent-result and default-space onto the stylesheet element. Instead place the following elements just below...
Chris Bowditch
bowditch_chris@...
Dec 2, 2003 9:12 am
4566
... 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...
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...
... 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...
... 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...
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...
Giannetti, Fabio
Fabio_Giannetti@...
Dec 2, 2003 2:28 pm
4571
STOP SENDING YOUR MESSAGES TO ME PERSONAL !!! ... used...
Greetings, My source XML instance contains a sequence of <Instruction> elements, each having a 'Status' attribute that contains one of the values...
Grimley Michael J NPRI
GrimleyMJ@...
Dec 2, 2003 7:25 pm
4574
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 ...
... 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...
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...
... 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...
... I think in my case, because it is a binary choice, I'll be better off displaying 'Changed' when one exists on the page and just displaying nothing when...
... 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",...
... 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...
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...