Re: Removing xmlns="" from XmlTextWriter output
- From: okie_greg <okie_greg.1pic6e@xxxxxxxxxxxx>
- Date: Mon, 23 May 2005 16:18:25 -0500
So that it is clear, in order to use a default namespace under the .Net
FX DOM, you have to specify the default? That is odd for a couple
reasons. First, a default can be defined as a value to use in the
absence of a provided value. This behavior of the DOM implementation
is changing that definition to if a particular value is supplied, we
will represent it as the default, yuck!. Second, in parent-child
entity relationships, it is the normal pattern for the child to take on
the attributes of it's parent unless specified as different (just like a
default, only oriented in objects hierarchies). Again, this behavior
changes that relationship, again, yuck!
--
okie_greg
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message1334934.html
.
- Prev by Date: Re: Reset XmlValidatingReader
- Next by Date: Re: SignedXML
- Previous by thread: Reset XmlValidatingReader
- Next by thread: Re: SignedXML
- Index(es):
Relevant Pages
|