Fetching the content of the 1st tag
set gh [grmcreate -msg $mh xml $package $type]
set dh [grmfetch $gh {MyType.FileName}]
set val [datget $dh VALUE]
but I’m lost while trying to fetch the repeated
How do I have to access the tags and attributes ?
Thanks in advance …