xml feed problems

admin

Administrator
Staff member
I have created a simple xsl stylesheet to reformat an xml feed i'm gettingfrom an outside database and am using asp to handle everything, however Iam getting the following error "The data necessary to complete this operationis not yet available"at this line of code: "Response.Write(xml.transformNode(xsl))"does anyone have any sugestions of what this means or how it can be fixed?
 
Back
Top