simple.xml

来自「这是一本XML数据库理论的PPT教材,是全英文版的.」· XML 代码 · 共 21 行

XML
21
字号
<?xml  version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="simple.xsl"?> 
<breakfast_menu>
	<food>
		<name>Belgian Waffles</name> 
		<price>$5.95</price> 
		<description>two of our famous Belgian 
		Waffles with 		
		   plenty of real maple syrup
		</description> 	
		<calories>650
		   </calories> 
	</food>
	<food>
		<name>Strawberry Belgian Waffles</name> 
		<price>$7.95</price> 
		<description>light Belgian waffles covered with 				strawberries and whipped cream</description> 
		<calories>900</calories> 
	</food>
 </breakfast_menu>

⌨️ 快捷键说明

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