No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
I am unable make a servlet by JSP what i have to do for. Why occur this type of problem
Hey you want to sort just based on amt right first u use 2 times table aliasing check comdition use order-by clause u can able to make proper quey
<?xml version="1.0" encoding="ISO-8859-1"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html> <body> <h2>XXXXXXXXX</h2> <xsl:apply-templates/> </body> </html> </xsl:template> <xsl:template match="contact"> <p> Company Nmae: <xsl:apply-templates select="@cmpnyNm"/><br/> Contact No.: <xsl:apply-templates select="@ContactNm"/> </p> </xsl:template> <xsl:template match="Phone"> <p> <xsl:apply-templates select="@Type"/> No.: <xsl:apply-templates select="@Number"/> </p> </xsl:template> </xsl:stylesheet>
The End.
divakar kumar