XML Elements delete
Posted: Mon May 13, 2013 10:11 pm
Hello,
I have this XML-file
Is there a chance to do this with Textpipe?
The result should be
Thank your for your hint.
Sincerely
Michael
I have this XML-file
and I need to delete all XML-Elements with the <label Name="_543" /><Annotation about="www.medinfo.de/*" timestamp="0x0004ac47f7fc01cc" href="ChB3d3cubWVkaW5mby5kZS8qEMyD8L__iKsC">
<Label name="_12345" />
<AdditionalData attribute="original_url" value="www.medinfo.de" />
</Annotation>
<Annotation about="www.brustkrebs-info.de/*" timestamp="0x0004abb3c0c8ce1c" href="Chh3d3cuYnJ1c3RrcmVicy1pbmZvLmRlLyoQnJyjhrz2qgI">
<Label name="_543" />
<AdditionalData attribute="original_url" value="www.brustkrebs-info.de" />
</Annotation>
<Annotation about="www.iqtg.de/*" score="1" timestamp="0x0004ab1636200d27" href="Cg13d3cuaXF0Zy5kZS8qEKeagLHj4qoC">
<Label name="_12345" />
<AdditionalData attribute="original_url" value="www.iqtg.de" />
</Annotation>
Is there a chance to do this with Textpipe?
The result should be
<Annotation about="www.medinfo.de/*" timestamp="0x0004ac47f7fc01cc" href="ChB3d3cubWVkaW5mby5kZS8qEMyD8L__iKsC">
<Label name="_12345" />
<AdditionalData attribute="original_url" value="www.medinfo.de" />
</Annotation>
<Annotation about="www.iqtg.de/*" score="1" timestamp="0x0004ab1636200d27" href="Cg13d3cuaXF0Zy5kZS8qEKeagLHj4qoC">
<Label name="_12345" />
<AdditionalData attribute="original_url" value="www.iqtg.de" />
</Annotation>
Thank your for your hint.
Sincerely
Michael