[
Lists Home |
Date Index |
Thread Index
]
Just out of curiosity, if we one day Microsoft decided to ship a SAX implementation in the .NET Framework wouldn't this clash with the namespace names you have chosen? Perhaps we need some namespace naming guidelines for .NET libraries.
--
PITHY WORDS OF WISDOM
Blessed are the meek for they shall inherit the Earth, minus 40% inheritance tax.
________________________________
From: Karl Waclawek [mailto:karl@waclawek.net]
Sent: Mon 3/29/2004 8:01 AM
To: Michelle Tan; xml-dev@lists.xml.org
Subject: Re: [xml-dev] DTD parser in c#
Well, these are all declared in the various namespaces of SAX.NET.
You should be using some or all of these namespaces:
System.Xml.Sax, System.Xml.SaxExt, System.Xml.Sax.Helpers,
System.Xml.SaxExt.Helpers.
|