Ignore:
Timestamp:
02/26/09 19:37:09 (3 years ago)
Author:
anp
Message:

filtre création des styles associés aux widgets : SSi @ style existe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_odTemplateText/styles/widgets/groupPages.xml

    r12100 r12885  
    5151                                        </noeud> 
    5252                                        <noeud cle="blocks" type="liste"> 
    53                                                 <listeref type="xpath-statique">listXmlExpr(sm:body//*[starts-with(name(), 'sm:W') or starts-with(name(), 'sm:flow') or name()='sm:showDataBlocks'], concat('../../', getIdNode(.)))</listeref> 
     53                                                <listeref type="xpath-statique">listXmlExpr(sm:body//*[(starts-with(name(), 'sm:W')  and @style) or starts-with(name(), 'sm:flow') or name()='sm:showDataBlocks'], concat('../../', getIdNode(.)))</listeref> 
    5454                                        </noeud> 
    5555                                </listenoeuds> 
     
    7070                                        </noeud> 
    7171                                        <noeud cle="blocks" type="liste"> 
    72                                                 <listeref type="xpath-statique">listXmlExpr(sm:body//*[starts-with(name(), 'sm:W') or starts-with(name(), 'sm:flow') or name()='sm:showDataBlocks'], concat('../../', getIdNode(.)))</listeref> 
     72                                                <listeref type="xpath-statique">listXmlExpr(sm:body//*[(starts-with(name(), 'sm:W') and @style) or starts-with(name(), 'sm:flow') or name()='sm:showDataBlocks'], concat('../../', getIdNode(.)))</listeref> 
    7373                                        </noeud> 
    7474                                        <noeud cle="header" type="liste"> 
    75                                                 <listeref type="xpath-statique">listXmlExpr(sm:header//*[starts-with(name(), 'sm:W')], concat('../../', getIdNode(.)))</listeref> 
     75                                                <listeref type="xpath-statique">listXmlExpr(sm:header//*[starts-with(name(), 'sm:W') and @style], concat('../../', getIdNode(.)))</listeref> 
    7676                                        </noeud> 
    7777                                        <noeud cle="footer" type="liste"> 
    78                                                 <listeref type="xpath-statique">listXmlExpr(sm:footer//*[starts-with(name(), 'sm:W')], concat('../../', getIdNode(.)))</listeref> 
     78                                                <listeref type="xpath-statique">listXmlExpr(sm:footer//*[starts-with(name(), 'sm:W') and @style], concat('../../', getIdNode(.)))</listeref> 
    7979                                        </noeud> 
    8080                                </listenoeuds> 
Note: See TracChangeset for help on using the changeset viewer.