Changeset 1620
- Timestamp:
- 06/09/08 18:40:40 (3 months ago)
- Files:
-
- trunk/src/main/resources/xsl/stub.xsl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/resources/xsl/stub.xsl
r1619 r1620 7 7 exclude-result-prefixes="php xi ixsl stub"> 8 8 9 <xsl:strip-space elements="stub:link" />9 <xsl:strip-space elements="stub:link"/> 10 10 11 11 <xsl:template match="stub:document"> 12 12 <ixsl:stylesheet version="1.0" exclude-result-prefixes="ixsl"> 13 13 <ixsl:output> 14 <xsl:copy-of select="@method" />15 <xsl:copy-of select="@omit-xml-declaration" />16 <xsl:copy-of select="@doctype-public" />17 <xsl:copy-of select="@doctype-system" />14 <xsl:copy-of select="@method"/> 15 <xsl:copy-of select="@omit-xml-declaration"/> 16 <xsl:copy-of select="@doctype-public"/> 17 <xsl:copy-of select="@doctype-system"/> 18 18 </ixsl:output> 19 <ixsl:variable name="page" select="/document/@page" /> 20 <ixsl:variable name="__acceptsCookies" select="/document/session/acceptsCookies/text()" /> 21 <ixsl:variable name="__sessid" select="/document/session/id" /> 22 <ixsl:variable name="__sessname" select="/document/session/name" /> 19 <ixsl:variable name="page" select="/document/@page"/> 20 <ixsl:variable name="__acceptsCookies" select="/document/session/acceptsCookies/text()"/> 21 <ixsl:variable name="__sessid" select="/document/session/id"/> 22 <ixsl:variable name="__sessname" select="/document/session/name"/> 23 <ixsl:variable name="__lang"><xsl:value-of select="$lang"/></ixsl:variable> 24 <ixsl:variable name="__lang_base"><xsl:value-of select="$lang_base"/></ixsl:variable> 23 25 <ixsl:template match="/"> 24 26 <xsl:apply-templates select="node()"/>
