[Home] [By Thread] [By Date] [Recent Entries]
Ramya Dixit ramyadixit99@xxxxxxxxx wrote:
|<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:jscript="http://www.url.com" exclude-result-prefixes="msxsl jscript"> <xsl:template match="/"> <html> <body> <select> <OPTION><xsl:value-of select = "jscript:getVolvo()"/></OPTION> <OPTION><xsl:value-of select = "jscript:getSaab()"/></OPTION> Well the msxsl:script needs to be a child of the xsl:stylesheet. And of course the whole XSLT code needs to be well-formed XML which is case-sensitive so you need to make sure the start tags and end tags are XHTML and use all lower-case letters like <html> and </html>
|

Cart



