-
XML Tools in Visual Studio 2008
Last updated: Tuesday, February 19, 2019
Published in: CODE Focus Magazine: 2007 - Vol. 4 - Issue 3 - Data Programability
XML is everywhere from XML Web Services to databases to config files to Office documents. This article will show you tooling support offered in Visual Studio 2008 that will make working with XML easier. It will cover editing XML files, working with XML schemas, debugging XSLT style sheets and extending Visual Studio by writing your own custom XML Designers.
-
XML, XSL and HTML in Windows Applications
Last updated: Wednesday, November 30, 2022
Published in: CODE Magazine: 2001 - Issue 1, Markus Egger Talks Tech
HTML and XML have made the Internet what it is today, but both technologies are not necessarily tied to the Internet.Quite the contrary! Using HTML in regular Windows applications has always been a great alternative. Paired with XML and XSL, this technique is more powerful than ever, since there are a growing number of XML sources, such as SQL Server, Web Services, and XML-enabled Business Objects.
-
An XML and XSLT Shopping Cart
Last updated: Thursday, November 24, 2022
Published in: CODE Magazine: 2001 - Issue 2
Systems built with XML and XSLT can often provide much more flexibility and cross-platform functionality than other approaches.Michiel shows us how to build a shopping cart application that's simple, yet highly extensible, and in the process teaches us a few practical uses for these exciting technologies.
-
XSL Patterns
Last updated: Thursday, November 24, 2022
Published in: CODE Magazine: 2001 - Issue 2
XSL patterns are the SQL Select of the XML world.To retrieve the data you want from an XML file, you need to understand how to construct the necessary pattern.