08-05-2008 08:36 PM
08-06-2008 04:30 AM
var xml = new XML('<your XML string>');
Here's a link to a basic tutorial if you are not familiar with E4X: http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Guide08-06-2008 10:44 AM
08-06-2008 11:17 AM
var xmlstr = '<your xml string>';
var header = '<?xml version="1.0" encoding="UTF-8"?>';
xmlstr = xmlstr.substring(header.length);
var xml = new XML(xmlstr);
08-06-2008 11:20 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.