Archive for Month: December

Real-World Value of XML and CMS

When it came to overhauling our corporate web-site, www.capco.com, we had a number of challenges to overcome. In particular, how could we get the right balance between the competing demands of design and technology? On the design front we needed to accurately project our corporate brand: Capco unites thought leadership...

Read More

Using XSLT and .NET to Manipulate XML Files

Introduction XML Stylesheet Transformations (XSLT) is defined as a language for transforming source XML documents into another document formats using XML Path Language (XPath) as a query language. This is particularly useful when incoming or outgoing XML documents do not match the document type expected by the target system....

Read More

XSL Transformations in .NET 2.0

One of the main benefits of XML is that it separates data from its presentation. Without further elaboration, this claim seems ordinary. However, if you combine XML data with an XSL Transformations (XSLT) style sheet, you will then have a powerful way to dynamically transform and present information in...

Read More

A Look at MSXML 4.0 RTM

Introduction While I’m sure many of you know that Microsoft has released version 4.0 of their XML parser, for those of you who don’t, well you do now… and this should serve as your wake up call! What Microsoft Says From Microsoft’s web site: Microsoft XML Core Services 4.0...

Read More