什么都发生在XPathReader发生在、XPathReader

2023-09-02 11:58:31 作者:後會無期

XPathReader是/是一个正向的阅读XML解析器(建于的XMLReader),它允许您注册XPath查询为它找到(或XPath的至少称为的连续的XPath )。 这似乎是为方便到XML流,或案件的元素,你只需要拉一些信息了大量的XML文档的开始,因此不希望加载整个事情到内存的最佳选择。

XPathReader is/ was an implementation of a forward reading XML parser (built on XMLReader) which allowed you to register XPath queries for it to find (or at least a subset of XPath called Sequential XPath). This seems to be the perfect choice for easy access to elements of xml streams, or case where you just need to pull some information out of the start of a large xml document and therefore don't want to load the whole thing into memory.

似乎有兴奋的开源实现,它的MS球员之一被释放早在2003年/ 2004年,乱舞,例如:

There seemed to be a flurry of excitement about the open source implementation that one of the MS guys was releasing back in 2003/ 2004, eg:

http://donxml.com/allthingstechie/archive/2004/02/26/430.aspx

http://msdn.microsoft.com/en-us/library/ms950778.aspx

http://www.tkachenko.com/blog/archives/000472.html

但在那之后的踪迹似乎枯竭。到实施托管的引用( http://workspaces.gotdotnet.com/xpathreader )似乎不再工作。 有谁知道这是怎么回事,为什么有兴趣的消失?

But after that the trail seems to dry up. The references to where the implementation was hosted (http://workspaces.gotdotnet.com/xpathreader) no longer seem to work. Does anyone know what happened to it, and why the interested disappeared?

推荐答案

我怀疑LINQ到XML发生了。但是, Mvp.Xml在codePLEX 项目都有涉及到这么多的功能。你可能想看看的 XPointer.NET 库,他们已经开发和 XPointerReader

I suspect that LINQ-to-XML happened. However, the Mvp.Xml project on CodePlex has many features that relate to this. You might want to take a look at the XPointer.NET library they have developed and the XPointerReader.

另外,你可能想看看这个的 FastXPathReader在$ C $的CProject (我不知道它是多么有效)。

Also, you might want to take a look at this FastXPathReader on CodeProject (I don't know how effective it is).

至于XPathReader,所有我能找到的是你提供的与这些相关的链接和链接。它看起来像它的踪影。就像我说的,我认为LINQ到XML是结果,但我只是猜测。

As for XPathReader, all I could find were the links you provided and links associated with those. It looks like it disappeared. Like I said, I think LINQ-to-XML was the outcome, but I'm just guessing.

 
精彩推荐