I keep it short to use as less of your time as possible
Two elements:
ELEMENT[at1.1.1.2] matches { -- last name value
value matches {
DV_TEXT matches {*}
}
}
path to value attribute of DV_TEXT is
/data[at0001]/items[at1.1.1.2]/value
I keep it short to use as less of your time as possible
Two elements:
ELEMENT[at1.1.1.2] matches { -- last name value
value matches {
DV_TEXT matches {*}
}
}
path to value attribute of DV_TEXT is
/data[at0001]/items[at1.1.1.2]/value
Bert
ELEMENT[at1.1.1.2] matches { -- last name value
value matches {
DV_TEXT matches {*}
}
}path to value attribute of DV_TEXT is
/data[at0001]/items[at1.1.1.2]/value
No the path is
/data[at0001]/items[at1.1.1.2]/value/value
Heath
---------- Doorgestuurd bericht ----------
Right - value will give you the DV_TEXT which is the value of the element. DV_TEXT has a value attribute so it will be at /value/value.
Sam
Heath Frankel wrote: