News

Right-click the HTML or Ajax file you want to use to display the table. Open the XML file you want to use to retrieve the data for the table.
I am pulling out an XML string from a database which I want to display in HTML. However, the nodes are getting stripped out by IE so that the XML document becomes a string of all the InnerText ...
So, I do a lot of little side things with XSLT generating HTML from XML. Always worked fine in Chrome. Now, all I get is a blank screen, and, in Inspect Element, this: Unsafe attempt to load URL ...
That's where the Perl module called XML::Simple comes in. It takes away the drudgery of parsing XML data, making the process easier than you ever thought possible.