XMLExist (Magic xpi 4.9)
This function lets you check if the element defined in the given path exists.
Syntax:
|
XMLExist(Alpha sourcepath)
|
Parameters:
|
sourcepath: A valid Magic xpi XML source path. For example: Src.S1/Root/element1
|
Returns:
|
True if the element defined in the path exists; otherwise, it returns False.
|
Note:
|
This function is only supported for the Data Mapper.
This function is not supported when using the XML streaming parser.
|