
JavaScript Date Validation Example
|
|
|
When you are validating data input on an HTML form, validating
Date input can be difficult. Is it a leap year? How many days
in a given month? Here is a slick way to do it.
|

|
|
|
|

XSLT Processor Utility
|
|
|
This utility takes as parameters, an XML file, an XSL file,
and the resulting HTML file. The utility transforms the XML
data using the XSL instructions into the HTML output file.
|
|