Click here to Skip to main content
15,915,873 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: Fop problems Pin
Support12311-Jul-06 2:54
Support12311-Jul-06 2:54 
GeneralRe: Fop problems Pin
Dustin Metzgar11-Jul-06 3:26
Dustin Metzgar11-Jul-06 3:26 
GeneralRe: Fop problems Pin
Support12311-Jul-06 3:37
Support12311-Jul-06 3:37 
GeneralRe: Fop problems Pin
Support12311-Jul-06 5:47
Support12311-Jul-06 5:47 
GeneralRe: Fop problems Pin
Dustin Metzgar11-Jul-06 6:28
Dustin Metzgar11-Jul-06 6:28 
GeneralRe: Fop problems Pin
Support12311-Jul-06 6:38
Support12311-Jul-06 6:38 
GeneralRe: Fop problems Pin
Support12311-Jul-06 22:11
Support12311-Jul-06 22:11 
GeneralRe: Fop problems Pin
Dustin Metzgar12-Jul-06 3:33
Dustin Metzgar12-Jul-06 3:33 
Here's the way I see it. You have to separate XSL from FO. Think of FO as being pretty much static. Although the FO processor will arrange FO blocks to create the pages, there is no conditional control that happens in FO (which can be very annoying). XSL is where all the conditional control happens. The trouble is that XSL will not know things about FO like widths or heights. You can write an if statement into your XSL, but it doesn't know if the table columns will extend too far across the page. So the only data you really know is how many columns you're going to put on the table.

Based on the number of columns, you can write your XSL to create two table rows per row of data. You could also do other things like reduce font size or change the layout of that page to landscape (but that's more trouble than it's worth).

HTH




Logifusion[^]
GeneralRe: Fop problems [modified] Pin
Support12312-Jul-06 6:18
Support12312-Jul-06 6:18 
GeneralRe: Fop problems Pin
Dustin Metzgar12-Jul-06 6:49
Dustin Metzgar12-Jul-06 6:49 
GeneralRe: Fop problems Pin
Support12312-Jul-06 20:07
Support12312-Jul-06 20:07 
GeneralRe: Fop problems Pin
Support12318-Jul-06 6:01
Support12318-Jul-06 6:01 
GeneralRe: Fop problems Pin
Dustin Metzgar18-Jul-06 11:47
Dustin Metzgar18-Jul-06 11:47 
GeneralRe: Fop problems Pin
Support12311-Jul-06 5:49
Support12311-Jul-06 5:49 
QuestionCrystal report exported xml Pin
Naveed Kamboh10-Jul-06 3:06
Naveed Kamboh10-Jul-06 3:06 
QuestionPopulation of .NET property grid [modified] Pin
tom groezer9-Jul-06 20:17
tom groezer9-Jul-06 20:17 
QuestionCreating XPath from given node Pin
mhadamji7-Jul-06 1:48
mhadamji7-Jul-06 1:48 
AnswerRe: Creating XPath from given node Pin
Dustin Metzgar7-Jul-06 3:37
Dustin Metzgar7-Jul-06 3:37 
QuestionRe: Creating XPath from given node [modified] Pin
mhadamji7-Jul-06 5:29
mhadamji7-Jul-06 5:29 
GeneralRe: Creating XPath from given node Pin
Dustin Metzgar7-Jul-06 5:35
Dustin Metzgar7-Jul-06 5:35 
GeneralRe: Creating XPath from given node [modified] Pin
mhadamji7-Jul-06 6:35
mhadamji7-Jul-06 6:35 
QuestionFOP it [modified] Pin
Support1236-Jul-06 22:48
Support1236-Jul-06 22:48 
AnswerRe: FOP it Pin
Support1236-Jul-06 22:57
Support1236-Jul-06 22:57 
GeneralRe: FOP it [modified] Pin
Anh_Tuan7-Jul-06 1:58
Anh_Tuan7-Jul-06 1:58 
GeneralRe: FOP it Pin
Dustin Metzgar7-Jul-06 3:28
Dustin Metzgar7-Jul-06 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.