09-02-04 11:14 PM
The following xml is buried 5 levels deep (from the root) in a document. I
am having trouble getting the "KeyValue" of the second instance, it always
returns an empty string. I am able to retrieve the "KeyName" of the second
instance as well as both "KeyValue" and "KeyName" for the first instance,
with no problem.
<KeyedValue id="MarketingStrategy_1">
<KeyName>WorksiteIndicator</KeyName>
<KeyValue>N</KeyValue>
</KeyedValue>
<KeyedValue id="MarketingStrategy_2">
<KeyName>WithdrawnIndicator</KeyName>
<KeyValue>N</KeyValue>
</KeyedValue>
Thanks,
BJ
[ Post a follow-up to this message ]
|