Skip to content

Tag Archives: xml

About me and .NET, Atom.NET and stuff like that

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 [...]

Adding support for Xml Base to Atom.NET

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 [...]

Limits of XPath in .NET

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 [...]

W3C new recommendations

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

Project thoughts

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 [...]

Dave Winer’s RSS 2.0 Political FAQ

Dave Winer’s RSS 2.0 Political FAQ

Big Picture of the XML Family

Are you involved in XML development? This is for you all: Big Picture of the XML Family of Specifications by Ken Sall

Playing with RSS and XML

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 [...]