antlr / stringtemplate4

StringTemplate 4
http://www.stringtemplate.org
Other
956 stars 231 forks source link

list all keys in a template #89

Closed herau closed 10 years ago

herau commented 10 years ago

Hello, Here is a way to list all keys in a template ?

For exemple, with this kind of template :

<img src="$toto$" class="banner" height="61" width="560">
<img src="$tata$" class="banner" height="61" width="560">

Have a list of keys :

toto, tata

Thanks in advance

parrt commented 10 years ago

This is a question not a bug. please ask the mailing list.