XML.List
--------

Lists all IDs of current XML objects.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [XML](component_XML.md) | [12.5](newinversion125.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "XML.List" ) ### Parameters

none

### Result

Returns list or error.

### Description

Lists all IDs of current XML objects.  
Returns IDs for all XML objects in memory. If this list is growing, you may have forgotten to call [XML.Release](XMLRelease.md) in your scripts.  
Normally after all scripts are done, this list should be empty.  
### Examples

List all object IDs:

 Set Variable \[$list ; Value: MBS ( "XML.List" ) \]  
### See also

- [XL.List](XLList.md)
- [XML.ListAttributes](XMLListAttributes.md)
- [XML.Release](XMLRelease.md)

### Release notes

- **Version 12.5**
    - Added [FM.SQL.List](https://www.mbsplugins.eu/FMSQLList.shtml), [JSON.List](https://www.mbsplugins.eu/JSONList.shtml), [Matrix.List](https://www.mbsplugins.eu/MatrixList.shtml), [MongoDB.List](https://www.mbsplugins.eu/MongoDBList.shtml) and [XML.List](https://www.mbsplugins.eu/XMLList.shtml) functions.
- **Version 7.0**
    - Added XML helper functions: [XML.ExtractText](http://www.mbsplugins.eu/XMLExtractText.shtml), [XML.NodeNames](http://www.mbsplugins.eu/XMLNodeNames.shtml), [XML.SetVariables](http://www.mbsplugins.eu/XMLSetVariables.shtml), [XML.ListAttributes](http://www.mbsplugins.eu/XMLListAttributes.shtml), XML.HasAttributes, XML.GetAttributes and [XML.SubTree](http://www.mbsplugins.eu/XMLSubTree.shtml).

### Blog Entries

- [MBS FileMaker Plugin 12.5 News](https://www.mbsplugins.de/archive/2022-11-17/MBS_FileMaker_Plugin_125_News/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 12.5pr4](https://www.mbsplugins.de/archive/2022-10-24/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 15th October 2022 , last changed 27th August 2023

  
[XML.ItemRefs](XMLItemRefs.md) - [XML.ListAttributes](XMLListAttributes.md)

[HTML Version](XMLList.shtml)