Load an XML string
I am amazed by what you have done here...
All of Our data comes from a custom dll as a string of XML data.
Currently I am using XSLT transforms to create the Javascript array of data. Pretty slick, but not exactly intuitive...
What I am looking for is something like...
var table = new Active.XML.Table;
table.loadXMLString( myBigOL_XMLString );
I've been diving thru your javascript, but came to realize that you seem to live on some different javascript programming planet than I do! Jeezsh, I didnt even realize that javascript could do all that. Who knew?!? ( you did, I guess... )
I'd be glad to do it myself ( I have some skill, at least ) but need some small nudge as to where to start.
Thanks for the great software!
All of Our data comes from a custom dll as a string of XML data.
Currently I am using XSLT transforms to create the Javascript array of data. Pretty slick, but not exactly intuitive...
What I am looking for is something like...
var table = new Active.XML.Table;
table.loadXMLString( myBigOL_XMLString );
I've been diving thru your javascript, but came to realize that you seem to live on some different javascript programming planet than I do! Jeezsh, I didnt even realize that javascript could do all that. Who knew?!? ( you did, I guess... )
I'd be glad to do it myself ( I have some skill, at least ) but need some small nudge as to where to start.
Thanks for the great software!
Brian
January 16,