adobe / acc-js-sdk

A JavaScript SDK for Adobe Campaign Classic
Apache License 2.0
21 stars 20 forks source link

Added public function client.newSchema to create a new XtkSchema object from an XML document or element… #77

Closed mkiki closed 1 year ago

mkiki commented 1 year ago

Description

Working with workflow temp schemas in XML form can be tedious and this PR is about being able to create a XtkSchema object from any XML representation of a schema, including workflow temporary schemas. The newSchema free function exists but is private. It is now publicly exposed as client.newSchema

How Has This Been Tested?

New unit tests have been written.

Types of changes

Checklist: