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.transf

    r1578 r1672  
    3232                </sm:extBlockTag> 
    3333                <sm:uLinkTag> 
    34                         <sm:WLink style="url"> 
     34                        <sm:WLink globalStyle="txtUrl"> 
    3535                                <sm:label> 
    3636                                        <sm:textLink/> 
     
    4141                        </sm:WLink> 
    4242                        <sm:footNote> 
    43                                 <sm:WParagraph style="urlFootNote"> 
     43                                <sm:WParagraph globalStyle="txtUrlFootNote"> 
    4444                                        <sm:dynamicString> 
    4545                                                <sm:freeSelect xpath="si(@url!=normalize-space(text()), @url)"/> 
     
    4949                </sm:uLinkTag> 
    5050                <sm:uLinkTag role="acr"> 
    51                         <sm:WInline style="acr"> 
     51                        <sm:WInline globalStyle="txtAcr"> 
    5252                                <sm:textLink/> 
    5353                                <sm:dataBlock category="acr"> 
     
    6868                </sm:uLinkTag> 
    6969                <sm:uLinkTag role="glos"> 
    70                         <sm:WInline style="glos"> 
     70                        <sm:WInline globalStyle="txtGlos"> 
    7171                                <sm:textLink/> 
    7272                                <sm:dataBlock category="glos"> 
     
    8484                </sm:uLinkTag> 
    8585                <sm:uLinkTag role="bib"> 
    86                         <sm:WInline style="bib"> 
     86                        <sm:WInline globalStyle="txtBib"> 
    8787                                <sm:textLink/> 
    8888                                <sm:dataBlock category="bib"> 
     
    103103                </sm:uLinkTag> 
    104104                <sm:uLinkTag role="ref"> 
    105                         <sm:WInline style="ref"> 
     105                        <sm:WInline globalStyle="txtRef"> 
    106106                                <sm:textLink/> 
    107107                                <sm:dataBlock category="ref"> 
     
    119119                </sm:uLinkTag> 
    120120                <sm:uLinkTag role="docLnk"> 
    121                         <sm:WInline style="docLnk"> 
     121                        <sm:WInline globalStyle="txtDocLnk"> 
    122122                                <sm:textLink/> 
    123123                                <sm:fixedString value="; (cf. "/> 
     
    127127                </sm:uLinkTag> 
    128128                <sm:uLinkTag role="resLnk"> 
    129                         <sm:WInline style="resLnk"> 
     129                        <sm:WInline globalStyle="txtResLnk"> 
    130130                                <sm:textLink/> 
    131131                        </sm:WInline> 
     
    142142                        </sm:dataBlock> 
    143143                </sm:uLinkTag> 
    144                 <sm:inlineStyleTag role="quote"> 
     144                <sm:inlineStyleTag role="quote" globalStyle="txtQuote"> 
    145145                        <sm:textWrapper prefix=";« " suffix="; »"/> 
    146146                </sm:inlineStyleTag> 
    147                 <sm:inlineStyleTag role="emp"/> 
    148                 <sm:inlineStyleTag role="spec"/> 
    149                 <sm:inlineStyleTag role="representative"/> 
    150                 <sm:inlineStyleTag role="code"/> 
     147                <sm:inlineStyleTag role="emp" globalStyle="txtEmp"/> 
     148                <sm:inlineStyleTag role="spec" globalStyle="txtSpec"/> 
     149                <sm:inlineStyleTag role="representative" globalStyle="txtRepresentative"/> 
     150                <sm:inlineStyleTag role="code" globalStyle="txtCode"/> 
    151151                <sm:textLeafTag role="mathtex"> 
    152152                        <sm:Widget sc:refUri="/math/latex/mathTexInlineProxy_od.odwidget"> 
     
    154154                        </sm:Widget> 
    155155                </sm:textLeafTag> 
    156                 <sm:textLeafTag role="exp"/> 
    157                 <sm:textLeafTag role="ind"/> 
     156                <sm:textLeafTag role="exp" globalStyle="txtExp"/> 
     157                <sm:textLeafTag role="ind" globalStyle="txtInd"/> 
    158158                <sm:inlineImgTag role="form" axis="inline"/> 
    159159                <sm:inlineImgTag role="ico" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.