gotdotnet.com 的 XmlTools 中的 XmlCsvReader 和 SgmlReader 到哪里去了?
曾几何时,有一个很棒的微软 dotnet 网站 www.gotdotnet.com,其中有很多 dotnet 资源和示例。
其中之一是 XmlTools ,其中包含一些有趣的类,例如 XmlCsvReader/writer (= csv 2 xml 转换器)、SgmlReader(可用于将 sgml、html 转换为 xml)和 XmlPrettyPrinter。该文档仍然在 msdn 中在线,并且今天在互联网上有很多参考资料。
Msdn-downloads 链接到gotdotnet.com。
由于 www.gotdotnet.com 在 2006 年或 2007 年离线,因此下载链接已损坏。 有谁知道这些 xmltools 是否仍然可用?
更新:
- @Darin Dimitrov:SgmlReader 可在 archive.msdn.microsoft.com
Once upon a time there was a great microsofts dotnet site www.gotdotnet.com with lots of dotnet sources and examples.
One of these were the XmlTools with interisting classes like XmlCsvReader/writer (= csv 2 xml converter) , SgmlReader (can be used to transform sgml, html to xml) and XmlPrettyPrinter. The documentation is still online in msdn and there are many references to in it today on the internet.
Msdn-downloads for those link to gotdotnet.com.
Since www.gotdotnet.com went offline in 2006 or 2007 so the download links are broken.
Does anybody know if these xmltools are still available somewhere?
update:
- @Darin Dimitrov: SgmlReader is available on archive.msdn.microsoft.com
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是SgmlReader。还有已存档的。
XmlCsvReader 仍可在 MSDN 上使用。您也可以看看 FileHelpers。Here's SgmlReader. And the archived one.
XmlCsvReader is still available on MSDN.You may also take a look at FileHelpers.