I would like to know if is better to store the xsl (stylesheet) in tamino or out of it (i.e. under
an Apache directory) and which is the tendency and the today programming practice of developers and programmers.
Any explain would be appreciate.
@nto
Hi @nto,
generally there is no tendency or style that I’m aware off. It usually is dependent on your application and your goals.
However, as XSL are XML documents and a native XML database is at hand, which ensures a save and secure storage (and other benefits like backup, transactionality etc.), I would put the stylesheets into the database. Keep it simple, do not distribute the stuff over several places (if you don’t have to for good reasons).
Hope this helps,
Christian.