Ignore:
Timestamp:
09/11/06 11:03:24 (6 years ago)
Author:
anp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Data_Builder/wsps/rapidlearning/sources/test/test_compositionXhtmlTransf01.transf

    r5350 r6502  
    11<?xml version="1.0" encoding="UTF-8"?> 
    2 <sm:compositionXhtmlTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core">  <sm:model sc:refUri="/test/test_ezze44.model"/>  <sm:content>   <sm:for codes="*">    <sm:WFreeBlock internalClass="aa">     <div xmlns="http://www.w3.org/1999/xhtml">      <sm:callSubModel/>      <span/>     </div>    </sm:WFreeBlock>   </sm:for>  </sm:content> </sm:compositionXhtmlTransf> 
     2<sm:compositionXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 
     3        <sm:model sc:refUri="/test/test_ezze44.model"/> 
     4        <sm:axis code="toto"/> 
     5        <sm:content format="xhtml"> 
     6                <sm:for codes="*"> 
     7                        <sm:WFreeBlock internalClass="aa"> 
     8                                <div xmlns="http://www.w3.org/1999/xhtml"> 
     9                                        <sm:callSubModel/> 
     10                                        <span/> 
     11                                </div> 
     12                        </sm:WFreeBlock> 
     13                </sm:for> 
     14        </sm:content> 
     15</sm:compositionXhtmlTransf> 
Note: See TracChangeset for help on using the changeset viewer.