Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I hav converted a docx file to xml format.Now i want to implement xslt in the output XMl file and disply it in a treeview structure by using C# ,Asp.Net code.
Can any one please help me out on the same.

Thank you .
Bibhu.
Posted

1 solution

Step 1:
Transform XML into useable XML using XSLT
XML transformation using Xslt in C#[^]
use search engines for more such results if needed.

Step 2:
Use the transformed XML as a source of your treeview! (that wouldn't be difficult as that is a valid datasource for a treeview.)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900