Does HTML Executable allow support File I/O using the File System Object (from Javascript), and XML manipulation?

"Does it support File I/O using the File System Object (from JavaScript), and XML manipulation using the Microsoft XML Dom object?".

Yes, HTML Executable allows them in IE publications if they are called from a compiled webpage.

For instance, this simple script may work:

<script language="JavaScript">
var xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
xmlDoc.async="false";
xmlDoc.load("test.xml");
document.write("The From element contains: ");
document.write(xmlDoc.getElementsByTagName("channel").item(0).text);
</script>

imgFrequently Asked Questions

imgSearch and post your questions to the user forum


About

This is the online documentation of HTML Executable.

About HTML Executable

HTML Executable is a versatile HTML compiler and ebook compiler: it lets you create secure ebooks and desktop applications with your websites, HTML or PDF documents.

You can easily create attractive ebooks, full-featured HTML applications (RIA) and software, digital publications from your websites, PDF files and HTML documents for online or offline distribution.

Learn more - Free Trial