×
Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
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
As an Amazon Associate we earn from qualifying purchases.
Follow-Ups :
This mailing list archive is Copyright 1997-2026 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.