Ignore:
Timestamp:
01/20/09 13:57:07 (3 years ago)
Author:
anp
Message:

cleanup gestion des seeAlso pour éviter boucles infinie. Pas d'incidence car affichage des sections non présentes dans le contenu désactivé

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/dkGuide/genOd/transf/tree/linkSection.transf

    r416 r462  
    1 <?xml version="1.0" encoding="UTF-8"?><sm:compositionOdtTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"> 
    2         <sm:model sc:refUri="/dkGuide/model/tree/linkSection.model"/> 
    3         <sm:content> 
    4                 <sm:WBox style="seeAlso"> 
    5                         <sm:WParagraph style="bloc"> 
    6                                 <sm:title> 
    7                                         <sm:compositionTitle/> 
    8                                         <sm:fixedTitle value=";Voir aussi..."/> 
    9                                 </sm:title> 
    10                         </sm:WParagraph> 
    11                         <sm:inDataOrder> 
    12                                 <sm:for codes="ref"> 
    13                                         <sm:dataBlock category="seeAlso"> 
    14                                                 <sm:blockId> 
    15                                                         <sm:subModelId/> 
    16                                                 </sm:blockId> 
    17                                                 <sm:label> 
    18                                                         <sm:title> 
    19                                                                 <sm:subModelTitle/> 
    20                                                         </sm:title> 
    21                                                 </sm:label> 
    22                                                 <sm:data> 
    23                                                         <sm:callSubModel axis="seeAlso"/> 
    24                                                 </sm:data> 
    25                                         </sm:dataBlock> 
    26                                 </sm:for> 
    27                                 <sm:for codes="doc"> 
    28                                         <sm:WPictureBlock style="doc"> 
    29                                                 <sm:title> 
    30                                                         <sm:partTitle/> 
    31                                                         <sm:subModelTitle/> 
    32                                                 </sm:title> 
    33                                                 <sm:picture sc:refUri="/dkCore/genOd/_res/refDoc.png"/> 
    34                                                 <sm:callSubModel/> 
    35                                                 <sm:callSubModelMeta/> 
    36                                         </sm:WPictureBlock> 
    37                                 </sm:for> 
    38                         </sm:inDataOrder> 
    39                 </sm:WBox> 
    40         </sm:content> 
     1<?xml version="1.0" encoding="UTF-8"?> 
     2<sm:compositionOdtTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0"> 
     3    <sm:model sc:refUri="/dkGuide/model/tree/linkSection.model"/> 
     4    <sm:content> 
     5        <sm:WBox style="seeAlso"> 
     6            <sm:WParagraph style="bloc"> 
     7                <sm:title> 
     8                    <sm:compositionTitle/> 
     9                    <sm:fixedTitle value=";Voir aussi..."/> 
     10                </sm:title> 
     11            </sm:WParagraph> 
     12            <sm:inDataOrder> 
     13                <sm:for codes="ref"> 
     14                    <sm:dataBlock category="seeAlso"> 
     15                        <sm:blockId> 
     16                            <sm:subModelId/> 
     17                        </sm:blockId> 
     18                        <sm:label> 
     19                            <sm:title> 
     20                                <sm:subModelTitle/> 
     21                            </sm:title> 
     22                        </sm:label> 
     23                        <sm:data> 
     24                            <!--- Non utilisé pour le moment.  
     25- Pose des pbs de boucle infinie 
     26<sm:callSubModel xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" axis="seeAlso"/>--> 
     27                        </sm:data> 
     28                    </sm:dataBlock> 
     29                </sm:for> 
     30                <sm:for codes="doc"> 
     31                    <sm:WPictureBlock style="doc"> 
     32                        <sm:title> 
     33                            <sm:partTitle/> 
     34                            <sm:subModelTitle/> 
     35                        </sm:title> 
     36                        <sm:picture sc:refUri="/dkCore/genOd/_res/refDoc.png"/> 
     37                        <sm:callSubModel/> 
     38                        <sm:callSubModelMeta/> 
     39                    </sm:WPictureBlock> 
     40                </sm:for> 
     41            </sm:inDataOrder> 
     42        </sm:WBox> 
     43    </sm:content> 
    4144</sm:compositionOdtTransf> 
Note: See TracChangeset for help on using the changeset viewer.