Page 1 of 1
ftl Editing
Posted: Tue Jul 10, 2007 12:02 pm
by dabrecht
I'm editing a .ftl file. Is there a possibility to get sourcecompletition throu oxygene?
Thanks
Dan
Posted: Tue Jul 10, 2007 2:30 pm
by sorin_ristache
Hello,
I am not sure what is a .ftl file. If it is a type of XML file then you can benefit of content completion when you edit it in the <oXygen/> XML Editor if a schema is associated with the file either
explicitly or with a
default schema association option. The schema type can be one of: XML Schema, DTD, Relax NG Schema, NVDL, Schematron. If you do not have a schema for your file you can build a schema in memory using
the Learn Structure action which will be used automatically for content completion and also you can save this schema on disk.
Regards,
Sorin