How to display all xml fields and values using ASP
XML / XSL
2
Posts
2
Posters
0
Views
1
Watching
-
-
I want to load a xml file and use ASP to diplay all separate tags and values in the xml file (to load all fields and values into memory / array). Can someone give me an easy script to do this? I've been looking on Google but found no simple solution.
make a xsl file with all the ur tags make one style sheet for it and include it in the xsl to display all the tags and values do this in the xml file use alias for ur xsl file in the tag repeat it for all tags happy TripathiH