Changeset 6486


Ignore:
Timestamp:
09/08/06 16:32:19 (5 years ago)
Author:
anp
Message:

gestion des styles commune à tous les éléments inline

Location:
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textOdTransf/styles
Files:
2 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textOdTransf/styles/bs.append.xml

    r6437 r6486  
    9191        <import href="bsco:sm/textOdTransf/styles/widgets/block_uLinkTag.xml"/> 
    9292        <!-- <import href="bsco:sm/textOdTransf/styles/widgets/block_noteTag.xml"/> configuration uniquement au niveau global --> 
    93         <import href="bsco:sm/textOdTransf/styles/widgets/block_phraseTag.xml"/> 
    94         <import href="bsco:sm/textOdTransf/styles/widgets/block_inlineStyleTag.xml"/> 
    95         <import href="bsco:sm/textOdTransf/styles/widgets/block_textLeafTag.xml"/> 
     93        <import href="bsco:sm/textOdTransf/styles/widgets/block_inlineTags.xml"/><!-- inlineStyleTag, phraseTag, textLeafTag  --> 
    9694        <!-- <import href="bsco:sm/textOdTransf/styles/widgets/block_inlineImgTag.xml"/> configuration dans le transformer des images. Rien à ce niveau --> 
    9795        <import href="bsco:sm/textOdTransf/styles/widgets/block_inlineMathTexTag.xml"/> 
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/_common/sm/textOdTransf/styles/widgets/block_inlineTags.xml

    r6485 r6486  
    11<?xml version="1.0" encoding="ISO-8859-1"?> 
    22        <!-- modélisation/résolution des différentes valeurs pour les différents blocks --> 
    3         <structure code="textLeafTag"  
    4                                         racine="//*[starts-with(name(), 'sm:textLeafTag')]"  
     3        <structure code="inlineTags"  
     4                                        racine="//*[starts-with(name(), 'sm:textLeafTag') or name()='sm:inlineStyleTag' or name()='sm:phraseTag']"  
    55                                        codecomposant="concat(local-name(), '_', @role)" 
    66                                        xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" 
     
    159159                                                                                                </xsl:when> 
    160160                                                                                                <xsl:otherwise> 
    161                                                                                                         <draw:frame draw:style-name="{resultat?agent=../../stResolver/img.prefix/name}"  
    162                                                                                                                                 draw:name="{resultat?agent=../../stResolver/img.prefix/name}" 
     161                                                                                                        <draw:frame draw:style-name="{resultatAgent('../../stResolver/img.prefix/name')}"  
     162                                                                                                                                draw:name="{resultatAgent('../../stResolver/img.prefix/name')}" 
    163163                                                                                                                                text:anchor-type="as-char"  
    164164                                                                                                                                svg:width="0.8cm"  
Note: See TracChangeset for help on using the changeset viewer.