XMLソース【1】
<?xml-stylesheet href="style.css" type="text/css"?>
XMLソース【2】
<?xml-stylesheet href="medium.css" type="text/css" alternate="yes" title="medium"?>
XMLソース(印刷用スタイルシートを指定)
<?xml-stylesheet href="print.css" type="text/css" media="print"?>
XMLソース(CSSの文字コードを指定)
<?xml-stylesheet href="style.css" type="text/css" media="screen" charset="utf-8"?>
XMLソース(CSSの文字コードを指定)
<?xml version="1.0" encoding="utf-8"?> <?xml-stylesheet href="style.css" type="text/css"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja"> <head> <meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" /> <title>xml-stylesheet処理命令</title> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="content-script-type" content="text/javascript" />







