PHP对XML操作2
时间: 2015-03-15来源:OSCHINA
前景提要
<?xml version="1.0" encoding="UTF-8"?> <flow name="myflow"> <start name="开始流程" id="xs"/> <usertask name="发起申请" id="x1"> <from type="start">xs</from> <true type="usertask">x2</true> <false type="end">xe</false> </usertask> <usertask name="审批" id="x2"> <from type="usertask">x1</from> <true type="end">x3</true> <false type="usertask">x1</false> </usertask> <end name="流程结束" id="xend"/> </flow>

科技资讯:

科技学院:

科技百科:

科技书籍:

网站大全:

软件大全:

热门排行