Does any one know how to put special characters in xml files?
Hello,
In the part of generator of JetBrains MPS, when I want to generate code of Ionic, I cant write the attribute of (click) or [(ngModel)] because of the parentheses. What can I do?
Thanks for helping
Please sign in to leave a comment.
You need to extends the core.xml language and provide your own concept extending XmlBaseAttribute, perhaps quite similar to XmlAttribute.