Changeset 12882 for trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormOdTransf/bs.xml.xsl
- Timestamp:
- 02/26/09 11:32:23 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Wsp_Modeling/spaces/gen/modelBuilder/bs.doss/sm_dataFormOdTransf/bs.xml.xsl
r12173 r12882 209 209 210 210 <xsl0:template match="sm:dynamicString"> 211 <c:donnee type="xpath-statique"><xsl0:value-of select="@xpath"/></c:donnee> 212 </xsl0:template> 213 <xsl0:template match="sm:fixedString"><xsl0:value-of select="@value"/></xsl0:template> 214 211 <c:donnee type="xslOnSrc-dynamique"> 212 <xsl0:text disable-output-escaping="yes"> 213 <![CDATA[ 214 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sp="http://www.utc.fr/ics/scenari/v3/primitive" xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:java="http://xml.apache.org/xslt/java" xmlns:xalan="http://xml.apache.org/xalan" exclude-result-prefixes="xalan" version="1.0"> 215 <xsl:output method="xml" indent="no" omit-xml-declaration="yes"/> 216 <xsl:param name="vAgent"/> 217 <xsl:param name="vDialog"/> 218 <xsl:template match="*"> 219 ]]> 220 </xsl0:text> 221 <xsl0:apply-templates/> 222 <xsl0:text disable-output-escaping="yes"> 223 <![CDATA[ 224 </xsl:template> 225 </xsl:stylesheet> 226 ]]> 227 </xsl0:text> 228 </c:donnee> 229 </xsl0:template> 215 230 216 231 <xsl0:template match="sm:fieldValue | sm:fieldValueString | sm:fieldValueEnum">
Note: See TracChangeset
for help on using the changeset viewer.