Last change
on this file since 98508 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
299 bytes
|
Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <!DOCTYPE test [
|
---|
3 | <!ENTITY example "<p>An ampersand (&#38;) may be escaped
|
---|
4 | numerically (&#38;#38;) or with a general entity
|
---|
5 | (&amp;).</p>">
|
---|
6 | ]>
|
---|
7 | <test><p>An ampersand (&) may be escaped
|
---|
8 | numerically (&#38;) or with a general entity
|
---|
9 | (&amp;).</p></test>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.