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
I hacked my way into a copied version of this project to achieve that, but a supported standard way would be nice...
What I made was a DictRenderer that would convert the dict keys to XML tags, and the values would be the content... I can make a fork with this work if you want to see it
There are cases when there is a need for an API that returns a specific XML format. FreeSwitch integrations via XML-CURL for example.
For such purposes, it would be interesting to have XML templates that could be dynamically rendered, similar to TemplateHTMLRender.
If the project members are in agreement, I am willing to work on this new functionality.
The text was updated successfully, but these errors were encountered: