Changeset 12885 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_odTemplateText/styles/widgets/groupPages.xml
- Timestamp:
- 02/26/09 19:37:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_odTemplateText/styles/widgets/groupPages.xml
r12100 r12885 51 51 </noeud> 52 52 <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> 54 54 </noeud> 55 55 </listenoeuds> … … 70 70 </noeud> 71 71 <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> 73 73 </noeud> 74 74 <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> 76 76 </noeud> 77 77 <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> 79 79 </noeud> 80 80 </listenoeuds>
Note: See TracChangeset
for help on using the changeset viewer.