Ignore:
Timestamp:
03/01/10 14:54:51 (2 years ago)
Author:
anp
Message:

genOd : mutualisation des styles de texte inline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/academic/gen/_od/transf/Re/txt@center.transf

    r1578 r1672  
    1919                </sm:extBlockTag> 
    2020                <sm:uLinkTag> 
    21                         <sm:WLink style="url"> 
     21                        <sm:WLink globalStyle="txtUrl"> 
    2222                                <sm:label> 
    2323                                        <sm:textLink/> 
     
    2828                        </sm:WLink> 
    2929                        <sm:footNote> 
    30                                 <sm:WParagraph style="urlFootNote"> 
     30                                <sm:WParagraph globalStyle="txtUrlFootNote"> 
    3131                                        <sm:dynamicString> 
    3232                                                <sm:freeSelect xpath="si(@url!=normalize-space(text()), @url)"/> 
     
    3636                </sm:uLinkTag> 
    3737                <sm:uLinkTag role="acr"> 
    38                         <sm:WInline style="acr"> 
     38                        <sm:WInline globalStyle="txtAcr"> 
    3939                                <sm:textLink/> 
    4040                                <sm:dataBlock category="acr"> 
     
    5555                </sm:uLinkTag> 
    5656                <sm:uLinkTag role="glos"> 
    57                         <sm:WInline style="glos"> 
     57                        <sm:WInline globalStyle="txtGlos"> 
    5858                                <sm:textLink/> 
    5959                                <sm:dataBlock category="glos"> 
     
    7171                </sm:uLinkTag> 
    7272                <sm:uLinkTag role="bib"> 
    73                         <sm:WInline style="bib"> 
     73                        <sm:WInline globalStyle="txtBib"> 
    7474                                <sm:textLink/> 
    7575                                <sm:dataBlock category="bib"> 
     
    9090                </sm:uLinkTag> 
    9191                <sm:uLinkTag role="ref"> 
    92                         <sm:WInline style="ref"> 
     92                        <sm:WInline globalStyle="txtRef"> 
    9393                                <sm:textLink/> 
    9494                                <sm:dataBlock category="ref"> 
     
    106106                </sm:uLinkTag> 
    107107                <sm:uLinkTag role="docLnk"> 
    108                         <sm:WInline style="docLnk"> 
     108                        <sm:WInline globalStyle="txtDocLnk"> 
    109109                                <sm:textLink/> 
    110110                                <sm:fixedString value="; (cf. "/> 
     
    114114                </sm:uLinkTag> 
    115115                <sm:uLinkTag role="resLnk"> 
    116                         <sm:WInline style="resLnk"> 
     116                        <sm:WInline globalStyle="txtResLnk"> 
    117117                                <sm:textLink/> 
    118118                        </sm:WInline> 
     
    129129                        </sm:dataBlock> 
    130130                </sm:uLinkTag> 
    131                 <sm:inlineStyleTag role="quote"> 
     131                <sm:inlineStyleTag role="quote" globalStyle="txtQuote"> 
    132132                        <sm:textWrapper prefix=";« " suffix="; »"/> 
    133133                </sm:inlineStyleTag> 
    134                 <sm:inlineStyleTag role="emp"/> 
    135                 <sm:inlineStyleTag role="spec"/> 
    136                 <sm:inlineStyleTag role="representative"/> 
    137                 <sm:inlineStyleTag role="code"/> 
     134                <sm:inlineStyleTag role="emp" globalStyle="txtEmp"/> 
     135                <sm:inlineStyleTag role="spec" globalStyle="txtSpec"/> 
     136                <sm:inlineStyleTag role="representative" globalStyle="txtRepresentative"/> 
     137                <sm:inlineStyleTag role="code" globalStyle="txtCode"/> 
    138138                <sm:textLeafTag role="mathtex"> 
    139139                        <sm:Widget sc:refUri="/math/latex/mathTexInlineProxy_od.odwidget"> 
     
    141141                        </sm:Widget> 
    142142                </sm:textLeafTag> 
    143                 <sm:textLeafTag role="exp"/> 
    144                 <sm:textLeafTag role="ind"/> 
     143                <sm:textLeafTag role="exp" globalStyle="txtExp"/> 
     144                <sm:textLeafTag role="ind" globalStyle="txtInd"/> 
    145145                <sm:inlineImgTag role="form" axis="inline"/> 
    146146                <sm:inlineImgTag role="ico" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.