Hi, does SDL Studio have any plugin that supports MJML files? IT doesn't seem to support that file type.
Thanks
Hemi
You are currently working on UAT
Hi, does SDL Studio have any plugin that supports MJML files? IT doesn't seem to support that file type.
Thanks
Hemi
Did you try inspecting the file contents? If it looks like this then I'd say it's fairly simple XML and you can easily handle this in Studio:
Paul Filkin | RWS
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Hi Paul,
Yes managed to inspect.
Please see the following:
https://mjml.io/try-it-live/Syk9aw56E
However, when I add the .xml extension to the file and try to create a filetype for it, I get an error message when trying to define the settings based on the XML file.
Please advise how to proceed.
BR
Fouad
Hello Yael Reinhold
Looking at your file you can see that it is not well formed so XML will not work. You need to use something that is less strict... like html.
You could create a custom html instead and that will work. Just make sure to check the box for processing fragments as the file is missing information:

Paul Filkin | RWS
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
Looking at your file you can see that it is not well formed so XML will not work.
Not even after fixing the - probably human - errors (removing the orphan </p> tag after the word "phone" and formatting properly the two mistyped </br> tags surrounding the "{{matches.job.partiality}} job" text) not related to the MJML format?

Thanks Paul,
You solution works.
Thanks Paul,
You solution works.