April 9, 2003

On XPathNavigatorReader idea

Don Box's Spoutlet: In the interest of generality, Simon asks if there is an XmlReader implementation that traverses an XPathNavigator. Such implementation seems to be trivial, but an interesting point is that such XPathNavigatorReader could easily give xpath1() XPointer schema support for our XInclude.NET project! And if I'm right ...

April 8, 2003

On XInlcude.NET project again

Kirk Allen Evans's asking hard questions: Should there be an XIncludeNodeList implementation that is the product of the merged Infosets? Or is this irrelevant since it would only apply to a fully-loaded DOM instance, which should already have been loaded? I believe XInclude should keep low level of XML processing ...

April 7, 2003

Funny Piece of Spam

What a mail I got today from Taiwan, really nice one: "Mozilla thinks this message is junk mail". Well, probably ;) ...

April 6, 2003

More XSLT intellisense for VS.NET

Rambling in the blog space, found Alexis Smirnov's blog and there a link to quite interesting article named "Xslt Transformations and Xslt Intellesense within the .NET IDE" by Doug Doedens. It's about how to make XSLT authoring easier and more convenient in Visual Studio.NET. That sounds similar to what ...