The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Microsoft and XML Validity

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Microsoft and XML Validity Posted: Nov 27, 2005 11:57 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Microsoft and XML Validity
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

Interesting:

The short answer is that we do not implement RFC 3023 currently.  The RSS platform uses MSXML (in XML conforming mode) to fetch and parse the data, so the behavior is inherited from MSXML.  Since MSXML is used by most products that we ship, it means the platform is consistent.  And nearly every other stack in the industry ignores RFC 3023 as well, so it's not a widely accepted interop point at the moment.

I find that interesting because the short answer from 3023:

If an XML entity is in a file, the Byte-Order Mark and encoding declaration are used (if present) to determine the character encoding

Is something I implemented in BottomFeeder a long time ago. At the time, I found that paying attention to the declared encoding declaration helped a lot. I guess the MSXML parser isn't built that way, and I'd also guess that the decision was based on the sources they ran into during construction of the parser. I was looking at RSS feeds, and the declaration seemed like an easy thing to do.

Read: Microsoft and XML Validity

Topic: Smalltalk in Berne Previous Topic   Next Topic Topic: GMail Lag

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use