Unfortunately, there seems to be insufficient information - or I am just not understanding.
As far as I understand it so far:
1 - You are using ASP, not ASP.NET
2 - You are writing some xml
3 - You are using an object named "Stream", which I am guessing is a TextStream object.
So... my questions:
1 - what are you actually doing with the XML once you have created it?
2 - Are you somehow are converting the xml to HTML? and if so, how are you doing this?
3 - Or... are you using the XML as a data island? or?
Regardless of what you put into the "col" element for the "id" attribute, this doens't mean anything to the browser. The id is just that, a unique identifier for that element. So, I have to assume you are doing something with the xml you are creating - so it is not the xml itself that is the problem, but rather how it is being processed once it is created.
Thanks
Woody Z
http://www.learntoprogramnow.com