🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Selecting Nodes in XML

UrselinhoUser: "Urselinho"
New Altair Community Member
Updated by Jocelyn
Hi there,
and another thing.

Situation: I Do have one XML-File containing informations to certain articles.

The basic structure of the document goes like this:

<file>
    <product>
        <price>1</price>
        <description>blablabla<description>
    </product>
    <product>
        <price>2</price>
        <description>blublbulblb<description>
    </product>
<file>
What I want to Do now is to retrieve the content of each description-tag as a single "row" for doing some text processing afterwards.

How Can I do this?

I already tried the "Read XML" Operator. This one just works fine, but as it produces "only" Output I don't know how to use this output for my further text processing.

When using the "Process Documents from files" and X-Path Rapid Miner only retrieves the first occurence of "Description".

I would appreciate any help.

Many thanks in advance.

Kind Regards,
Urs

Find more posts tagged with

Comments

No comments on this post.