Help on Dynamic XML!

coco69

New Member
I want to do a lot of server-side XML operations. Say that I want to have one page (viewer) that does a simple XML/XSL transformation and spits out the result, that is no problem. Trouble is I want to do that transformation on a dynamically created XML page. Unfortunately whenever I pick up the asp/aspx that pre-generates the XML, to tranform, it doesn't "hit" the server and get the result, just the source (of the aspx page - not obviously well formed!!!!). Should I use WebRequest? Would that work? Has anyone got any suggestions?
 
Top