source:
vbox/trunk/src/libs/libxml2-2.9.14/test/c14n/with-comments/example-1.xml@
97865
Last change on this file since 97865 was 95312, checked in by , 2 years ago | |
---|---|
File size: 224 bytes |
Line | |
---|---|
1 | <?xml version="1.0"?> |
2 | |
3 | <?xml-stylesheet href="doc.xsl" |
4 | type="text/xsl" ?> |
5 | |
6 | <!DOCTYPE doc SYSTEM "doc.dtd"> |
7 | |
8 | <doc>Hello, world!<!-- Comment 1 --></doc> |
9 | |
10 | <?pi-without-data ?> |
11 | |
12 | <!-- Comment 2 --> |
13 | |
14 | <!-- Comment 3 --> |
Note:
See TracBrowser
for help on using the repository browser.