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 21, 2007
Friday, September 14, 2007
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.
xcopy GAC c:\tmp\ /E
xcopy GAC_MSIL c:\tmp\ /E
xcopy GAC_32 c:\tmp\ /E
Then explore the c:\tmp\ directory.
Subscribe to:
Posts (Atom)