通过CSS样式表,设置XML文档中每个标记的显示方式。
booklist.
/**//* CSS Document */
booklist{...}{
display: block;
margin: 2px;
padding: 2px;
border: 1px solid #000000;
font: 12px georgia;
}
book{...}{
display: block;
margin: 2px;
padding: 2px;
border: 1px solid #000000;
}
name{...}{
display: block;
font-style: italic;
font-weight: bold;
}
price{...}{
display: block;
font-family: georgia;
}
description{...}{
display: block;
font-size: 11px;
}
publisher{...}{
display: block;
font-size: 11px;
}
booklist.xml
引用CSS样式表
<?xml version="1.0" encoding="UTF-8"?>
]>
<?xml-stylesheet type="text/css" href="booklist.css"?>
Ajax
$5.95
Foundations of Ajax.
&publisher;
Ajax Patterns
$7.95
Introduction of Ajax Patterns.
&publisher;
Ajax Web App
$8.95
Edition 2.
&publisher;
Core CSS
$4.50
A book for CSS.
&publisher;
JSF and Ajax
$6.95
Apress.
&publisher;
运行结果: