Xmark Template Engine V1.1.0 Beta
1. About
--------------------------------------------------------------------------------
Xmark is a generic extensible markup template engine.
When used as a template engine, you can customize the marks of the various functions, to meet your needs.
It is small but very powerful and freely.
2.Download
--------------------------------------------------------------------------------
Xmark Template Engine Beta for asp (http://xm.qemu.cn/demo/asp/?xmark_asp)
Xmark Template Engine Beta for php (http://xm.qemu.cn/demo/php/?xmark_php)
3. Documentation
--------------------------------------------------------------------------------
[Introduction]
Xmark supports two languages asp and php, and mutually compatible.
[Installation]
The file xmark1.1.asp/xmark1.1.php is the core program file, first you must include this file, and then define your own marks and templates. eg:
asp code (default.asp)
--------------------------------------------
<!--#include file="xmark1.1.asp"-->
<%
Dim Xmark
Set Xmark = New CXmark
Xmark.Name = ".."
Xmark.Item("$Hello") = "Hello World!"
Xmark.Item("@Hello") = "ParseHello"
Function ParseHello(pars)
ParseHello = "Hello World!"
End Function
Xmark.Show()
Set Xmark = Nothing
%>
php code (default.php)
-------------------------------------------
<?php
require(dirname(__FILE__) .'/xmark1.1.php');
$Xmark = new CXmark();
$Xmark->name = '..';
$Xmark->item('$Hello', 'Hello World!');
$Xmark->item('@Hello', 'parseHello');
function parseHello($pars){
return 'Hello World!';
}
$Xmark->show();
$Xmark = null;
?>
template code (default.html)
-----------------------------------------
{$Hello}<br />{@Hello()/}
4.Links
--------------------------------------------------------------------------------
User Case: Huncent (http://hi.baidu.com/huncent)
Qemu: Qemu (http://cn.qemu.cn)
xm.qemu.cn
2010-06-24
没有合适的资源?快使用搜索试试~ 我知道了~
PHP实例开发源码-Xmark Template Engine Beta(一个通用的可扩展标记模板引擎).zip
共30个文件
html:12个
php:7个
asp:7个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 59 浏览量
2022-11-21
21:17:51
上传
评论
收藏 29KB ZIP 举报
温馨提示
PHP实例开发源码—Xmark Template Engine Beta(一个通用的可扩展标记模板引擎).zip PHP实例开发源码—Xmark Template Engine Beta(一个通用的可扩展标记模板引擎).zip PHP实例开发源码—Xmark Template Engine Beta(一个通用的可扩展标记模板引擎).zip
资源推荐
资源详情
资源评论
收起资源包目录
PHP实例开发源码—Xmark Template Engine Beta(一个通用的可扩展标记模板引擎).zip (30个子文件)
132692275211745051
XmarkV1.1.0Beta
demo
tpl
default.html 779B
lefter.html 125B
footer.html 36B
header.html 35B
style.css 702B
php
system.php 1KB
xmark1.1.php 9KB
default.php 72B
kernel.php 363B
parser.php 576B
asp
xmark1.1.asp 11KB
parser.asp 630B
system.asp 1KB
default.asp 51B
kernel.asp 342B
chinaz.com.txt 406B
index.html 998B
txt
xmark_asp.html 11KB
links.html 159B
xmark_php.html 9KB
download.html 163B
documentation.html 1KB
about.html 234B
xmark
xmark1.1.asp 11KB
xmark1.1.php 9KB
hello.html 25B
hello.asp 287B
hello.php 279B
readme.txt 2KB
使用须知.txt 0B
共 30 条
- 1
资源评论
毕业_设计
- 粉丝: 1976
- 资源: 1万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功