Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
12
Dependencies/Python/Lib/test/xmltestdata/c14n-20/inC14N5.xml
vendored
Normal file
12
Dependencies/Python/Lib/test/xmltestdata/c14n-20/inC14N5.xml
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE doc [
|
||||
<!ATTLIST doc attrExtEnt CDATA #IMPLIED>
|
||||
<!ENTITY ent1 "Hello">
|
||||
<!ENTITY ent2 SYSTEM "world.txt">
|
||||
<!ENTITY entExt SYSTEM "earth.gif" NDATA gif>
|
||||
<!NOTATION gif SYSTEM "viewgif.exe">
|
||||
]>
|
||||
<doc attrExtEnt="entExt">
|
||||
&ent1;, &ent2;!
|
||||
</doc>
|
||||
|
||||
<!-- Let world.txt contain "world" (excluding the quotes) -->
|
Reference in New Issue
Block a user