Alter XSL file from C# end

28/03/2006 - 09:16 por Radhakrishnan K | Informe spam
Hi,
I have a requirement, i have to alter my XSL file from C#,
After alteration, i am going to do XML tranformation.
How do i alter the XSL file using C#,
after alteration i 'll do some operaaion finally the original XSL should
be there in my server.
Can anyone help me to solve this problem?

Radhakrishnan.K



*** Sent via Developersdex http://www.developersdex.com ***
 

Leer las respuestas

#1 Alberto Poblacion
03/04/2006 - 13:32 | Informe spam
"Radhakrishnan K" wrote in message
news:%
I have a requirement, i have to alter my XSL file from C#,
After alteration, i am going to do XML tranformation.
How do i alter the XSL file using C#,
after alteration i 'll do some operaaion finally the original XSL should
be there in my server.
Can anyone help me to solve this problem?



The XSL is actually an XML file, so you can alter it using any of the
tools that you normally use to manipulate XML, such as using the DOM through
the class XmlDocument.

Preguntas similares