[ad_1]
I want to extract a value of string which is part of an XML structure with XSLT. Therefore I need to get the word in front of the colon as a node name and the word after the colon as a value for this node. The node name will be the same in every document, but the value will be various so I thought about using wildcards for extracting the value, but I didn’t find out how to do that. Can you help me maybe?
<MxML>
<mail>
<body>
Fruit: apple
Vagetable: potato
Animal: dog
</body>
</mail>
</MxML>
[ad_2]