Insert Elements

Object to create elements in a XML file

This object depends on other objects: Insert Group of Elements.

Settings

Field

Descriptive

Title

Object title

Add Element

Inserts a new element

Prefix

Specifies the prefix for tag. Example: <agapys:name>robotagapys</agapys:name>

Tag Name

Specifies the tag name

Tag Value

Specifies the tag value

Example

Structure of the IDE objects

Created File:

<?xml version="1.0" encoding="utf-8"?>
<agapys:tag1 agapys:attr1="121312" xmlns:agapys="https://agapys.com">
  <agapys:nome>roboagapys</agapys:nome>
</agapys:tag1>

Last updated

Was this helpful?