georgiaguy21_1980
New Member
I have this part of a XML from pubmed:\[code\]<Abstract><AbstractText Label="BACKGROUND" NlmCategory="BACKGROUND"> difdif </AbstractText> <AbstractText Label="METHODS" NlmCategory="METHODS"> sadflj </AbstractText> <AbstractText Label="RESULTS" NlmCategory="RESULTS"> kjksd </AbstractText> <AbstractText Label="CONCLUSIONS" NlmCategory="CONCLUSIONS">lskdlsk </AbstractText> </Abstract>\[/code\]Depending on the article there is different number labels (range 0-4). I want to import all labels into to one single field in a filemaker database. I used this XSL:\[code\]<COL><DATA><xsl:value-of select="abstract" /></DATA></COL>\[/code\]Unfortunately this only works if there are no labels and the abstract is provided directly under "abstract" . How do I have to modify this exerpt of the XSL to make it transfer everything that's mentioned under "abstract"? Cheers vier.gewinnt