R
Random
I would like to be able to read an Xml file with an <asp:Xml> Web Control
and using XSLT dynamically write <asp:Xml> Web Controls to the page using
the information from the first Xml file, which would in turn perform their
own transform based on existing xml and xslt files.
As another way of accomplishing my goal, I was thinking I could have a
dataset tied to a repeater or table control that would write out the
<asp:Xml> controls for transformation.
Without spending an inordinate amount of time trying different methods to
accomplish just this, can anyone here offer advice on what I'm trying to do?
How would I need to sequence events to get the .NET framework to recognize
the different elements during runtime?
and using XSLT dynamically write <asp:Xml> Web Controls to the page using
the information from the first Xml file, which would in turn perform their
own transform based on existing xml and xslt files.
As another way of accomplishing my goal, I was thinking I could have a
dataset tied to a repeater or table control that would write out the
<asp:Xml> controls for transformation.
Without spending an inordinate amount of time trying different methods to
accomplish just this, can anyone here offer advice on what I'm trying to do?
How would I need to sequence events to get the .NET framework to recognize
the different elements during runtime?