XmlGetTagAttribute ( Xml ; Tag ; Occurrence ; Attribute )
Get an attribute value from the opening tag in xml code.
Be the first to rate this function Log in to vote
Federico Severin - Show more from this author
Sevesoftware Engineering http://www.sevesoftware.it |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Get an attribute value from the opening tag in xml code.
Parameters:
- Xml: the xml code.
- Tag: the tag you want to analyze.
- Occurrence: the occurrence of the tag in the xml.
- Attribute: name of the attribute you want to retrieve.
Example:
Input: XmlGetTagAttribute ( "
Output: "Tomato, mozzarella cheese."
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.