[
Lists Home |
Date Index |
Thread Index
]
- To: "Arjun Ray" <aray@nyct.net>,<xml-dev@lists.xml.org>
- Subject: RE: [xml-dev] Underwhelmed (WAS: [xml-dev] XOM micro tutorial)
- From: "Dare Obasanjo" <dareo@microsoft.com>
- Date: Mon, 23 Sep 2002 10:24:14 -0700
- Thread-index: AcJjJMuFaphJ41tzQiSZR0TDZ6d5ygAAD/5w
- Thread-topic: [xml-dev] Underwhelmed (WAS: [xml-dev] XOM micro tutorial)
I hope this isn't supposed to be a description of using InnerXml since I have pointed out previously that it is NOT supposed to work "equally well" when the data is not kosher (where kosher is considered to be well-formed XML)
-----Original Message-----
From: Arjun Ray [mailto:aray@nyct.net]
Sent: Mon 9/23/2002 10:10 AM
To: xml-dev@lists.xml.org
Cc:
Subject: Re: [xml-dev] Underwhelmed (WAS: [xml-dev] XOM micro tutorial)
First, consider this pattern:
foo.Bar = "some string" ;
foo.Bar = foo.Bar + "another string" ;
If this idiom is possible, then it follows that that it is not worthwhile
to validate the string being assigned as a "property", because you never
know whether you're in the middle of some complex constructive process or
at the end. It works swimmingly as long as the "inputs" at any point are
kosher, but it works *equally "well" when they are not*.
|