Hello !
I have a lot of XML trees in a Doctype.
I want to summate the value of the value tag.
This tag can be in every XML - Tree.
The value can be 1 to 20.
I use JDOM and Tamino 4.4.1
May somebody help me ?
Tree (example) :
<?xml version ......?>
<Publikation…
…
…
--> <Bewertung HsFb="104"> 4</bewertung>
</Publikation>
I tried : sum(/Publikation[Bewertung HsFb=“(‘)104(’)”])
…but it doesn’t work :O(
felix