Changeset 19893 in main for trunk/ibisph-view/src/main/webapp/xslt/_ibis-include.xslt
- Timestamp:
- 02/22/20 13:44:27 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/_ibis-include.xslt
r19890 r19893 104 104 </xsl:template> 105 105 106 <xsl:template match="ibis:contextPath" mode="ibis.copy" ibis:doc="Mechanism that allows the HTML_CONTENT PAGE type XML content to get the ibis.baseRequesttPath value. This is useful for pages that have javascript that need this value."> 106 <xsl:template match="ibis:baseRequestPath" mode="ibis.copy" 107 ibis:doc="Mechanism that allows any ibis.copy processed XML CONTENT to 108 to get the ibis.baseRequesttPath value. This is useful for pages 109 that have javascript that need this value. 110 Usage: within the CONTENT have an [ibis:baseRequestPath/] element. 111 " 112 > 107 113 <xsl:value-of select="$ibis.baseRequestPath"/> 108 114 </xsl:template>
Note: See TracChangeset
for help on using the changeset viewer.