relate strings extracted from xml document

Hello,

I'm a sociologist analyzing semantics. xml code and knime is new to me. So maybe somebody can help me out with a basic problem:

i want to extract information out of a solr query result: (xml document-->)

https://docs.google.com/drawings/d/1WNF1Waxldcp5EIwsAcK_JwF2k1Nm9KVSFiciw8yc8cU/pub?w=1440&h=1080

I was able to extract all the text information with xml path. (//lst[@name='highlighting']) but couldn't relate this to the id and date information in the first part of the search result documentation.

I would like to use the xml path to create string columns for id, date and highlighted text snippets and then relate these columns with a string to document node.

https://docs.google.com/drawings/d/1wF4q3srUQCvL22AZkYmgciNLf8hFrRcQJVRlK57sGlg/pub?w=1440&h=1080

(this would be the right data preparation for further text analysis i want to do within knime. bow creation, word filters etc...)

how can i do this?

thanks for your help!

Julius