Re: Set the padding for all the cells of a given table at once

2012-06-11 Thread Léa Massiot

Hi Pascal,
Thank you for your answer.
Ok for the first part of it.
I'll have to work further to catch the meaning of the second :)
Best regards.
-- 
View this message in context: 
http://old.nabble.com/Set-the-padding-for-all-the-cells-of-a-given-table-at-once-tp33981242p33992902.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Set the padding for all the cells of a given table at once

2012-06-11 Thread Pascal Sancho
Hi Léa,

2012/6/11 Léa Massiot :
>
> Hello Pascal,
>
> I'm sorry to come back on this but I do not understand your example... :/
>
> My underlying question is the following: what is the proper method which can
> be used to associate a set of traits with specific values to a given "fo"
> element.
> For example here:
> associate a 2mm top, bottom, left and right padding to
> a particular cell () in a particular table ().
>
> With CSS and HTML, we would:
> - declare a class C in a css stylesheet,
> - in which we would set the various paddings
> - and we would set the "class" attribute of a particular 
> element in a particular  element using this C value as forementioned.
>
> The solution I proposed in my first post does this trick: I reckon the logic
> is the same as above (in the CSS case).
> Yet, you said this is not the more appropriate solution and you proposed
> another one...

No, I said that if attributes values depend on context, the
call-template solution is more appropriate.
attribute-set remains an good solution to factorise static attribute values.

> In this other solution you proposed, I do not understand what this
>  element is.
> What am I supposed to replace it with?
> Where does this element have to be declared?

 can be replaced with any XML element you want. As I said,
that thread is a pure XSLT question, and I provide an answer that can
be used in any XSLT context.
XSL-FO can be replaced with any other DTD, the proposed example can be
adapted in any case.

> Note that I do not want ALL the  cells in the document to have
> these styles applied uniformly, I want only some specific cells I choose to
> have these styles applied.
>
> I want my code to be writen properly but as you see I'm confused with your
> example...
>
> Thank you for helping.
> Best regards.


-- 
pascal

-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



Re: Set the padding for all the cells of a given table at once

2012-06-11 Thread Léa Massiot

Hello Pascal,

I'm sorry to come back on this but I do not understand your example... :/

My underlying question is the following: what is the proper method which can
be used to associate a set of traits with specific values to a given "fo"
element.
For example here:
associate a 2mm top, bottom, left and right padding to
a particular cell () in a particular table ().

With CSS and HTML, we would:
- declare a class C in a css stylesheet,
- in which we would set the various paddings
- and we would set the "class" attribute of a particular 
element in a particular  element using this C value as forementioned.

The solution I proposed in my first post does this trick: I reckon the logic
is the same as above (in the CSS case).
Yet, you said this is not the more appropriate solution and you proposed
another one...
In this other solution you proposed, I do not understand what this
 element is.
What am I supposed to replace it with?
Where does this element have to be declared?

Note that I do not want ALL the  cells in the document to have
these styles applied uniformly, I want only some specific cells I choose to
have these styles applied.

I want my code to be writen properly but as you see I'm confused with your
example...

Thank you for helping.
Best regards.
-- 
View this message in context: 
http://old.nabble.com/Set-the-padding-for-all-the-cells-of-a-given-table-at-once-tp33981242p33992338.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org



FOP 1.0 and log4j

2012-06-11 Thread polymorphisme

Hi,

I'm working with FOP 1.0 and log4j.

In my file log4j.xml, I have two loggers :


  
   
 
 
   
   
  
   
 
 
  
I have not understand why FOP return some WARN in the console :

10:51:28,125 [main] DEBUG [ImageHandlerRegistry] Dynamically adding
ImageHandler: org.apache.fop.render.afp.AFPImageHandlerRawCCITTFax
10:51:28,126 [main] DEBUG [ImageHandlerRegistry] Dynamically adding
ImageHandler: org.apache.fop.render.afp.AFPImageHandlerSVG
log4j:WARN No appenders could be found for logger (FOP).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
10:51:28,190 [main] DEBUG [AbstractConfigurator] userconfig is null
10:51:28,251 [main] DEBUG [AbstractConfigurator] userconfig is null

An idea ? 
-- 
View this message in context: 
http://old.nabble.com/FOP-1.0-and-log4j-tp33991872p33991872.html
Sent from the FOP - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org