- Timestamp:
- 02/21/09 16:03:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/dkCore/genWeb/transf/content/textSimple.transf
r416 r473 1 <?xml version="1.0" encoding="UTF-8"?><sm:textXhtmlTransf xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core"> 1 <?xml version="1.0" encoding="UTF-8"?> 2 <sm:textXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> 2 3 <sm:model sc:refUri="/dkCore/model/content/textSimple.model"/> 3 4 <sm:content classConstructionType="legacy"> 4 <sm:paraTag tagName="p"/><sm:listTags><sm:simpleListTag/><sm:itemizedListTag/><sm:orderedListTag/></sm:listTags> 5 6 7 5 <sm:paraTag tagName="p"/> 6 <sm:listTags> 7 <sm:simpleListTag/> 8 <sm:itemizedListTag/> 9 <sm:orderedListTag/> 10 </sm:listTags> 8 11 <sm:uLinkTag> 9 12 <sm:externalUrl> … … 18 21 </sm:externalUrl> 19 22 </sm:uLinkTag> 20 <sm:inlineStyleTag role="emphasis"/> 21 <sm:inlineStyleTag role="alt"/> 22 <sm:textLeafTag role="textButton"/> 23 <sm:textLeafTag role="textRadioButton"/> 24 <sm:textLeafTag role="textCheckBox"/> 25 <sm:textLeafTag role="keyboard"/> 26 <sm:textLeafTag role="menuPath"/> 27 <sm:textLeafTag role="label"/> 28 <sm:textLeafTag role="filePath"/> 23 <sm:inlineStyleTag role="emphasis" tagName="strong"/> 24 <sm:inlineStyleTag role="alt" tagName="cite"/> 25 <sm:textLeafTag role="textButton" tagName="code"/> 26 <sm:textLeafTag role="textRadioButton" tagName="code"/> 27 <sm:textLeafTag role="textCheckBox" tagName="code"/> 28 <sm:textLeafTag role="keyboard" tagName="code"/> 29 <sm:textLeafTag role="menuPath" tagName="code"/> 30 <sm:textLeafTag role="label" tagName="code"/> 31 <sm:textLeafTag role="filePath" tagName="code"/> 32 <sm:textLeafTag role="cmd" tagName="kbd"/> 29 33 <sm:inlineImgTag role="iconButton" axis="inline"/> 30 34 <sm:inlineImgTag role="area" axis="inline"/>
Note: See TracChangeset
for help on using the changeset viewer.