/[suikacvs]/www/test/xml/xml-stylesheet/href=fragment.xml
Suika

Contents of /www/test/xml/xml-stylesheet/href=fragment.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Sun Jan 22 02:35:32 2012 UTC (13 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/xml
Current

1 wakaba 1.1 <?xml version="1.0"?>
2     <?xml-stylesheet href="#style" type="text/css"?>
3     <!DOCTYPE foo [
4     <!ATTLIST style id ID #IMPLIED>
5     ]>
6     <foo>
7     <style id="style">
8     foo {
9     border: blue solid 3px;
10     display: block;
11     }
12     style {
13     display: block;
14     }
15     /* Is agent recognize ID attribute? */
16     #style {
17     border: red dotted 1px;
18     }
19     </style>
20     </foo>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24