Java Reference
In-Depth Information
select="string('http://192.168.0.2/servlet/BlobServlet?id=')"/>
<xsl:variable name="id" select="ID" />
<img>
<xsl:attribute name="src">
<xsl:value-of select="concat($imageUrl,$id)"/>
</xsl:attribute>
</img>
</TD>
<TD>
<xsl:value-of select="Color"/>
<xsl:text> </xsl:text>
<xsl:value-of select="Year"/>
<xsl:text> </xsl:text>
<xsl:value-of select="Make"/>
<xsl:text> </xsl:text>
<xsl:value-of select="Model"/>.
<P/>
<xsl:value-of select="Engine"/>, <xsl:value-of select="Transmission"/>
Transmission.
<P/>
<xsl:value-of select="OPTIONS"/>
<P/>
$<xsl:value-of select="Price"/>.
<P/>
Vehicle is located in Zip code: <xsl:value-of select="Zip"/>.
</TD>
</TR>
<TR>
<TD COLSPAN="2">
<FORM method="post" action="/jsp/ProcessMessageForm.jsp" target="_self"
id="form1" name="form1">
<INPUT type="hidden">
<xsl:variable name="id" select="ID" />
<xsl:attribute name="memberId">
<xsl:value-of select="$id"/>
</xsl:attribute>
</INPUT>
<TABLE BORDER="1">
<TR>
<TD>
<FONT COLOR="blue">
<EM>Contact the seller:</EM>
</FONT>
Search WWH ::




Custom Search