Skip to content Skip to sidebar Skip to footer

Generate Javascript Using Xml And Xsl

I have tried every solution I found on here and even a larger Google search but nothing seems to work. Here is my problem... I have data that is in XML that I would like to visua

Solution 1:

What does the line in your XML that includes the XSL file look like? I added these two lines to the top of the XML:

<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="test.xsl"?>

The result was correct, though the graph didn't actually show the data properly. It was at least called.

Post a Comment for "Generate Javascript Using Xml And Xsl"