I decided to write this post just to get things straight and recall some memories of the past.
Since I still get emails about Atom.NET I think it’s time to say it out loud and clear: I don’t care about it anymore but I still think Atom is a good idea, though
I repeat: I [...]
Before making a new release of the library I wanna try to add the support for Xml Base. The problems are described in the final part of the recommendation:The XPath [XPath] data model preserves neither base URI information nor the boundaries of external entities and thus is insufficient to support resolution of relative URI references [...]
Filed in Uncategorized
|
Also tagged atomnet
|
In those days I was trying to enhance parsing capabilities of Atom .NET and since I based all the API around XPath I tried to gain more advantages from .NET implementation. The only limit I recognized is the lack of the capability to “serialize” the content of a visiting node (something like InnerXml or OuterXml [...]
Filed in Uncategorized
|
Also tagged .net
|
Thursday, February 5, 2004
XML 1.0 Third Edition: http://www.w3.org/TR/2004/REC-xml-20040204/* XML Infoset Second Edition: http://www.w3.org/TR/2004/REC-xml-infoset-20040204/* XML 1.1 and Namespaces in XML 1.1: http://www.w3.org/TR/2004/REC-xml11-20040204/ – http://www.w3.org/TR/2004/REC-xml-names11-20040204/…. a lot of new stuff to learn
Filed in Uncategorized
|
Also tagged
|
Today I was looking for the best way to write the feed reader and these are my thoughts:* XmlTextReader seems to be the fastest xml reader and looks nice but I don’t like the pull model very much and since the library isn’t mission critical I’ll consider to use it only if I don’t get [...]
Filed in Uncategorized
|
Also tagged .net
|
Dave Winer’s RSS 2.0 Political FAQ
Are you involved in XML development? This is for you all: Big Picture of the XML Family of Specifications by Ken Sall
Filed in Uncategorized
|
Also tagged
|
In these days I played with RSS and XML to transform the XML generated by the WebService of ugidotnet.org in a valid RSS 0.91 for integrate it into SharpReader. I’ve just submitted all the stuff to the ugidotnet.org board and if they’ll approve it’ll be published on the web site with the well known and [...]
Filed in Uncategorized
|
Also tagged rss
|