Are there standard ways to verify XSL-FO specification details? (ask for explanations) Is there a typical way to propose XSL-FO specification extension? Where...
5424
smckenzie23
Apr 9, 2004 3:37 pm
... I've tried both with no luck. I'll keep messing with it......
5425
smckenzie23
Apr 9, 2004 3:50 pm
... Ah got it. The end tag for the leader was nested outside of the page ref so it was getting overwritten....
5426
G. Ken Holman
g_ken_holman
Apr 9, 2004 4:04 pm
... Not that I know of ... there are too many variations available to implementers of the Recommendation that are all conformant yet different. ... Typically...
5427
G. Ken Holman
g_ken_holman
Apr 9, 2004 4:10 pm
... Eliot addressed this in his post last night to you: your page number citation needs to be outside of <leader> ... the leader is a standalone construct ......
5428
swapnareddygari
Apr 13, 2004 3:00 pm
Hello, i wrote "for each" statement and kept the row in that statement with table cell having an attribute of number-rows-spaned="3". Iam drawing a border to...
5429
christian brugeron
brugeron2002
Apr 13, 2004 3:11 pm
Have you tried the padding attribute? ... [Non-text portions of this message have been removed]...
5430
swapnareddygari
Apr 13, 2004 3:12 pm
Hello, In my xml file am having a root element called window with attributes of xmlns, xmlns:xsi .... i wrote the xsl template matches="window" but it is...
5431
G. Ken Holman
g_ken_holman
Apr 13, 2004 3:14 pm
... Using border-separation ... an example is below. I hope this helps. ................ Ken T:\ftemp>type separation.fo <?xml version="1.0"...
5432
christian brugeron
brugeron2002
Apr 13, 2004 3:20 pm
you must have a rule like that <xsl:template match="/"> before the fo:root ... [Non-text portions of this message have been removed]...
5433
G. Ken Holman
g_ken_holman
Apr 13, 2004 3:23 pm
... "Invalid?" I don't know why you are getting an exception of any kind ... the tool should not be failing. It is true that your match pattern will not match...
5434
christian brugeron
brugeron2002
Apr 13, 2004 3:28 pm
OK, try to use a different rule (double) or add empty rows....
5435
James Smith
jw_smith_99
Apr 13, 2004 8:09 pm
Greeting everyone, what are the pros and cons of uses SVG verses xml-fo for print. any thoughts about SVG? ... ...
5436
W. Hugh Chatfield I....
hchatfield2000
Apr 13, 2004 8:42 pm
SVG is for vector graphics..[i.e typically used for expressing diagrammatic material in XML syntax] XML-FO is for paginated output of XML data.. [which could...
5437
Victor Vishnyakov
victor_vishn...
Apr 14, 2004 10:09 am
... They are to different to compare. While SVG is graphical format XSL-FO is document format. The main feature of XSL-FO is output dependent layout and...
5438
swapnareddygari
Apr 14, 2004 7:40 pm
Hello everyone, Am having an element with attribute text. I want to display only the part of the Attribute value. Is there any way that i can do? here is my...
5439
G. Ken Holman
g_ken_holman
Apr 14, 2004 8:04 pm
This is an XSLT question, not an XSL-FO question. XSLT and XPath questions would be better posted to the following list: ...
5440
Victor Vishnyakov
victor_vishn...
Apr 15, 2004 1:20 pm
While reading http://www.w3.org/TR/xsl/slice6.html#section-N17076-Formatting-Objects-f or-Lists I have noticed that in the second illustration ...
5441
G. Ken Holman
g_ken_holman
Apr 15, 2004 2:04 pm
... It is common to specify indents on these constructs so that these properties are inherited by the blocks within. ... If you read 7.10.7 and 7.10.8 closely...
5442
swapnareddygari
Apr 15, 2004 3:20 pm
Hello every one, I want my table column or cell width chages automatically according to the text that it contains. Am displaying the fill in the blanks where...
5443
G. Ken Holman
g_ken_holman
Apr 15, 2004 3:38 pm
... This is accommodated by using table-layout="auto" which is the default, but each XSL-FO engine can use their own algorithm for calculating how the ...
5444
Victor Vishnyakov
victor_vishn...
Apr 16, 2004 8:10 am
... Thanks, Ken for the explanation. I have looped on the idea that this properties should be applied on the list-item-label and list-item-body not on the...
5445
ca_xiaoyi2003
Apr 16, 2004 4:18 pm
Maybe it is impossible, I am not sure. According to user requirement. we need to create the similiar form based on the xml content. thanks....
5446
swapnareddygari
Apr 16, 2004 4:48 pm
In my xml file am having 14 sceens, each screen contains different things like paragraph, list, Heading etc. I want to have a page break at screen level but In...
5447
G. Ken Holman
g_ken_holman
Apr 16, 2004 6:06 pm
... Then you don't want to work with "breaks" you want to work with "keeps". A "keep trait" will instruct the processor to keep information together without a...
5448
G. Ken Holman
g_ken_holman
Apr 16, 2004 6:25 pm
... There are no formatting objects for these user interface controls, but looking in the Wingdings font on a Windows XP system I see characters you can use to...
5449
swapnareddygari
Apr 16, 2004 6:40 pm
Ken, Thanks for the information. When i wraped my match="Screen" in a black with attribute keep-together.within-page="always" Am getting this warning: ...
5450
G. Ken Holman
g_ken_holman
Apr 16, 2004 6:54 pm
... It looks from your code like you are wrapping your select not the individual match. ... Right .. because if the block is *around* all screens, the block...
5451
swapnareddygari
Apr 16, 2004 7:07 pm
... a ... will be ... not *all* ... a...
5452
Fernando Noya
fernoya
Apr 19, 2004 4:57 am
hi, I'm working on an xsl file to transform an html file to fo and then process it with fop. I'm having trouble translating the "flexible" column management...