Selecting Nodes in XML
Urselinho
New Altair Community Member
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:
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
and another thing.
Situation: I Do have one XML-File containing informations to certain articles.
The basic structure of the document goes like this:
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.
<file>
<product>
<price>1</price>
<description>blablabla<description>
</product>
<product>
<price>2</price>
<description>blublbulblb<description>
</product>
<file>
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
Tagged:
0