首页  >  文章  >  后端开发  >  PHP对XML操作2

PHP对XML操作2

WBOY
WBOY原创
2016-06-21 08:45:22817浏览

<?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>


声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn