css2xslfo-support Mailing List for CSSToXSLFO
Brought to you by:
wdonne
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(9) |
Apr
(6) |
May
(24) |
Jun
(14) |
Jul
|
Aug
(4) |
Sep
|
Oct
(1) |
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(4) |
Mar
(17) |
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(2) |
2007 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(11) |
Jul
(2) |
Aug
(6) |
Sep
|
Oct
(1) |
Nov
(7) |
Dec
(5) |
2008 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(12) |
Jul
(2) |
Aug
(4) |
Sep
(5) |
Oct
(21) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(16) |
Oct
|
Nov
|
Dec
|
From: USHAKOV, S. <us...@in...> - 2011-09-23 12:15:44
|
Ok Werner, many thanks for the clarifications. No doubt you spent more time than me thinking about this :) If/when I have any some more definite ideas on these topics, I'll come back :) As a bottom line I would like to add that none of my issues are really critical, and I am happy with your tool as it helps me a lot. Thanks again and best regards, Sergey ----- Original Message ----- From: "Werner Donné" <wer...@pi...> To: "USHAKOV, Sergey" <us...@in...> Cc: <css...@li...> Sent: Thursday, September 22, 2011 12:56 PM Subject: Re: [css2xslfo-support] Padding for top and bottom regions - continued for margins Hi Sergey, CSS3 also has a concept like static regions, called margin boxes. The same principals are used there. The fact that I have used an ordinary block-level element to host the static regions is because I only support the CSS2 syntax. It is true that margins can be set on all block-level elements in CSS, but in this case their block-level nature is not the essence, because I use them to provide a concept that doesn't exist in CSS2. Perhaps I should have introduced the display type "region" and specify that margins don't apply to them, as it is also the case for certain other display types. The phenomenon of the h1 margin also occurs with XEP. It is because of the difference in space resolution rules between CSS and XSL-FO. Strictly speaking CSSToXSLFO is not compliant with CSS in all cases when it comes to margins. It generates the "space-before" property, which has a default conditionality of "discard". This causes margins to collapse in certain cases. For example, if two margins of different size abut the smallest one is discarded. This can be avoided by setting the conditionality explicitly to "retain". This is how CSS behaves, but it the results are horrible for type setting and it greatly complicates style sheets. In your specific case the effect of the body border is caused by the fact that the margin of the h1 element is no longer a space of a leading reference area. The border of the body gets this role and because of this the margin of the h1 element is not discarded. CSSToXSLO will not give you a pixel perfect layout when compared to the browser. It is just a convenient interface to the XSL-FO language. This is why compromises have been made. Best regards, Werner. On 22 Sep 2011, at 01:54, USHAKOV, Sergey wrote: > Hi Werner again, and sorry for the delay. > > I take your point on absense of the concept of margins for statics in > XSL-FO. But not sure I am ready to agree with your completely :) > > In case when layout is translated from one description language to another > (this is what, say, FOP does and this is what CSSToXSLFO does) it is not > necessary that two description languages have very much in common, even at > concept level. XSL-FO does not look much alike, say, PostScript. And still > it does not prevent FOP from doing its job. > > And in case the target system does not have some concept that is supported > by the source one, is looks natural for the user to expect the converter > to take care of it, and to achieve the expected result with the tools > available in the target system... > > That's why it looks natural to expect that if static regions are allowed > to be expressed in HTML/CSS terms, then these CSS margins should appear in > the output too... > > Well, I admit that margins for static regions may be argueable. But my eye > was caught recently by one more phenomenon that looks unexpected to me. It > looks like the topmost elemen in the body region does not get its top > margin too. Please find an example attached. The 'h1' top margin is not > honored. At least for me with FOP. It's also curious that if the body > element gets a border, then this topmost child's margin gets honored too - > just uncomment the appropriate CSS rule... > > My best regards, > Sergey > > > > ----- Original Message ----- From: "Werner Donné" > <wer...@pi...> > To: "USHAKOV, Sergey" <us...@in...> > Cc: <css...@li...> > Sent: Monday, September 19, 2011 11:13 AM > Subject: Re: [css2xslfo-support] Padding for top and bottom regions > > > Hi Sergey, > > There are no margins for static regions in XSL-FO. You can set the margin > on the body region instead. > > Best regards, > > Werner. > > On 18 Sep 2011, at 11:21, USHAKOV, Sergey wrote: > >> Hi Werner, >> >> preparing an example helped bringing thoughts in order quite a lot :) >> >> I was wrong partially, as nothing looks wrong about top regions. Any >> space required for them is sufficiently controlled with their "height" >> attribute. >> >> Still there seems to be a problem with bottom regions. You can control >> their height. You can apply borders. Paddings inside the borders behave >> as expected. But if you wish to have a non-zero top margin to separate >> the top border from the body region, then it seems to be ignored. Please >> find a sample attached. I have declared "margin-top" for the bottom >> region big enough, but the PDF that results from the generated FO shows >> no substantial gap between the body and the border... >> >> My best regards, >> Sergey >> >> >> ----- Original Message ----- From: "Werner Donné" >> <wer...@pi...> >> To: "USHAKOV, Sergey" <us...@in...> >> Cc: <css...@li...> >> Sent: Friday, September 16, 2011 11:35 AM >> Subject: Re: [css2xslfo-support] Padding for top and bottom regions >> >> >> Hi Sergey, >> >> The top and bottom regions have a fixed height and always abut on the >> body region. This means that whatever you put in them should fit this >> height. I would expect padding to work also for top and bottom regions. >> Perhaps you can send me the example? >> >> Best regards, >> >> Werner. >> >> On 16 Sep 2011, at 06:48, USHAKOV, Sergey wrote: >> >>> Hi Werner, >>> >>> I'm going ahead with my re-exploration of CSSToXSLFO features :) >>> >>> My next stop was at borders for top and bottom regions. My idea was to >>> have >>> these regions separated from the body region by visible borders with >>> controllable margins and paddings. My idea was also to have all these >>> margins/borders/paddings belong to appropriate top/bottom regions rather >>> than to the body region for better flexibility. >>> >>> Everything is perfect wth margins and borders. But I did not succeed >>> with >>> paddings. My impression is that CSS attributes for padding are not >>> honored >>> for top and bottom regions, at least at joints with the body region. >>> >>> My workaround was adding extra empty 'div' elements to do the job for >>> paddings. But cannot say this looks elegant... >>> >>> Any ideas? >>> >>> Thanks in advance and best regards, >>> Sergey >>> >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> http://p.sf.net/sfu/rim-devcon-copy2 >>> _______________________________________________ >>> css2xslfo-support mailing list >>> css...@li... >>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >> >> -- >> http://www.pincette.biz/ >> Handling your documents with care, wherever you are. >> <test.xhtml>------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2_______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > -- > http://www.pincette.biz/ > Handling your documents with care, wherever you are. > <test.xhtml>------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1_______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: Werner D. <wer...@pi...> - 2011-09-22 08:56:17
|
Hi Sergey, CSS3 also has a concept like static regions, called margin boxes. The same principals are used there. The fact that I have used an ordinary block-level element to host the static regions is because I only support the CSS2 syntax. It is true that margins can be set on all block-level elements in CSS, but in this case their block-level nature is not the essence, because I use them to provide a concept that doesn't exist in CSS2. Perhaps I should have introduced the display type "region" and specify that margins don't apply to them, as it is also the case for certain other display types. The phenomenon of the h1 margin also occurs with XEP. It is because of the difference in space resolution rules between CSS and XSL-FO. Strictly speaking CSSToXSLFO is not compliant with CSS in all cases when it comes to margins. It generates the "space-before" property, which has a default conditionality of "discard". This causes margins to collapse in certain cases. For example, if two margins of different size abut the smallest one is discarded. This can be avoided by setting the conditionality explicitly to "retain". This is how CSS behaves, but it the results are horrible for type setting and it greatly complicates style sheets. In your specific case the effect of the body border is caused by the fact that the margin of the h1 element is no longer a space of a leading reference area. The border of the body gets this role and because of this the margin of the h1 element is not discarded. CSSToXSLO will not give you a pixel perfect layout when compared to the browser. It is just a convenient interface to the XSL-FO language. This is why compromises have been made. Best regards, Werner. On 22 Sep 2011, at 01:54, USHAKOV, Sergey wrote: > Hi Werner again, and sorry for the delay. > > I take your point on absense of the concept of margins for statics in XSL-FO. But not sure I am ready to agree with your completely :) > > In case when layout is translated from one description language to another (this is what, say, FOP does and this is what CSSToXSLFO does) it is not necessary that two description languages have very much in common, even at concept level. XSL-FO does not look much alike, say, PostScript. And still it does not prevent FOP from doing its job. > > And in case the target system does not have some concept that is supported by the source one, is looks natural for the user to expect the converter to take care of it, and to achieve the expected result with the tools available in the target system... > > That's why it looks natural to expect that if static regions are allowed to be expressed in HTML/CSS terms, then these CSS margins should appear in the output too... > > Well, I admit that margins for static regions may be argueable. But my eye was caught recently by one more phenomenon that looks unexpected to me. It looks like the topmost elemen in the body region does not get its top margin too. Please find an example attached. The 'h1' top margin is not honored. At least for me with FOP. It's also curious that if the body element gets a border, then this topmost child's margin gets honored too - just uncomment the appropriate CSS rule... > > My best regards, > Sergey > > > > ----- Original Message ----- From: "Werner Donné" <wer...@pi...> > To: "USHAKOV, Sergey" <us...@in...> > Cc: <css...@li...> > Sent: Monday, September 19, 2011 11:13 AM > Subject: Re: [css2xslfo-support] Padding for top and bottom regions > > > Hi Sergey, > > There are no margins for static regions in XSL-FO. You can set the margin on the body region instead. > > Best regards, > > Werner. > > On 18 Sep 2011, at 11:21, USHAKOV, Sergey wrote: > >> Hi Werner, >> >> preparing an example helped bringing thoughts in order quite a lot :) >> >> I was wrong partially, as nothing looks wrong about top regions. Any space required for them is sufficiently controlled with their "height" attribute. >> >> Still there seems to be a problem with bottom regions. You can control their height. You can apply borders. Paddings inside the borders behave as expected. But if you wish to have a non-zero top margin to separate the top border from the body region, then it seems to be ignored. Please find a sample attached. I have declared "margin-top" for the bottom region big enough, but the PDF that results from the generated FO shows no substantial gap between the body and the border... >> >> My best regards, >> Sergey >> >> >> ----- Original Message ----- From: "Werner Donné" <wer...@pi...> >> To: "USHAKOV, Sergey" <us...@in...> >> Cc: <css...@li...> >> Sent: Friday, September 16, 2011 11:35 AM >> Subject: Re: [css2xslfo-support] Padding for top and bottom regions >> >> >> Hi Sergey, >> >> The top and bottom regions have a fixed height and always abut on the body region. This means that whatever you put in them should fit this height. I would expect padding to work also for top and bottom regions. Perhaps you can send me the example? >> >> Best regards, >> >> Werner. >> >> On 16 Sep 2011, at 06:48, USHAKOV, Sergey wrote: >> >>> Hi Werner, >>> >>> I'm going ahead with my re-exploration of CSSToXSLFO features :) >>> >>> My next stop was at borders for top and bottom regions. My idea was to have >>> these regions separated from the body region by visible borders with >>> controllable margins and paddings. My idea was also to have all these >>> margins/borders/paddings belong to appropriate top/bottom regions rather >>> than to the body region for better flexibility. >>> >>> Everything is perfect wth margins and borders. But I did not succeed with >>> paddings. My impression is that CSS attributes for padding are not honored >>> for top and bottom regions, at least at joints with the body region. >>> >>> My workaround was adding extra empty 'div' elements to do the job for >>> paddings. But cannot say this looks elegant... >>> >>> Any ideas? >>> >>> Thanks in advance and best regards, >>> Sergey >>> >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> http://p.sf.net/sfu/rim-devcon-copy2 >>> _______________________________________________ >>> css2xslfo-support mailing list >>> css...@li... >>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >> >> -- >> http://www.pincette.biz/ >> Handling your documents with care, wherever you are. >> <test.xhtml>------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2_______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > -- > http://www.pincette.biz/ > Handling your documents with care, wherever you are. > <test.xhtml>------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2dcopy1_______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: USHAKOV, S. <us...@in...> - 2011-09-21 23:57:39
|
Hi Werner again, and sorry for the delay. I take your point on absense of the concept of margins for statics in XSL-FO. But not sure I am ready to agree with your completely :) In case when layout is translated from one description language to another (this is what, say, FOP does and this is what CSSToXSLFO does) it is not necessary that two description languages have very much in common, even at concept level. XSL-FO does not look much alike, say, PostScript. And still it does not prevent FOP from doing its job. And in case the target system does not have some concept that is supported by the source one, is looks natural for the user to expect the converter to take care of it, and to achieve the expected result with the tools available in the target system... That's why it looks natural to expect that if static regions are allowed to be expressed in HTML/CSS terms, then these CSS margins should appear in the output too... Well, I admit that margins for static regions may be argueable. But my eye was caught recently by one more phenomenon that looks unexpected to me. It looks like the topmost elemen in the body region does not get its top margin too. Please find an example attached. The 'h1' top margin is not honored. At least for me with FOP. It's also curious that if the body element gets a border, then this topmost child's margin gets honored too - just uncomment the appropriate CSS rule... My best regards, Sergey ----- Original Message ----- From: "Werner Donné" <wer...@pi...> To: "USHAKOV, Sergey" <us...@in...> Cc: <css...@li...> Sent: Monday, September 19, 2011 11:13 AM Subject: Re: [css2xslfo-support] Padding for top and bottom regions Hi Sergey, There are no margins for static regions in XSL-FO. You can set the margin on the body region instead. Best regards, Werner. On 18 Sep 2011, at 11:21, USHAKOV, Sergey wrote: > Hi Werner, > > preparing an example helped bringing thoughts in order quite a lot :) > > I was wrong partially, as nothing looks wrong about top regions. Any space > required for them is sufficiently controlled with their "height" > attribute. > > Still there seems to be a problem with bottom regions. You can control > their height. You can apply borders. Paddings inside the borders behave as > expected. But if you wish to have a non-zero top margin to separate the > top border from the body region, then it seems to be ignored. Please find > a sample attached. I have declared "margin-top" for the bottom region big > enough, but the PDF that results from the generated FO shows no > substantial gap between the body and the border... > > My best regards, > Sergey > > > ----- Original Message ----- From: "Werner Donné" > <wer...@pi...> > To: "USHAKOV, Sergey" <us...@in...> > Cc: <css...@li...> > Sent: Friday, September 16, 2011 11:35 AM > Subject: Re: [css2xslfo-support] Padding for top and bottom regions > > > Hi Sergey, > > The top and bottom regions have a fixed height and always abut on the body > region. This means that whatever you put in them should fit this height. I > would expect padding to work also for top and bottom regions. Perhaps you > can send me the example? > > Best regards, > > Werner. > > On 16 Sep 2011, at 06:48, USHAKOV, Sergey wrote: > >> Hi Werner, >> >> I'm going ahead with my re-exploration of CSSToXSLFO features :) >> >> My next stop was at borders for top and bottom regions. My idea was to >> have >> these regions separated from the body region by visible borders with >> controllable margins and paddings. My idea was also to have all these >> margins/borders/paddings belong to appropriate top/bottom regions rather >> than to the body region for better flexibility. >> >> Everything is perfect wth margins and borders. But I did not succeed with >> paddings. My impression is that CSS attributes for padding are not >> honored >> for top and bottom regions, at least at joints with the body region. >> >> My workaround was adding extra empty 'div' elements to do the job for >> paddings. But cannot say this looks elegant... >> >> Any ideas? >> >> Thanks in advance and best regards, >> Sergey >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2 >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > -- > http://www.pincette.biz/ > Handling your documents with care, wherever you are. > <test.xhtml>------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2_______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: Svetoslav M. <sve...@sv...> - 2011-09-20 12:00:27
|
Hello, I have just started with css2xmlfo and I cannot produce any fo file. I am using MacOS X and from the command line: >java -jar css2xslfo1_6_2.jar <filename> the file is an XML file. So I am clueless as to how and where exactly the problem is. Any help will be greatly appreciated. I am attaching the xml file and the css file. Thank you! Svetoslav |
From: Werner D. <wer...@pi...> - 2011-09-19 07:14:39
|
Hi Sergey, There are no margins for static regions in XSL-FO. You can set the margin on the body region instead. Best regards, Werner. On 18 Sep 2011, at 11:21, USHAKOV, Sergey wrote: > Hi Werner, > > preparing an example helped bringing thoughts in order quite a lot :) > > I was wrong partially, as nothing looks wrong about top regions. Any space required for them is sufficiently controlled with their "height" attribute. > > Still there seems to be a problem with bottom regions. You can control their height. You can apply borders. Paddings inside the borders behave as expected. But if you wish to have a non-zero top margin to separate the top border from the body region, then it seems to be ignored. Please find a sample attached. I have declared "margin-top" for the bottom region big enough, but the PDF that results from the generated FO shows no substantial gap between the body and the border... > > My best regards, > Sergey > > > ----- Original Message ----- From: "Werner Donné" <wer...@pi...> > To: "USHAKOV, Sergey" <us...@in...> > Cc: <css...@li...> > Sent: Friday, September 16, 2011 11:35 AM > Subject: Re: [css2xslfo-support] Padding for top and bottom regions > > > Hi Sergey, > > The top and bottom regions have a fixed height and always abut on the body region. This means that whatever you put in them should fit this height. I would expect padding to work also for top and bottom regions. Perhaps you can send me the example? > > Best regards, > > Werner. > > On 16 Sep 2011, at 06:48, USHAKOV, Sergey wrote: > >> Hi Werner, >> >> I'm going ahead with my re-exploration of CSSToXSLFO features :) >> >> My next stop was at borders for top and bottom regions. My idea was to have >> these regions separated from the body region by visible borders with >> controllable margins and paddings. My idea was also to have all these >> margins/borders/paddings belong to appropriate top/bottom regions rather >> than to the body region for better flexibility. >> >> Everything is perfect wth margins and borders. But I did not succeed with >> paddings. My impression is that CSS attributes for padding are not honored >> for top and bottom regions, at least at joints with the body region. >> >> My workaround was adding extra empty 'div' elements to do the job for >> paddings. But cannot say this looks elegant... >> >> Any ideas? >> >> Thanks in advance and best regards, >> Sergey >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> http://p.sf.net/sfu/rim-devcon-copy2 >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > -- > http://www.pincette.biz/ > Handling your documents with care, wherever you are. > <test.xhtml>------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2_______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: USHAKOV, S. <us...@in...> - 2011-09-18 09:21:36
|
Hi Werner, preparing an example helped bringing thoughts in order quite a lot :) I was wrong partially, as nothing looks wrong about top regions. Any space required for them is sufficiently controlled with their "height" attribute. Still there seems to be a problem with bottom regions. You can control their height. You can apply borders. Paddings inside the borders behave as expected. But if you wish to have a non-zero top margin to separate the top border from the body region, then it seems to be ignored. Please find a sample attached. I have declared "margin-top" for the bottom region big enough, but the PDF that results from the generated FO shows no substantial gap between the body and the border... My best regards, Sergey ----- Original Message ----- From: "Werner Donné" <wer...@pi...> To: "USHAKOV, Sergey" <us...@in...> Cc: <css...@li...> Sent: Friday, September 16, 2011 11:35 AM Subject: Re: [css2xslfo-support] Padding for top and bottom regions Hi Sergey, The top and bottom regions have a fixed height and always abut on the body region. This means that whatever you put in them should fit this height. I would expect padding to work also for top and bottom regions. Perhaps you can send me the example? Best regards, Werner. On 16 Sep 2011, at 06:48, USHAKOV, Sergey wrote: > Hi Werner, > > I'm going ahead with my re-exploration of CSSToXSLFO features :) > > My next stop was at borders for top and bottom regions. My idea was to > have > these regions separated from the body region by visible borders with > controllable margins and paddings. My idea was also to have all these > margins/borders/paddings belong to appropriate top/bottom regions rather > than to the body region for better flexibility. > > Everything is perfect wth margins and borders. But I did not succeed with > paddings. My impression is that CSS attributes for padding are not honored > for top and bottom regions, at least at joints with the body region. > > My workaround was adding extra empty 'div' elements to do the job for > paddings. But cannot say this looks elegant... > > Any ideas? > > Thanks in advance and best regards, > Sergey > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: Werner D. <wer...@pi...> - 2011-09-16 07:37:18
|
Hi Sergey, The top and bottom regions have a fixed height and always abut on the body region. This means that whatever you put in them should fit this height. I would expect padding to work also for top and bottom regions. Perhaps you can send me the example? Best regards, Werner. On 16 Sep 2011, at 06:48, USHAKOV, Sergey wrote: > Hi Werner, > > I'm going ahead with my re-exploration of CSSToXSLFO features :) > > My next stop was at borders for top and bottom regions. My idea was to have > these regions separated from the body region by visible borders with > controllable margins and paddings. My idea was also to have all these > margins/borders/paddings belong to appropriate top/bottom regions rather > than to the body region for better flexibility. > > Everything is perfect wth margins and borders. But I did not succeed with > paddings. My impression is that CSS attributes for padding are not honored > for top and bottom regions, at least at joints with the body region. > > My workaround was adding extra empty 'div' elements to do the job for > paddings. But cannot say this looks elegant... > > Any ideas? > > Thanks in advance and best regards, > Sergey > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > http://p.sf.net/sfu/rim-devcon-copy2 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: USHAKOV, S. <us...@in...> - 2011-09-16 04:48:19
|
Hi Werner, I'm going ahead with my re-exploration of CSSToXSLFO features :) My next stop was at borders for top and bottom regions. My idea was to have these regions separated from the body region by visible borders with controllable margins and paddings. My idea was also to have all these margins/borders/paddings belong to appropriate top/bottom regions rather than to the body region for better flexibility. Everything is perfect wth margins and borders. But I did not succeed with paddings. My impression is that CSS attributes for padding are not honored for top and bottom regions, at least at joints with the body region. My workaround was adding extra empty 'div' elements to do the job for paddings. But cannot say this looks elegant... Any ideas? Thanks in advance and best regards, Sergey |
From: Werner D. <wer...@pi...> - 2011-09-14 07:33:56
|
Hi Sergey, Thank you for the suggestion. I have added the following bug report for this: https://sourceforge.net/tracker/?func=detail&aid=3409061&group_id=117065&atid=676813. Best regards, Werner. On 14 Sep 2011, at 05:56, USHAKOV, Sergey wrote: > Thank you Werner, > > '@page' solved the problem for me. > > Do you mind adding an example of '@page' usage to your code snippets in some > future version of the manual to help other dumb copy-pasters like me avoid > this pitfall? :) > > Thanks again and best regards, > Sergey > > > ----- Original Message ----- > From: "Werner Donné" <wer...@pi...> > To: "USHAKOV, Sergey" <us...@in...> > Cc: <css...@li...> > Sent: Tuesday, September 13, 2011 8:30 PM > Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 > > > Hi Sergey, > > The problem is in your document, but it isn't obvious. The page-setup > mechanism doesn't work because there are no @page rules at the beginning of > the stylesheet. There should be at least something this: > > @page > { > size: portrait; > } > > This is mentioned in paragraph 4 of section 4.1 of the manual. > > Best regards, > > Werner. > > On 13 Sep 2011, at 16:31, USHAKOV, Sergey wrote: > >> Werner, thank you for prompt response. >> >> I have prepared an abridged XHTML/CSS sample document that demonstrates >> the problem, at least for me :) >> Please see it attached. The FO is attached too. >> >> Thank you for your comments in advance, and sorry if the problem is in my >> html/css and obvious... >> >> Regards, >> Sergey >> >> >> >> ----- Original Message ----- From: "Werner Donné" >> <wer...@pi...> >> To: "USHAKOV, Sergey" <us...@in...> >> Cc: <css...@li...> >> Sent: Tuesday, September 13, 2011 10:50 AM >> Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 >> >> >>> Hi Sergey, >>> >>> This would indicate that there is an element to which a region is >>> assigned and that is not one of the first children of the body element. >>> All region elements should come before the first element that is not a >>> region. If this is not causing the problem in your case, then I should >>> see the example in order to understand what is going on. >>> >>> Best regards, >>> >>> Werner. >>> >>> On 13 Sep 2011, at 07:34, USHAKOV, Sergey wrote: >>> >>>> And one more news. Direct conversion from xhtml to pdf with css2fopnew >>>> ends >>>> for me with the same exception. >>>> >>>> Regards, >>>> Sergey >>>> >>>> >>>> ----- Original Message ----- From: "USHAKOV, Sergey" >>>> <us...@in...> >>>> To: <css...@li...> >>>> Sent: Tuesday, September 13, 2011 7:16 AM >>>> Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 >>>> >>>> >>>>> Just a short extra note. I did not try direct conversion to pdf using >>>>> css2fopnew yet. What I did was chain coversion, first with plain >>>>> css2xslfo >>>>> and then with FOP itself... >>>>> >>>>> Regards, >>>>> Sergey >>>>> >>>>> >>>>> ----- Original Message ----- From: "USHAKOV, Sergey" >>>>> <us...@in...> >>>>> To: <css...@li...> >>>>> Sent: Tuesday, September 13, 2011 6:59 AM >>>>> Subject: Problem with regions and FOP 1.0 >>>>> >>>>> >>>>>> Hi Werner, >>>>>> >>>>>> I haven't been using css2cslfo for quite a long time already. Having >>>>>> come >>>>>> back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem >>>>>> with static regions. >>>>>> >>>>>> FOP is complaining with an exception >>>>>> javax.xml.transform.TransformerException: ... >>>>>> "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid >>>>>> child >>>>>> of "fo:flow"! ... >>>>>> >>>>>> The approach I'm using is very close to your instructions in the "Page >>>>>> Regions" section of your manual. No extra options for css2cslfo. No >>>>>> extra >>>>>> options for FOP, just plain pdf generation. >>>>>> >>>>>> Can you reproduce this issue? If not, I'll go ahead with specifying my >>>>>> case in more detail... >>>>>> >>>>>> My best regards, >>>>>> Sergey >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>>>> Learn about the latest advances in developing for the >>>>> BlackBerry® mobile platform with sessions, labs & more. >>>>> See new tools and technologies. Register for BlackBerry® DevCon >>>>> today! >>>>> http://p.sf.net/sfu/rim-devcon-copy1 >>>>> _______________________________________________ >>>>> css2xslfo-support mailing list >>>>> css...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>>> Learn about the latest advances in developing for the >>>> BlackBerry® mobile platform with sessions, labs & more. >>>> See new tools and technologies. Register for BlackBerry® DevCon >>>> today! >>>> http://p.sf.net/sfu/rim-devcon-copy1 >>>> _______________________________________________ >>>> css2xslfo-support mailing list >>>> css...@li... >>>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >>> >>> -- >>> http://www.pincette.biz/ >>> Handling your documents with care, wherever you are. >>> >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> Learn about the latest advances in developing for the >>> BlackBerry® mobile platform with sessions, labs & more. >>> See new tools and technologies. Register for BlackBerry® DevCon >>> today! >>> http://p.sf.net/sfu/rim-devcon-copy1 >>> _______________________________________________ >>> css2xslfo-support mailing list >>> css...@li... >>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >> <test.xhtml><test.fo>------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> Learn about the latest advances in developing for the >> BlackBerry® mobile platform with sessions, labs & more. >> See new tools and technologies. Register for BlackBerry® DevCon today! >> http://p.sf.net/sfu/rim-devcon-copy1 >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > -- > http://www.pincette.biz/ > Handling your documents with care, wherever you are. > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs & more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: USHAKOV, S. <us...@in...> - 2011-09-14 03:56:19
|
Thank you Werner, '@page' solved the problem for me. Do you mind adding an example of '@page' usage to your code snippets in some future version of the manual to help other dumb copy-pasters like me avoid this pitfall? :) Thanks again and best regards, Sergey ----- Original Message ----- From: "Werner Donné" <wer...@pi...> To: "USHAKOV, Sergey" <us...@in...> Cc: <css...@li...> Sent: Tuesday, September 13, 2011 8:30 PM Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 Hi Sergey, The problem is in your document, but it isn't obvious. The page-setup mechanism doesn't work because there are no @page rules at the beginning of the stylesheet. There should be at least something this: @page { size: portrait; } This is mentioned in paragraph 4 of section 4.1 of the manual. Best regards, Werner. On 13 Sep 2011, at 16:31, USHAKOV, Sergey wrote: > Werner, thank you for prompt response. > > I have prepared an abridged XHTML/CSS sample document that demonstrates > the problem, at least for me :) > Please see it attached. The FO is attached too. > > Thank you for your comments in advance, and sorry if the problem is in my > html/css and obvious... > > Regards, > Sergey > > > > ----- Original Message ----- From: "Werner Donné" > <wer...@pi...> > To: "USHAKOV, Sergey" <us...@in...> > Cc: <css...@li...> > Sent: Tuesday, September 13, 2011 10:50 AM > Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 > > >> Hi Sergey, >> >> This would indicate that there is an element to which a region is >> assigned and that is not one of the first children of the body element. >> All region elements should come before the first element that is not a >> region. If this is not causing the problem in your case, then I should >> see the example in order to understand what is going on. >> >> Best regards, >> >> Werner. >> >> On 13 Sep 2011, at 07:34, USHAKOV, Sergey wrote: >> >>> And one more news. Direct conversion from xhtml to pdf with css2fopnew >>> ends >>> for me with the same exception. >>> >>> Regards, >>> Sergey >>> >>> >>> ----- Original Message ----- From: "USHAKOV, Sergey" >>> <us...@in...> >>> To: <css...@li...> >>> Sent: Tuesday, September 13, 2011 7:16 AM >>> Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 >>> >>> >>>> Just a short extra note. I did not try direct conversion to pdf using >>>> css2fopnew yet. What I did was chain coversion, first with plain >>>> css2xslfo >>>> and then with FOP itself... >>>> >>>> Regards, >>>> Sergey >>>> >>>> >>>> ----- Original Message ----- From: "USHAKOV, Sergey" >>>> <us...@in...> >>>> To: <css...@li...> >>>> Sent: Tuesday, September 13, 2011 6:59 AM >>>> Subject: Problem with regions and FOP 1.0 >>>> >>>> >>>>> Hi Werner, >>>>> >>>>> I haven't been using css2cslfo for quite a long time already. Having >>>>> come >>>>> back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem >>>>> with static regions. >>>>> >>>>> FOP is complaining with an exception >>>>> javax.xml.transform.TransformerException: ... >>>>> "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid >>>>> child >>>>> of "fo:flow"! ... >>>>> >>>>> The approach I'm using is very close to your instructions in the "Page >>>>> Regions" section of your manual. No extra options for css2cslfo. No >>>>> extra >>>>> options for FOP, just plain pdf generation. >>>>> >>>>> Can you reproduce this issue? If not, I'll go ahead with specifying my >>>>> case in more detail... >>>>> >>>>> My best regards, >>>>> Sergey >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>>> Learn about the latest advances in developing for the >>>> BlackBerry® mobile platform with sessions, labs & more. >>>> See new tools and technologies. Register for BlackBerry® DevCon >>>> today! >>>> http://p.sf.net/sfu/rim-devcon-copy1 >>>> _______________________________________________ >>>> css2xslfo-support mailing list >>>> css...@li... >>>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >>> >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> Learn about the latest advances in developing for the >>> BlackBerry® mobile platform with sessions, labs & more. >>> See new tools and technologies. Register for BlackBerry® DevCon >>> today! >>> http://p.sf.net/sfu/rim-devcon-copy1 >>> _______________________________________________ >>> css2xslfo-support mailing list >>> css...@li... >>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >> >> -- >> http://www.pincette.biz/ >> Handling your documents with care, wherever you are. >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> Learn about the latest advances in developing for the >> BlackBerry® mobile platform with sessions, labs & more. >> See new tools and technologies. Register for BlackBerry® DevCon >> today! >> http://p.sf.net/sfu/rim-devcon-copy1 >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > <test.xhtml><test.fo>------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs & more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: USHAKOV, S. <us...@in...> - 2011-09-13 19:39:56
|
Hi Werner, I haven't been using css2cslfo for quite a long time already. Having come back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem with static regions. FOP is complaining with an exception javax.xml.transform.TransformerException: ... "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid child of "fo:flow"! ... The approach I'm using is very close to your instructions in the "Page Regions" section of your manual. No extra options for css2cslfo. No extra options for FOP, just plain pdf generation. Can you reproduce this issue? If not, I'll go ahead with specifying my case in more detail... My best regards, Sergey |
From: Werner D. <wer...@pi...> - 2011-09-13 16:30:54
|
Hi Sergey, The problem is in your document, but it isn't obvious. The page-setup mechanism doesn't work because there are no @page rules at the beginning of the stylesheet. There should be at least something this: @page { size: portrait; } This is mentioned in paragraph 4 of section 4.1 of the manual. Best regards, Werner. On 13 Sep 2011, at 16:31, USHAKOV, Sergey wrote: > Werner, thank you for prompt response. > > I have prepared an abridged XHTML/CSS sample document that demonstrates the problem, at least for me :) > Please see it attached. The FO is attached too. > > Thank you for your comments in advance, and sorry if the problem is in my html/css and obvious... > > Regards, > Sergey > > > > ----- Original Message ----- From: "Werner Donné" <wer...@pi...> > To: "USHAKOV, Sergey" <us...@in...> > Cc: <css...@li...> > Sent: Tuesday, September 13, 2011 10:50 AM > Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 > > >> Hi Sergey, >> >> This would indicate that there is an element to which a region is assigned and that is not one of the first children of the body element. All region elements should come before the first element that is not a region. If this is not causing the problem in your case, then I should see the example in order to understand what is going on. >> >> Best regards, >> >> Werner. >> >> On 13 Sep 2011, at 07:34, USHAKOV, Sergey wrote: >> >>> And one more news. Direct conversion from xhtml to pdf with css2fopnew ends >>> for me with the same exception. >>> >>> Regards, >>> Sergey >>> >>> >>> ----- Original Message ----- From: "USHAKOV, Sergey" <us...@in...> >>> To: <css...@li...> >>> Sent: Tuesday, September 13, 2011 7:16 AM >>> Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 >>> >>> >>>> Just a short extra note. I did not try direct conversion to pdf using >>>> css2fopnew yet. What I did was chain coversion, first with plain css2xslfo >>>> and then with FOP itself... >>>> >>>> Regards, >>>> Sergey >>>> >>>> >>>> ----- Original Message ----- From: "USHAKOV, Sergey" <us...@in...> >>>> To: <css...@li...> >>>> Sent: Tuesday, September 13, 2011 6:59 AM >>>> Subject: Problem with regions and FOP 1.0 >>>> >>>> >>>>> Hi Werner, >>>>> >>>>> I haven't been using css2cslfo for quite a long time already. Having come >>>>> back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem >>>>> with static regions. >>>>> >>>>> FOP is complaining with an exception >>>>> javax.xml.transform.TransformerException: ... >>>>> "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid child >>>>> of "fo:flow"! ... >>>>> >>>>> The approach I'm using is very close to your instructions in the "Page >>>>> Regions" section of your manual. No extra options for css2cslfo. No extra >>>>> options for FOP, just plain pdf generation. >>>>> >>>>> Can you reproduce this issue? If not, I'll go ahead with specifying my >>>>> case in more detail... >>>>> >>>>> My best regards, >>>>> Sergey >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>>> Learn about the latest advances in developing for the >>>> BlackBerry® mobile platform with sessions, labs & more. >>>> See new tools and technologies. Register for BlackBerry® DevCon today! >>>> http://p.sf.net/sfu/rim-devcon-copy1 >>>> _______________________________________________ >>>> css2xslfo-support mailing list >>>> css...@li... >>>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >>> >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> Learn about the latest advances in developing for the >>> BlackBerry® mobile platform with sessions, labs & more. >>> See new tools and technologies. Register for BlackBerry® DevCon today! >>> http://p.sf.net/sfu/rim-devcon-copy1 >>> _______________________________________________ >>> css2xslfo-support mailing list >>> css...@li... >>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >> >> -- >> http://www.pincette.biz/ >> Handling your documents with care, wherever you are. >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> Learn about the latest advances in developing for the >> BlackBerry® mobile platform with sessions, labs & more. >> See new tools and technologies. Register for BlackBerry® DevCon today! >> http://p.sf.net/sfu/rim-devcon-copy1 >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > <test.xhtml><test.fo>------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs & more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: USHAKOV, S. <us...@in...> - 2011-09-13 14:32:05
|
Werner, thank you for prompt response. I have prepared an abridged XHTML/CSS sample document that demonstrates the problem, at least for me :) Please see it attached. The FO is attached too. Thank you for your comments in advance, and sorry if the problem is in my html/css and obvious... Regards, Sergey ----- Original Message ----- From: "Werner Donné" <wer...@pi...> To: "USHAKOV, Sergey" <us...@in...> Cc: <css...@li...> Sent: Tuesday, September 13, 2011 10:50 AM Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 > Hi Sergey, > > This would indicate that there is an element to which a region is assigned > and that is not one of the first children of the body element. All region > elements should come before the first element that is not a region. If > this is not causing the problem in your case, then I should see the > example in order to understand what is going on. > > Best regards, > > Werner. > > On 13 Sep 2011, at 07:34, USHAKOV, Sergey wrote: > >> And one more news. Direct conversion from xhtml to pdf with css2fopnew >> ends >> for me with the same exception. >> >> Regards, >> Sergey >> >> >> ----- Original Message ----- >> From: "USHAKOV, Sergey" <us...@in...> >> To: <css...@li...> >> Sent: Tuesday, September 13, 2011 7:16 AM >> Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 >> >> >>> Just a short extra note. I did not try direct conversion to pdf using >>> css2fopnew yet. What I did was chain coversion, first with plain >>> css2xslfo >>> and then with FOP itself... >>> >>> Regards, >>> Sergey >>> >>> >>> ----- Original Message ----- >>> From: "USHAKOV, Sergey" <us...@in...> >>> To: <css...@li...> >>> Sent: Tuesday, September 13, 2011 6:59 AM >>> Subject: Problem with regions and FOP 1.0 >>> >>> >>>> Hi Werner, >>>> >>>> I haven't been using css2cslfo for quite a long time already. Having >>>> come >>>> back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem >>>> with static regions. >>>> >>>> FOP is complaining with an exception >>>> javax.xml.transform.TransformerException: ... >>>> "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid >>>> child >>>> of "fo:flow"! ... >>>> >>>> The approach I'm using is very close to your instructions in the "Page >>>> Regions" section of your manual. No extra options for css2cslfo. No >>>> extra >>>> options for FOP, just plain pdf generation. >>>> >>>> Can you reproduce this issue? If not, I'll go ahead with specifying my >>>> case in more detail... >>>> >>>> My best regards, >>>> Sergey >>> >>> >>> ------------------------------------------------------------------------------ >>> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >>> Learn about the latest advances in developing for the >>> BlackBerry® mobile platform with sessions, labs & more. >>> See new tools and technologies. Register for BlackBerry® DevCon >>> today! >>> http://p.sf.net/sfu/rim-devcon-copy1 >>> _______________________________________________ >>> css2xslfo-support mailing list >>> css...@li... >>> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> Learn about the latest advances in developing for the >> BlackBerry® mobile platform with sessions, labs & more. >> See new tools and technologies. Register for BlackBerry® DevCon >> today! >> http://p.sf.net/sfu/rim-devcon-copy1 >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > -- > http://www.pincette.biz/ > Handling your documents with care, wherever you are. > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs & more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support |
From: Werner D. <wer...@pi...> - 2011-09-13 07:13:56
|
Hi Sergey, This would indicate that there is an element to which a region is assigned and that is not one of the first children of the body element. All region elements should come before the first element that is not a region. If this is not causing the problem in your case, then I should see the example in order to understand what is going on. Best regards, Werner. On 13 Sep 2011, at 07:34, USHAKOV, Sergey wrote: > And one more news. Direct conversion from xhtml to pdf with css2fopnew ends > for me with the same exception. > > Regards, > Sergey > > > ----- Original Message ----- > From: "USHAKOV, Sergey" <us...@in...> > To: <css...@li...> > Sent: Tuesday, September 13, 2011 7:16 AM > Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 > > >> Just a short extra note. I did not try direct conversion to pdf using >> css2fopnew yet. What I did was chain coversion, first with plain css2xslfo >> and then with FOP itself... >> >> Regards, >> Sergey >> >> >> ----- Original Message ----- >> From: "USHAKOV, Sergey" <us...@in...> >> To: <css...@li...> >> Sent: Tuesday, September 13, 2011 6:59 AM >> Subject: Problem with regions and FOP 1.0 >> >> >>> Hi Werner, >>> >>> I haven't been using css2cslfo for quite a long time already. Having come >>> back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem >>> with static regions. >>> >>> FOP is complaining with an exception >>> javax.xml.transform.TransformerException: ... >>> "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid child >>> of "fo:flow"! ... >>> >>> The approach I'm using is very close to your instructions in the "Page >>> Regions" section of your manual. No extra options for css2cslfo. No extra >>> options for FOP, just plain pdf generation. >>> >>> Can you reproduce this issue? If not, I'll go ahead with specifying my >>> case in more detail... >>> >>> My best regards, >>> Sergey >> >> >> ------------------------------------------------------------------------------ >> BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA >> Learn about the latest advances in developing for the >> BlackBerry® mobile platform with sessions, labs & more. >> See new tools and technologies. Register for BlackBerry® DevCon today! >> http://p.sf.net/sfu/rim-devcon-copy1 >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs & more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: USHAKOV, S. <us...@in...> - 2011-09-13 05:34:23
|
And one more news. Direct conversion from xhtml to pdf with css2fopnew ends for me with the same exception. Regards, Sergey ----- Original Message ----- From: "USHAKOV, Sergey" <us...@in...> To: <css...@li...> Sent: Tuesday, September 13, 2011 7:16 AM Subject: Re: [css2xslfo-support] Problem with regions and FOP 1.0 > Just a short extra note. I did not try direct conversion to pdf using > css2fopnew yet. What I did was chain coversion, first with plain css2xslfo > and then with FOP itself... > > Regards, > Sergey > > > ----- Original Message ----- > From: "USHAKOV, Sergey" <us...@in...> > To: <css...@li...> > Sent: Tuesday, September 13, 2011 6:59 AM > Subject: Problem with regions and FOP 1.0 > > >> Hi Werner, >> >> I haven't been using css2cslfo for quite a long time already. Having come >> back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem >> with static regions. >> >> FOP is complaining with an exception >> javax.xml.transform.TransformerException: ... >> "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid child >> of "fo:flow"! ... >> >> The approach I'm using is very close to your instructions in the "Page >> Regions" section of your manual. No extra options for css2cslfo. No extra >> options for FOP, just plain pdf generation. >> >> Can you reproduce this issue? If not, I'll go ahead with specifying my >> case in more detail... >> >> My best regards, >> Sergey > > > ------------------------------------------------------------------------------ > BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA > Learn about the latest advances in developing for the > BlackBerry® mobile platform with sessions, labs & more. > See new tools and technologies. Register for BlackBerry® DevCon today! > http://p.sf.net/sfu/rim-devcon-copy1 > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support |
From: USHAKOV, S. <us...@in...> - 2011-09-13 03:16:30
|
Just a short extra note. I did not try direct conversion to pdf using css2fopnew yet. What I did was chain coversion, first with plain css2xslfo and then with FOP itself... Regards, Sergey ----- Original Message ----- From: "USHAKOV, Sergey" <us...@in...> To: <css...@li...> Sent: Tuesday, September 13, 2011 6:59 AM Subject: Problem with regions and FOP 1.0 > Hi Werner, > > I haven't been using css2cslfo for quite a long time already. Having come > back I tried using css2cslfo 1.6.2 with FOP 1.0 and ran into a problem > with static regions. > > FOP is complaining with an exception > javax.xml.transform.TransformerException: ... > "{http://www.w3.org/1999/XSL/Format}static-content" is not a valid child > of "fo:flow"! ... > > The approach I'm using is very close to your instructions in the "Page > Regions" section of your manual. No extra options for css2cslfo. No extra > options for FOP, just plain pdf generation. > > Can you reproduce this issue? If not, I'll go ahead with specifying my > case in more detail... > > My best regards, > Sergey |
From: Aaron S. <aar...@gm...> - 2010-09-08 13:55:44
|
Thanks Werner, that is working for me. On Wed, Sep 8, 2010 at 3:08 AM, Werner Donné <wer...@pi...> wrote: > Hi Aaron, > > The correct command-line is: > > java -jar css2fopnew.jar AppViewer.htm -fop -pdf AppViewer.pdf > > After the "-fop" you can use all of FOP's options. > > Best regards, > > Werner. > > On 07 Sep 2010, at 21:59, Aaron Shumaker wrote: > >> (Sorry if this is a dupe, when I sent it the first time I had not >> joined the mailing list yet, so I was not sure if the mailing list >> would block mail from non-subscribers.) >> >> The only example I've seen of running css2xslfo with fop is: >> >> java -jar css2fopnew.jar url_or_filename <options> >> >> So based on that I placed AppViewer.htm in the same directory and ran this: >> >> java -jar css2fopnew1_6_2 .jar AppViewer.htm >> >> And it gave an error indicating no output file specified. I then tried this: >> >> java -jar css2fopnew1_6_2.jar AppViewer.htm -pdf Test.pdf >> >> and it does nothing but print the help for the command line with no >> errors. So I am not understanding something here. I want to produce >> a pdf for the given html file(which is xhtml compliant, is that the >> same as being xhtml?). >> >> My hope was that this command would produce a pdf file. Can anyone >> advise me what I'm doing wrong? >> >> Thanks in advance. >> >> Here are details/versions for anyone that wants this information: >> Long story is that I'm essentially trying to piece together a way for >> a server side asp.net app to call this command line and produce a PDF >> version of the page to serve to a user for printing. I want the PDF >> to appear as close as possible to how it appears in a browser. >> >> I would also like a css file to be used as well for styling(but does >> not replace the user agent CSS). The html file contains a tag with: >> link rel="Stylesheet" type="text/css" href="UacApplicationControls.css" >> >> and the css file is in the same directory as the htm file. Will >> css2fop use this tag and apply the styles from that CSS file? I saw >> some documentation showing the correct syntax that it recognizes for a >> stylesheet link, but now that I am trying to verify I cannot find it. >> >> I actually just dropped the css2xslfo jar files, and the fop jar file >> into fop's library directory. So that all jar's are in the same >> directory, and the htm and css files are as well. This way I didn't >> have to muck with an environment settings for now since I'm just >> testing to see if this tool is a viable solution. It seems to be >> finding everything just find. >> >> I am on Windows XP, installed the JRE 6 update 21, and using FOP 1.0. >> >> ------------------------------------------------------------------------------ >> This SF.net Dev2Dev email is sponsored by: >> >> Show off your parallel programming skills. >> Enter the Intel(R) Threading Challenge 2010. >> http://p.sf.net/sfu/intel-thread-sfd >> _______________________________________________ >> css2xslfo-support mailing list >> css...@li... >> https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > > -- > http://www.pincette.biz/ > Handling your documents with care, wherever you are. > > |
From: Werner D. <wer...@pi...> - 2010-09-08 07:36:35
|
Hi Aaron, The correct command-line is: java -jar css2fopnew.jar AppViewer.htm -fop -pdf AppViewer.pdf After the "-fop" you can use all of FOP's options. Best regards, Werner. On 07 Sep 2010, at 21:59, Aaron Shumaker wrote: > (Sorry if this is a dupe, when I sent it the first time I had not > joined the mailing list yet, so I was not sure if the mailing list > would block mail from non-subscribers.) > > The only example I've seen of running css2xslfo with fop is: > > java -jar css2fopnew.jar url_or_filename <options> > > So based on that I placed AppViewer.htm in the same directory and ran this: > > java -jar css2fopnew1_6_2 .jar AppViewer.htm > > And it gave an error indicating no output file specified. I then tried this: > > java -jar css2fopnew1_6_2.jar AppViewer.htm -pdf Test.pdf > > and it does nothing but print the help for the command line with no > errors. So I am not understanding something here. I want to produce > a pdf for the given html file(which is xhtml compliant, is that the > same as being xhtml?). > > My hope was that this command would produce a pdf file. Can anyone > advise me what I'm doing wrong? > > Thanks in advance. > > Here are details/versions for anyone that wants this information: > Long story is that I'm essentially trying to piece together a way for > a server side asp.net app to call this command line and produce a PDF > version of the page to serve to a user for printing. I want the PDF > to appear as close as possible to how it appears in a browser. > > I would also like a css file to be used as well for styling(but does > not replace the user agent CSS). The html file contains a tag with: > link rel="Stylesheet" type="text/css" href="UacApplicationControls.css" > > and the css file is in the same directory as the htm file. Will > css2fop use this tag and apply the styles from that CSS file? I saw > some documentation showing the correct syntax that it recognizes for a > stylesheet link, but now that I am trying to verify I cannot find it. > > I actually just dropped the css2xslfo jar files, and the fop jar file > into fop's library directory. So that all jar's are in the same > directory, and the htm and css files are as well. This way I didn't > have to muck with an environment settings for now since I'm just > testing to see if this tool is a viable solution. It seems to be > finding everything just find. > > I am on Windows XP, installed the JRE 6 update 21, and using FOP 1.0. > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |
From: Brad C. <bk...@mu...> - 2010-09-08 00:52:33
|
I suggest you use PCW or percentage widths rather than px <col width="2*" /> or <col width="15%" /> for example. Perhaps you didn't literally mean <col width="55px" /> On 09/07/2010 06:40 PM, Aaron Shumaker wrote: > Thanks, running the separate commands is working. Only problem is I > don't specify widths for any of my table cells, such that they resize > to fit contents, and this looks very nice in the browser, but the > resulting PDF looks really bad. I assume this is the meaning of the > table-layout="auto" not supported warning from FOP. > > So I am experimenting with setting pixel widths on the columns, but > the spacing in the browser versus the PDF is still quite different but > somewhat better. Is this just the nature of the beast and the best I > can expect? > > -Aaron > > > > > > On Tue, Sep 7, 2010 at 4:20 PM, Peter Williams<wms...@gm...> wrote: > >> Hi Aaron, >> This sounds like something similar that I worked on a couple of years ago >> (having a Perl script on a Unix server run CLI commands to convert a web >> page into a PDF). What I used was: >> >> css2xslfo1_5_2.jar<input filename> -fo<output fo file> >> >> fop<input fo file> <output pdf> >> >> I think I tried css2fopnew1_5_1.jar to output directly to PDF, but it >> wouldn't convert everything the way I wanted it to. Things might have >> changed a bit since then too. I know I did get this working with the two >> commands above, and it converted XHTML and inline CSS (not sure about >> linking the CSS file). >> >> Good luck, >> Peter >> >> > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > -- Brad Clements, bk...@mu... (315)268-1000 http://www.murkworks.com AOL-IM: BKClements |
From: Peter W. <wms...@gm...> - 2010-09-08 00:39:15
|
I didn't do a whole lot with tables, so I can't offer much advice. I do have in my notes, that after generating the .fo file I would switch out the table-layout="auto" for: table-layout="fixed" width="100%" Peter On 07-Sep-10 6:40 PM, Aaron Shumaker wrote: > Thanks, running the separate commands is working. Only problem is I > don't specify widths for any of my table cells, such that they resize > to fit contents, and this looks very nice in the browser, but the > resulting PDF looks really bad. I assume this is the meaning of the > table-layout="auto" not supported warning from FOP. > > So I am experimenting with setting pixel widths on the columns, but > the spacing in the browser versus the PDF is still quite different but > somewhat better. Is this just the nature of the beast and the best I > can expect? > > -Aaron |
From: Aaron S. <aar...@gm...> - 2010-09-07 23:02:55
|
Thanks, running the separate commands is working. Only problem is I don't specify widths for any of my table cells, such that they resize to fit contents, and this looks very nice in the browser, but the resulting PDF looks really bad. I assume this is the meaning of the table-layout="auto" not supported warning from FOP. So I am experimenting with setting pixel widths on the columns, but the spacing in the browser versus the PDF is still quite different but somewhat better. Is this just the nature of the beast and the best I can expect? -Aaron On Tue, Sep 7, 2010 at 4:20 PM, Peter Williams <wms...@gm...> wrote: > Hi Aaron, > This sounds like something similar that I worked on a couple of years ago > (having a Perl script on a Unix server run CLI commands to convert a web > page into a PDF). What I used was: > > css2xslfo1_5_2.jar <input filename> -fo <output fo file> > > fop <input fo file> <output pdf> > > I think I tried css2fopnew1_5_1.jar to output directly to PDF, but it > wouldn't convert everything the way I wanted it to. Things might have > changed a bit since then too. I know I did get this working with the two > commands above, and it converted XHTML and inline CSS (not sure about > linking the CSS file). > > Good luck, > Peter > |
From: Peter W. <wms...@gm...> - 2010-09-07 20:20:35
|
Hi Aaron, This sounds like something similar that I worked on a couple of years ago (having a Perl script on a Unix server run CLI commands to convert a web page into a PDF). What I used was: css2xslfo1_5_2.jar <input filename> -fo <output fo file> fop <input fo file> <output pdf> I think I tried css2fopnew1_5_1.jar to output directly to PDF, but it wouldn't convert everything the way I wanted it to. Things might have changed a bit since then too. I know I did get this working with the two commands above, and it converted XHTML and inline CSS (not sure about linking the CSS file). Good luck, Peter On 07-Sep-10 3:59 PM, Aaron Shumaker wrote: > (Sorry if this is a dupe, when I sent it the first time I had not > joined the mailing list yet, so I was not sure if the mailing list > would block mail from non-subscribers.) > > The only example I've seen of running css2xslfo with fop is: > > java -jar css2fopnew.jar url_or_filename<options> > > So based on that I placed AppViewer.htm in the same directory and ran this: > > java -jar css2fopnew1_6_2 .jar AppViewer.htm > > And it gave an error indicating no output file specified. I then tried this: > > java -jar css2fopnew1_6_2.jar AppViewer.htm -pdf Test.pdf > > and it does nothing but print the help for the command line with no > errors. So I am not understanding something here. I want to produce > a pdf for the given html file(which is xhtml compliant, is that the > same as being xhtml?). > > My hope was that this command would produce a pdf file. Can anyone > advise me what I'm doing wrong? > > Thanks in advance. > > Here are details/versions for anyone that wants this information: > Long story is that I'm essentially trying to piece together a way for > a server side asp.net app to call this command line and produce a PDF > version of the page to serve to a user for printing. I want the PDF > to appear as close as possible to how it appears in a browser. > > I would also like a css file to be used as well for styling(but does > not replace the user agent CSS). The html file contains a tag with: > link rel="Stylesheet" type="text/css" href="UacApplicationControls.css" > > and the css file is in the same directory as the htm file. Will > css2fop use this tag and apply the styles from that CSS file? I saw > some documentation showing the correct syntax that it recognizes for a > stylesheet link, but now that I am trying to verify I cannot find it. > > I actually just dropped the css2xslfo jar files, and the fop jar file > into fop's library directory. So that all jar's are in the same > directory, and the htm and css files are as well. This way I didn't > have to muck with an environment settings for now since I'm just > testing to see if this tool is a viable solution. It seems to be > finding everything just find. > > I am on Windows XP, installed the JRE 6 update 21, and using FOP 1.0. > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support > |
From: Aaron S. <aar...@gm...> - 2010-09-07 19:59:28
|
(Sorry if this is a dupe, when I sent it the first time I had not joined the mailing list yet, so I was not sure if the mailing list would block mail from non-subscribers.) The only example I've seen of running css2xslfo with fop is: java -jar css2fopnew.jar url_or_filename <options> So based on that I placed AppViewer.htm in the same directory and ran this: java -jar css2fopnew1_6_2 .jar AppViewer.htm And it gave an error indicating no output file specified. I then tried this: java -jar css2fopnew1_6_2.jar AppViewer.htm -pdf Test.pdf and it does nothing but print the help for the command line with no errors. So I am not understanding something here. I want to produce a pdf for the given html file(which is xhtml compliant, is that the same as being xhtml?). My hope was that this command would produce a pdf file. Can anyone advise me what I'm doing wrong? Thanks in advance. Here are details/versions for anyone that wants this information: Long story is that I'm essentially trying to piece together a way for a server side asp.net app to call this command line and produce a PDF version of the page to serve to a user for printing. I want the PDF to appear as close as possible to how it appears in a browser. I would also like a css file to be used as well for styling(but does not replace the user agent CSS). The html file contains a tag with: link rel="Stylesheet" type="text/css" href="UacApplicationControls.css" and the css file is in the same directory as the htm file. Will css2fop use this tag and apply the styles from that CSS file? I saw some documentation showing the correct syntax that it recognizes for a stylesheet link, but now that I am trying to verify I cannot find it. I actually just dropped the css2xslfo jar files, and the fop jar file into fop's library directory. So that all jar's are in the same directory, and the htm and css files are as well. This way I didn't have to muck with an environment settings for now since I'm just testing to see if this tool is a viable solution. It seems to be finding everything just find. I am on Windows XP, installed the JRE 6 update 21, and using FOP 1.0. |
From: Aaron S. <aar...@gm...> - 2010-09-07 19:36:57
|
The only example I've seen of running css2xslfo with fop is: java -jar css2fopnew.jar url_or_filename <options> So based on that I placed AppViewer.htm in the same directory and ran this: java -jar css2fopnew1_6_2 .jar AppViewer.htm And it gave an error indicating no output file specified. I then tried this: java -jar css2fopnew1_6_2.jar AppViewer.htm -pdf Test.pdf and it does nothing but print the help for the command line with no errors. So I am not understanding something here. I want to produce a pdf for the given html file(which is xhtml compliant, is that the same as being xhtml?). My hope was that this command would produce a pdf file. Can anyone advise me what I'm doing wrong? Here are details/versions for anyone that wants this information: Long story is that I'm essentially trying to piece together a way for a server side asp.net app to call this command line and produce a PDF version of the page to serve to a user for printing. I want the PDF to appear as close as possible to how it appears in a browser. I would also like a css file to be used as well for styling(but does not replace the user agent CSS). The html file contains a tag with: link rel="Stylesheet" type="text/css" href="UacApplicationControls.css" and the css file is in the same directory as the htm file. Will css2fop use this tag and apply the styles from that CSS file? I saw some documentation showing the correct syntax that it recognizes for a stylesheet link, but now that I am trying to verify I cannot find it. I actually just dropped the css2xslfo jar files, and the fop jar file into fop's library directory. So that all jar's are in the same directory, and the htm and css files are as well. This way I didn't have to muck with an environment settings for now since I'm just testing to see if this tool is a viable solution. It seems to be finding everything just find. I am on Windows XP, installed the JRE 6 update 21, and using FOP 1.0. ______________ Aaron Shumaker Cell: (850) 566-0181 Aar...@gm... "I object to doing things that computers can do." -Olin Shivers |
From: Werner D. <wer...@re...> - 2009-09-17 13:10:58
|
Hi Erik, Just now I tested it with both FOP and XEP4 and the results are the same. There is a link around the image, but only the bottom part of it is sensitive. Hover the image and you will see only the area equal to the line height at the bottom is sensitive. I think this stems from the fact that the "img" element is an inline element. The display type of "img" is "graphic", which is treated as inline. This is consistent with the XSL-FO element "external-graphic" being an inline element. The area of the image that is in the line is covered by the link. Put some text before are after it to see it. I'm afraid this is a difference in behaviour between CSS and XSL-FO. In fact CSS2 doesn't specify anything about images. Best regards, Werner. On 17 Sep 2009, at 11:58, Erik Terpstra wrote: > Hi, > > It looks like it is not possible to put a link around an image? > Like: <a href="..."><img src="..."/></a> > Is there some way to get this to work? Or am I doing something wrong? > I am using Apache FOP as the back-end. > > TIA, > > Erik. > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > css2xslfo-support mailing list > css...@li... > https://lists.sourceforge.net/lists/listinfo/css2xslfo-support -- http://www.pincette.biz/ Handling your documents with care, wherever you are. |