Getting past Excel tags and attributes?

admin

Administrator
Staff member
I have an ASP page that writes data out to an XML file along with some HTML and Excel formatting commands. I have another page that read the contents of that same file using XMLDOM and JavaScript, and picks out certain XML tags for processing. This all works fine, until a change is made to the file while using Excel (I'm using version 10). Excel (not surprisingly) adds tags and formatting commands to the file, and attributes that are not enclosed in quotes. The quoteless attributes seems to be my primary problem. How do you guys get around this?
 
Back
Top