× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@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.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.