I’ve searched through so many XML tutorials. It is getting really frustrating. They tell me the history of XML, how it differs from HTML, semantics of the jargon, how to build and validate my XML, how cool and useful XML is and the number of applications it has. Everything except how I can actually implement it on a website!
I’m working on a project which is requiring SQL Server and XML. Generating the XML is really easy with SQL Server since they built it in as a new feature SQL Server 2000.
I’m still trying to figure out where to go from there. I found one tutorial that showed me how to embed this code in a web page, but all I end up with is an empty page (despite the XML file seeming to conform with the given examples).
I guess I keep hunting.
