Help: errors reading XML data from Excel file

M

memiller

I have an ASP (not .Net) page that writes data out to an XML file along
with some HTML and Excel formatting commands. I have another page that
reads 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 and saved to the file while using Excel (I'm using
version 10). Excel 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. Has anyone in this group done this, and
would you please share how you do it?
 
Top