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
{{ message }}
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.
krauswg edited this page Apr 21, 2015
·
8 revisions
Welcome to the YAML_Transformer wiki!
What is the YAML Transformer?
In general YAML Transformer is a library to convert YAML to XML in the area of Tosca and Cloud Computing. Until now OpenTOSCA is only able to read infrastructure data written in XML. With the YAML Transformer we are now able to provide instantiation data as YAML. Of course this will then be converted to XML so that the original container can read and process it.
The YAML Transformer can be included as a library or as a command line tool, e.g. for testing purposes. For a library purpose please take a look at the provided pom.xml to get the POM identifiers.
How to use the YAML Transformer?
In order to use the YAML Transformer in your project as a library or as a command line tool, we've provided another page: Click here.