- Timestamp:
- 02/21/09 16:03:31 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/model/sources/dkCore/genSld/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> 4 <sm:paraTag widgetClass="txtPara" tagName="p"/><sm:listTags><sm:simpleListTag/><sm:itemizedListTag/><sm:orderedListTag/></sm:listTags> 5 6 7 5 <sm:paraTag widgetClass="txtPara" tagName="p"/> 6 <sm:listTags> 7 <sm:simpleListTag/> 8 <sm:itemizedListTag/> 9 <sm:orderedListTag/> 10 </sm:listTags> 8 11 <sm:uLinkTag widgetClass="txtLnk"> 9 12 <sm:externalUrl> … … 18 21 </sm:externalUrl> 19 22 </sm:uLinkTag> 20 <sm:inlineStyleTag widgetClass="txtImp" role="emphasis"/> 21 <sm:inlineStyleTag widgetClass="txtAlt" role="alt"/> 22 <sm:textLeafTag widgetClass="txtBtn" role="textButton"/> 23 <sm:textLeafTag widgetClass="txtRdo" role="textRadioButton"/> 24 <sm:textLeafTag widgetClass="txtChk" role="textCheckBox"/> 25 <sm:textLeafTag widgetClass="txtKey" role="keyboard"/> 26 <sm:textLeafTag widgetClass="txtMnu" role="menuPath"/> 27 <sm:textLeafTag widgetClass="txtLbl" role="label"/> 28 <sm:textLeafTag widgetClass="txtFile" role="filePath"/> 23 <sm:inlineStyleTag widgetClass="txtImp" role="emphasis" tagName="strong"/> 24 <sm:inlineStyleTag widgetClass="txtAlt" role="alt" tagName="cite"/> 25 <sm:textLeafTag widgetClass="txtBtn" role="textButton" tagName="code"/> 26 <sm:textLeafTag widgetClass="txtRdo" role="textRadioButton" tagName="code"/> 27 <sm:textLeafTag widgetClass="txtChk" role="textCheckBox" tagName="code"/> 28 <sm:textLeafTag widgetClass="txtKey" role="keyboard" tagName="code"/> 29 <sm:textLeafTag widgetClass="txtMnu" role="menuPath" tagName="code"/> 30 <sm:textLeafTag widgetClass="txtLbl" role="label" tagName="code"/> 31 <sm:textLeafTag widgetClass="txtFile" role="filePath" tagName="code"/> 32 <sm:textLeafTag widgetClass="txtCmd" role="cmd" tagName="kbd"/> 29 33 <sm:inlineImgTag widgetClass="txtIco" role="iconButton" axis="inline"/> 30 34 <sm:inlineImgTag widgetClass="txtArea" role="area" axis="inline"/>
Note: See TracChangeset
for help on using the changeset viewer.