XRBG: XML Random BackGround
[ Demo ]
You are welcome to modify the code and enhance functionality of the XRBG.
Please notify me any change you have made. [ @ ]
The source code:
| File | Description |
| default.asp |
ASP portion of the code mainly for calculating the rang of random index |
| XRBG.xml |
XML mini-database contains the links to the sources of random background |
| XRBG.xsl |
XML stylesheet contains templates that generate the random index of background. |
| XRBG.xsd |
XML schema defines tags and attributes used in XML files in design pattern known of "Salami Slice". |
| dataType.xsd |
XML schemas defines the data type used by XRGB.xsd in "Venetian Blind" design pattern. |
The XML schemas used with the XRBG might seem a little overkill for such a small-scaled application, but for a good programming practice, it is recommended to implement schemas for any distributed XML data.
Recommended reading:
Recommended programming IDE:
[ home ]
|