Home >Online Product Documentation >Table of Contents >Understanding Input Ports
Stylus Studio interprets input ports differently for different XSLT instructions, as shown in Table 69:
select
<xsl:value-of select="'Owen'">
<xsl:for-each select="books/book">
test
<xsl:if test="authors/author= 'Henry'">
xsl:when
<xsl:when test="contains(authors/author,'Marchese')">
<xsl:apply-templates select="subject"/>
name
<xsl:call-template name="newAuthorsTemplate"/>
You can specify values for input ports by:
When you mouse over an input port, Stylus Studio displays the value associated with that port.
If an xsl: instruction's attribute takes a literal or string value (such as xsl:value-of select="'Recommended'"/, for example) and a value has been provided for the attribute, Stylus Studio fills the input port associated with that attribute with a deep red to indicate that a value has been specified.
xsl:value-of select="'Recommended'"/