On Wed, Jul 30, 2008 at 4:15 AM, Sietse Wijnker
<[EMAIL PROTECTED]> wrote:
> Why not use STREXTRACT()?
>
> Following code loops through all section-node id's in the
> specialInstruction-node
> Then for each found ID it retrieves the node value and the calls the
> FoundValue function
> (Code is not tested, so syntax errors are possible/included)
--------------------------------------------
That is similar to mine:
XmlNode packageNode =
Node.SelectSingleNode("/specialInstruction/[EMAIL
PROTECTED]'production.shipping']");
if (packageNode.ChildNodes.Count > 0)
sishipping.ShippingText =
packageNode.ChildNodes[0].Value;
--
Stephen Russell
Sr. Production Systems Programmer
Mimeo.com
Memphis TN
901.246-0159
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.