PHP对XML操作2

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-21 08:45:22866browse

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


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn