ASP.NET (using vb.net) How to pull XML from SQL Server and process it with XSLT
Hi everyone,
Every example I've looked for using XSLT, it always show pulling an XML file and displaying those, but I do not see any good examples of pulling data from SQL Server and using the dataset or datatable with XSLT.
Would anyone know how to do that?
Thanks!