monogatari

« CS1587 | Main | ResolveEntity() »

The United States of Absurdity

Am being disappointed in American citizens.

Anyways, XmlTextReader got 20% faster yesterday in my box and in my testing. With my pending patch, it even goes 33% (as total), but I haven't committed as yet because it is nasty, expanding some functions inline manually.

XQueryCommand is dropped. How about XQueryConvert?

From the revision log of latest W3C XQuery 1.0 working draft:

A value of type xs:QName is now defined to consist of a "triple": a namespace prefix, a namespace URI, and a local name. Including the prefix as part of the QName value makes it possible to cast any QName into a string when needed.

xs:QName is mapped to XmlQualifiedName, which only contains local name and namespace URI.

|