For those who don’t know, RDBMSX is the name I gave to a hobby project that I am working on. … More
Tag: XML
"But using CSS only does not give me enough flexibility…"
Ya right!! If you believe that, then you do not know CSS.CSS 2.0 has introduces a whole mariad of features … More
Another Mouse Trap – Blog Engines
Do you realy want to create your own blog engine? Bah! Get some code from someone else, and improve on … More
How to produce a podcast
Very simple… It is an RSS 2.0 feed with one or more MP3 attachments. http://audiofeeds.org/tutorial.php
XSLT
This site has some great info on sample code for XSLThttp://www.topxml.com/xsltStylesheets/xslt_extension_functions.asp
What I hate about XMLSpy
Start with XMLSpy with all of the bells and whistles, especially if you have the full XML suite is mostly … More
Some Basic Rules in Setting up Biztalk 2004
These are the poorly documented rules. Server name must not be greater than 8 characters.If the server name is greater … More
If you are hot on XSLT
You may want to check outhttp://www.w3.org/TR/xslt20/ Keep in mind, .Net 1.1 framework does not currently support the 2.0 version of … More
XTrans and other XML resources [Edited]
You know what? Just use Visual Studio, Visual Studio Express, Or any other hundred other tools out there. This list … More
Using Datasets to work with XML
This is the easy way. I’ll post other ways later. Make a mockup well formed XML file. From Visual Studio … More