schedule.xml

来自「JAVA案例开发集锦源代码 袁然 郑自国编」· XML 代码 · 共 39 行

XML
39
字号
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="schedule.xsl"?>
<schedule>
	<owner>
		<name>
			<first>Dr.</first>
			<last>Zhu</last>
		</name>
	</owner>
	<appointment>
		<when>
			<date month="03" day="15" year="2005"/>
			<startTime hour="09" minute="30"/>
			<endTime hour="10" minute="30"/>
		</when>
		<subject>Interview potential new hire</subject>
		<location>Rm 103</location>
		<note>Ask Bob for an updated resume.</note>
	</appointment>
	<appointment>
		<when>
			<date month="03" day="15" year="2005"/>
			<startTime hour="15" minute="30"/>
			<endTime hour="16" minute="30"/>
		</when>
		<subject>Dr. Appointment</subject>
		<location>No.6 LuoYuan Avenue</location>
	</appointment>
	<appointment>
		<when>
			<date month="03" day="16" year="2005"/>
			<startTime hour="11" minute="30"/>
			<endTime hour="12" minute="30"/>
		</when>
		<subject>Lunch w/Boss</subject>
		<location>QiluQanbao Ting on News Hotel</location>
	</appointment>
</schedule>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?