Re: [FMPP] Freemarker with YAML Files
Brought to you by:
ddekany
From: Daniel D. <dd...@fr...> - 2010-08-10 07:25:16
|
I don't know anything concrete about this mater, but as far as I see, some YAML libraries expose YAML as JavaBeans, in which case FreeMarker marker can access them right now, and you don't need anything YAML-specific. If YAML is turned into some kind of YAML-specific nodes/entires (maybe JvYAML does that, I don't know) instead, just like W3C DOM nodes are wrapped, those could be too, but then someone needs to write the wrapper first... (Yes, that was what you were looking for.) Tuesday, August 10, 2010, 8:34:33 AM, Chris wrote: > > Hello, > > i'd like to use the freemarker tool in my RubyOnRails Application. > > In the App i have much YAML Files with Properties. > > Is there any way to use them with freemarker (or the cli version fmpp) ?!? > > I have used the fmpp tool in different projekt but only with properties > files.... and my google search give me no results to "yaml and freemarker" > :-) > > Thank you very much for your help!! > > lg > Chris -- Best regards, Daniel Dekany |