Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually i have code hms project it is developed with vbscript, tree view is developed by xml and xsl. tree view is not displayed in other browsers and above ie 9 versions.


Code is Given below:
HTML
<xsl:stylesheet xmlns:xsl="http://http://www.w3.org/TR/WD-xsl">
  <xsl:template match="/"><xsl:apply-templates />
  </xsl:template>

Please help me out...
Posted
Updated 2-Jun-15 23:51pm
v3
Comments
Kornfeld Eliyahu Peter 3-Jun-15 6:41am    
You should show the result of the XML transformation...

1 solution

Member 11738198 wrote:

... it is developed with vbscript ...

There's your problem - VBScript has never been supported in anything other than Internet Explorer, and never will be.

As of IE11, VBScript[^] no longer runs in Internet Explorer.

Re-write your code using Javascript.
 
Share this answer
 
Comments
hypermellow 3-Jun-15 7:03am    
Nail, Head & Hit 5'ed :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900