Friday, September 21, 2007

Convert WSDL to HTML

I was searching for a good xslt to convert a wsdl to a html, doc, rtf ou pdf.
It's not rocket science but it is hard to find.
http://tomi.vanek.sk/xml/wsdl-viewer.xsl

Cheers

Friday, September 14, 2007

Vs.net 2005 Xml Documentation

Try this link:
http://www.sandcastledocs.com/

Monday, September 03, 2007

How to copy files from GAC

cd C:\WINDOWS\assembly
xcopy GAC c:\tmp\ /E
xcopy GAC_MSIL c:\tmp\ /E
xcopy GAC_32 c:\tmp\ /E



Then explore the c:\tmp\ directory.