[Home] [By Thread] [By Date] [Recent Entries]


/ "J. David Eisenberg" <catcode@c...> was heard to say:
| Yes. I want something "generic."  I can do something to the effect of:
|
|    <xsl:template name="handle-styles"> 
|       <xsl:if test="contains(@class, 'important')">
|          <!-- add appropriate attrs to fo:block -->
|       </xsl:if>
|       <xsl:if test="contains(@class, 'warning')">
|          <!-- add appropriate attrs to fo:block -->
|       </xsl:if>
|    </xsl:template>
|
| which will do what I intend

Right. So that's fairly straightforward if you stick to named styles
in your class values.

| but if someone uses in-line
| styles:
|
|    <td style="width: 140px">tra la la</td>
|
| that becomes much harder to deal with.

Yeah, so don't do that. :-)

                                        Be seeing you,
                                          norm

-- 
Norman.Walsh@S...    | What are the thoughts of the canvas on which
XML Standards Architect | a masterpiece is being created? "I am being
Sun Microsystems, Inc.  | soiled, brutally treated and concealed from
                        | view." Thus men grumble at their destiny,
                        | however fair.--Jean Cocteau

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member