Other News

Community

Visualizing XSLT in SVG

by Chimezie Ogbuji – There are a number of visual tools employed by XML editors and viewers which make verbose XML documents easier to browse and manipulate. XML Spy is, for example, such a tool. This article will introduce how SVG can be used to create a visual representation of an XSLT stylesheet.

Community

Script to grant permissions

By Parthasarathy Mandayam – Here’s a simple script that can be customized to quickly grant permissions to various users on all tables or stored procedures. Using this script I was able to reduce the time taken to grant permissions during installation from 30 minutes to 1 second! It is much faster th

Community

XML-Based ASP.NET Page Templates

Templates provide an excellent way to maintain a consistent look and feel across a Website. However, version 1 of ASP.NET doesn’t natively support the concept of templates. This isn’t a major stumbling block since the .NET platform provides a robust object-oriented environment that can be leverage