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

    r1578 r1672  
    1414                </sm:extBlockTag> 
    1515                <sm:uLinkTag> 
    16                         <sm:WLink style="url"> 
     16                        <sm:WLink globalStyle="txtUrl"> 
    1717                                <sm:label> 
    1818                                        <sm:textLink/> 
     
    2323                        </sm:WLink> 
    2424                        <sm:footNote> 
    25                                 <sm:WParagraph style="urlFootNote"> 
     25                                <sm:WParagraph globalStyle="txtUrlFootNote"> 
    2626                                        <sm:dynamicString> 
    2727                                                <sm:freeSelect xpath="si(@url!=normalize-space(text()), @url)"/> 
     
    3131                </sm:uLinkTag> 
    3232                <sm:uLinkTag role="acr"> 
    33                         <sm:WInline style="acr"> 
     33                        <sm:WInline globalStyle="txtAcr"> 
    3434                                <sm:textLink/> 
    3535                                <sm:dataBlock category="acr"> 
     
    5050                </sm:uLinkTag> 
    5151                <sm:uLinkTag role="glos"> 
    52                         <sm:WInline style="glos"> 
     52                        <sm:WInline globalStyle="txtGlos"> 
    5353                                <sm:textLink/> 
    5454                                <sm:dataBlock category="glos"> 
     
    6666                </sm:uLinkTag> 
    6767                <sm:uLinkTag role="bib"> 
    68                         <sm:WInline style="bib"> 
     68                        <sm:WInline globalStyle="txtBib"> 
    6969                                <sm:textLink/> 
    7070                                <sm:dataBlock category="bib"> 
     
    8585                </sm:uLinkTag> 
    8686                <sm:uLinkTag role="ref"> 
    87                         <sm:WInline style="ref"> 
     87                        <sm:WInline globalStyle="txtRef"> 
    8888                                <sm:textLink/> 
    8989                                <sm:dataBlock category="ref"> 
     
    101101                </sm:uLinkTag> 
    102102                <sm:uLinkTag role="docLnk"> 
    103                         <sm:WInline style="docLnk"> 
     103                        <sm:WInline globalStyle="txtDocLnk"> 
    104104                                <sm:textLink/> 
    105105                                <sm:fixedString value="; (cf. "/> 
     
    109109                </sm:uLinkTag> 
    110110                <sm:uLinkTag role="resLnk"> 
    111                         <sm:WInline style="resLnk"> 
     111                        <sm:WInline globalStyle="txtResLnk"> 
    112112                                <sm:textLink/> 
    113113                        </sm:WInline> 
     
    124124                        </sm:dataBlock> 
    125125                </sm:uLinkTag> 
    126                 <sm:inlineStyleTag role="emp"/> 
    127                 <sm:inlineStyleTag role="spec"/> 
    128                 <sm:inlineStyleTag role="representative"/> 
    129                 <sm:inlineStyleTag role="code"/> 
     126                <sm:inlineStyleTag role="emp" globalStyle="txtEmp"/> 
     127                <sm:inlineStyleTag role="spec" globalStyle="txtSpec"/> 
     128                <sm:inlineStyleTag role="representative" globalStyle="txtRepresentative"/> 
     129                <sm:inlineStyleTag role="code" globalStyle="txtCode"/> 
    130130                <sm:textLeafTag role="mathtex"> 
    131131                        <sm:Widget sc:refUri="/math/latex/mathTexInlineProxy_od.odwidget"> 
     
    133133                        </sm:Widget> 
    134134                </sm:textLeafTag> 
    135                 <sm:textLeafTag role="exp"/> 
    136                 <sm:textLeafTag role="ind"/> 
     135                <sm:textLeafTag role="exp" globalStyle="txtExp"/> 
     136                <sm:textLeafTag role="ind" globalStyle="txtInd"/> 
    137137                <sm:inlineImgTag role="form" axis="inline"/> 
    138138                <sm:inlineImgTag role="ico" axis="inline"/> 
Note: See TracChangeset for help on using the changeset viewer.