search position of the corresponding end tag for the N-th start tag with the given name result is the position of the last character bevor the searched end tag
Extract specific data out of XML formatted text without using FileMaker's built-in XML functionality.
Returns all fields of a layout or a table occurrence, with their name, ID and content, as a XML string.
gets the first tag of the xml requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]
gets the content of the first tag in xml -- part or xmlGetH / xmlSetH --- requires also xmlTagN.valuePosEnd ( ) ! [fmfunctions.com does not let me add it to required list..]
store multible named values in one field or variable! get value from named tag by hierarchical name
In an xml structure, extracts the nodes ( _tag ) where a nested tag matches a value.
sets up and xml string such as
store multible named values in one field or variable! sets value of a tag within a xml by hierachical name
store multible named values in one field or variable! usefull to pass multible values over as a scriptparameter -- part or xmlGetH / xmlSetH ---