php - What's the best strategy to emit XML using Twig Templates? -
I want to use the templates templates for XML output However, I could not find any arguments to avoid text ( HTML escaping is different from XML encoding) Is there a filter error that I can use? Are there any additional things to think about?
Comments
Post a Comment