16
Sep
2011
Check if a string is null or empty in XSLT
Here is an example in different situations: Sample XML: <group> <item> ...
16
Sep
2011
Here is an example in different situations: Sample XML: <group> <item> ...
01
Jan
2011
Here is the list for quick reference: 0000 = 0 0001 = 1 0010 = 2 0011 = 3 0100 = 4 0101 = 5 0110 = 6 ...
16
Nov
2009
This explains why Linux is an evil and uncompassionate OS ;-). (Source: geeksaresexy.net)
14
Aug
2009
If you ever wanted to know how to use any other file name macros other than %MessageID% here they are: %datetime% Coordinated...
11
Jun
2009
Here is a simple to create and drop temp tables: to think that ALL temp tables reside in tempdb database, not releated to...
27
Mar
2009
XML Schema is an XML-based alternative to DTD. An XML schema describes the structure of an XML document. The XML Schema...