Use the following reference to help create XPath expressions to
locate segments and tags within a UMF document.
- TAG
- Locates the UMF tag value in the current data segment, where TAG is the actual name of the UMF tag.
- ./TAG
- Locates the UMF tag value in the current data segment, where TAG is the actual name of the UMF tag.
- /TAG
- Locates the UMF tag value in the root data segment, where TAG is
the actual name of the UMF tag.
- ../TAG
- Locates the UMF tag value in the parent segment of the current segment,
where TAG is the actual name of the
UMF tag.
- /SEGMENT/TAG
- Locates the UMF tag value in a specific data segment, where SEGMENT is
the actual name of the UMF segment, and TAG is
the actual name of the UMF tag.
- ../SEGMENT/TAG
- Locates the UMF tag value in a specific data segment that is located in
the parent data segment of the current data segment, where SEGMENT is
the actual name of the UMF segment, and TAG is
the actual name of the UMF tag.