|
On Jul 5, 2018, at 12:50 PM, <SCOURTNEY@xxxxxxxxxxx> <SCOURTNEY@xxxxxxxxxxx> wrote:
Hello all,
I was wondering if somebody could point me in the right direction on this issue
:
The following XML code contains a block with multiple <Feature> entries.
<OrderItem> is multi-occurance and within each <OrderItem> there is a
<Configuration> block with multiple features.
I would like to access a single entry (the one with templateID = “EANCode”) and
extract the EAN-Code
<OrderItems>
<OrderItem articleID="70037" clientOrderItemID="16617115"
referenceName="" originalClientOrderItemID="152648">
<Configuration quantity="1">
<Feature templateID="FrameDbl"
selectedValue="16" />
<Feature templateID="FrameShapeLength"
selectedValue="53" />
<Feature templateID="FrameTempleLength"
selectedValue="135" />
<Feature templateID="FrameColour"
selectedValue="61" />
<Feature templateID="EanCode"
selectedValue="4251239603203" />
<Feature templateID="InternalArticleID"
selectedValue="70037 61" />
</Configuration>
</OrderItem>
<OrderItem articleID="70036" clientOrderItemID="17115"
referenceName="" originalClientOrderItemID="222222">
<Configuration quantity="1">
<Feature templateID="FrameDbl"
selectedValue="16" />
<Feature templateID="FrameShapeLength"
selectedValue="53" />
<Feature templateID="FrameTempleLength"
selectedValue="135" />
<Feature templateID="FrameColour"
selectedValue="61" />
<Feature templateID="EanCode"
selectedValue="1234567890123" />
<Feature templateID="InternalArticleID"
selectedValue="70036 61" />
</Configuration>
</OrderItem>
</OrderItems>
Mit freundlichen Grüßen / Kind regards / Bien à vous,
Sean
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: http://amzn.to/2dEadiD
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.