You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a config and xml template based on an existing xml file by extracting particular elements and turning them into tags.
beter:make_template(input xml, input config_tags, output xml template, output config)
Where the config_tags would identify the specific parts of the xml that will be put into the output config file and replaced with tags in the output xml template.
The text was updated successfully, but these errors were encountered:
Create a config and xml template based on an existing xml file by extracting particular elements and turning them into tags.
beter:make_template(input xml, input config_tags, output xml template, output config)
Where the config_tags would identify the specific parts of the xml that will be put into the output config file and replaced with tags in the output xml template.
The text was updated successfully, but these errors were encountered: