- This topic has 10 replies, 3 voices, and was last updated 15 years ago by .
-
Topic
-
I’m trying to parse xml data with grm and fetch the content and attribute from a tag that’s repeatable. Fetching the content of the 1st tag
is working 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
s and the attribute of e.g. How do I have to access the tags and attributes ?
Thanks in advance …
Viewing 9 reply threads
Viewing 9 reply threads
- The forum ‘Tcl Library’ is closed to new topics and replies.