Re: [xml-dev] DTD parser in c#

From
Jeff Rafter <>
To
Dare Obasanjo <>, Karl Waclawek <>,
Date
2004-03-29T20:04:41Z
ID
<027f01c415c9$12a0e2c0$6403a8c0@ARIMATHEA>
Thread
Re: [xml-dev] DTD parser in c#
>> The latest version of the namespace naming guidelines for the .NET
Framework are located at
http://longhorn.msdn.microsoft.com/lhsdk/ndp/cpconnamespacenamingguidelines.aspx
<<

I see nothing in this barring the use of the System namespace prefix. It
does suggest the use of a company name... but what about open source
projects where there is no company?

>>This is the same way in Java package names beginning with java.* are
assumed to be core parts of the JDK. <<

Would you prefer SystemX.Xml.Sax or Org.Xml.Sax as java would have you do?
The current naming choice seems good to me... is there a better reason why
it shouldn't be done as it is?

Respectfully,
Jeff Rafter