VirtualBox

source: vbox/trunk/src/libs/libxml2-2.9.14/test/c14n/with-comments/example-5.xml@ 99257

Last change on this file since 99257 was 95312, checked in by vboxsync, 3 years ago

libs/{curl,libxml2}: OSE export fixes, bugref:8515

File size: 316 bytes
Line 
1<!DOCTYPE doc [
2<!ATTLIST doc attrExtEnt ENTITY #IMPLIED>
3<!ENTITY ent1 "Hello">
4<!ENTITY ent2 SYSTEM "world.txt">
5<!ENTITY entExt SYSTEM "earth.gif" NDATA gif>
6<!NOTATION gif SYSTEM "viewgif.exe">
7]>
8<doc attrExtEnt="entExt">
9 &ent1;, &ent2;!
10</doc>
11
12<!-- Let world.txt contain "world" (excluding the quotes) -->
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette