Changeset 7303
- Timestamp:
- 14.11.2006 13:31:08 (3 years ago)
- Location:
- trunk/Wsp_Modeling
- Files:
-
- 1 added
- 4 modified
-
es/content/generator/webSiteGenerator/xml.xed.xml (modified) (1 diff)
-
spaces/gen/modelBuilder/bs.doss/sm_armoireUiTemplate.xml (modified) (1 diff)
-
spaces/gen/modelBuilder/bs.doss/sm_armoireUiTemplate/templateHtml.wm.xsl (modified) (1 diff)
-
spaces/gen/modelBuilder/bs.doss/sm_armoireUiTemplate/templateHtmlDtNoUri.wm.xsl (added)
-
spaces/gen/modelBuilder/bs.doss/sm_webSiteGenerator.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/es/content/generator/webSiteGenerator/xml.xed.xml
r7197 r7303 68 68 <attribute se:name="standard" se:bind="attribute" se:mandat="true"> 69 69 <choiceInput notnull="true"> 70 <ciItem label="HTML 4.01 Transitional "/>70 <ciItem label="HTML 4.01 Transitional (Standards mode)"/> 71 71 <ciItem label="XHTML 1.0 - Transitional"/> 72 <ciSeparator/> 73 <ciItem label="HTML 4.01 Transitional (without URI - obsolete)"/> 72 74 </choiceInput> 73 75 </attribute> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_armoireUiTemplate.xml
r6267 r7303 76 76 <zone cle="mainZone" type="contextuel-dynamique"> 77 77 <choose> 78 <case xpath="resultatAgent('//agentGenerator', 'standard/xslMethod') = 'html' and resultatAgent('//agentGenerator', 'standard/doctypeUri') = 'no'" type="xslOnSrc-dynamique" href="bs:templateHtmlDtNoUri.wm.xsl"/> 78 79 <case xpath="resultatAgent('//agentGenerator', 'standard/xslMethod') = 'html'" type="xslOnSrc-dynamique" href="bs:templateHtml.wm.xsl"/> 79 80 <default type="xslOnSrc-dynamique" href="bs:templateXhtml.wm.xsl"/> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_armoireUiTemplate/templateHtml.wm.xsl
r4992 r7303 43 43 xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 44 44 version="1.0"> 45 <xsl:output method="html" encoding="UTF-8" indent="no" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />45 <xsl:output method="html" encoding="UTF-8" indent="no" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" doctype-system="http://www.w3.org/TR/html4/loose.dtd"/> 46 46 47 47 <xsl:include href="bs:template.wm.xsl"/> -
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_webSiteGenerator.xml
r7239 r7303 66 66 <!-- @API Retourne la m�ode de publication des XSL en fonction du standard de publication. --> 67 67 <valeur code="xslMethod"> 68 <source type="xpath-statique">si(sm:mode/@standard='HTML 4.01 Transitional', 'html', 'xml')</source> 68 <source type="xpath-statique">si(starts-with(sm:mode/@standard,'HTML 4.01 Transitional'), 'html', 'xml')</source> 69 </valeur> 70 <valeur code="doctypeUri"> <!-- HACK pour ajouter ou non l'uri de la dtd au doctype dans les uiTemplates uniquement --> 71 <source type="xpath-statique">si(starts-with(sm:mode/@standard,'XHTML') or contains(sm:mode/@standard,'Standards mode'), 'yes', 'no')</source> 69 72 </valeur> 70 73 </valeur>