Reports based on xml
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hai, I want to create Xml based Text Report. How can i implement it .Please provide the steps...If you have sample code or alternative solutions Please give me...... Thanks in Advance
-
Hai, I want to create Xml based Text Report. How can i implement it .Please provide the steps...If you have sample code or alternative solutions Please give me...... Thanks in Advance
One obvious way would be XSLT. That's probably the best way to turn XML into a text report. Just google for XSLT, and you'll find heaps of info.