I want to generate Xpand template using Xpand itself. I have to escape all the Xpand keywords .
Is there any escape character for Xpand?or any alternative way to do that?
Thank you for reply , I tried your solution , but the generated file did not recognize
french guillemets « » the result was like this .
�IMPORT Usecase�
�EXPAND autoname FOREACH name�
�DEFINE autoname FOR name�
Karsten Thoms Messages: 330 Registered: July 2009 Location: Dortmund
Senior Member
This is an encoding issue. Set the output encoding to the one used for your templates. Consider to set the resource encoding for your project to project specific setting. Usual values for encoding are UTF-8 or ISO-8859-1.