|
|
 |
sql server and xml
date posted 1st December 2001 01:14
spending my friday night being a spod instead of an alcoholic and i started
looking at sql server and xml combined and im pretty impressed.
has anyone been using this? it just does away with so much shit, you call an
xml file like so:
http://www.mysite.com/shop.xml?rectype=albums
the xml file calls an xsl file and sql server and just outputs it to your
browser:
SELECT * FROM RECORDCOLLECTION WHERE rectype=? FOR XML RAW
does anyone know if netscape can call an xml page like this? its this sort
of thing that speeds development up like anything!
|
 |
|