⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ex8_40.txt

📁 j2ee core design patterns
💻 TXT
字号:
Example 8.40 	PurchaseOrder XML File
<?xml version="1.0" encoding="UTF-8"?>

<purchaseOrder orderDate="2003-01-15" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="po2.xsd">
	<shipTo>
		<name>Jo Miller</name>
		<street>Grand View Drive</street>
		<city>Bethesda</city>
		<state>MD</state>
		<zip>20816</zip>
	</shipTo>
	<billTo>
		<name>Jane Miller</name>
		<street>Grand View Drive</street>
		<city>Bethesda</city>
		<state>MD</state> 
		<zip>20816</zip>
	</billTo>
	<Items>
		<id>101</id>
		<name>Core J2EE Patterns</name>
		<price>59.99</price>
	</Items>
	<Items>
		<id>102</id>
		<name>Enterprise Patterns</name>
		<price>59.99</price>
	</Items>
	<Items>
		<id>103</id>
		<name>WebService Patterns</name>
		<price>59.99</price>
	</Items>
</purchaseOrder>

⌨️ 快捷键说明

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