开发者

XPND file extensions. What are they?

开发者 https://www.devze.com 2023-02-08 03:51 出处:网络
There\'s been a problem which has been troubling me recently. I\'ve discovered some files using the extension .xpnd while looking through some Perl examples. Their contents were mostly plain HTML, wit

There's been a problem which has been troubling me recently. I've discovered some files using the extension .xpnd while looking through some Perl examples. Their contents were mostly plain HTML, with the following exception:

[% INCLUDE path_to_random_file.xpnd %]

Could somebody enlighten me on 开发者_StackOverflow中文版the nature of these files and of that tag?

Thanks in advance!


I'm not familiar with the .xpnd file extension. However, the [% INCLUDE .. %] directive is part of the Template Toolkit (see http://www.template-toolkit.org/) and is used to include templates within templates. I suspect that the .xpnd files are templates local to that particular system and may represent HTML (or whatever) that has been "expanded" by some other part of the system for inclusion in higher level templates. Just a guess.

0

精彩评论

暂无评论...
验证码 换一张
取 消