Sha256: 32053214cfc273d40ca10b90a7a024ffd8c3a04caeaa400a89339c6a2b9f29e8

Contents?: true

Size: 328 Bytes

Versions: 31

Compression:

Stored size: 328 Bytes

Contents

<!DOCTYPE doc [
<!ATTLIST doc attrExtEnt ENTITY #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) -->

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
libxml-ruby-3.2.2-x64-mingw-ucrt test/c14n/given/example-5.xml
libxml-ruby-3.2.2 test/c14n/given/example-5.xml
libxml-ruby-3.2.1-x64-mingw32 test/c14n/given/example-5.xml
libxml-ruby-3.2.1 test/c14n/given/example-5.xml
libxml-ruby-3.2.0 test/c14n/given/example-5.xml
libxml-ruby-3.2.0-x64-mingw32 test/c14n/given/example-5.xml
libxml-ruby-3.1.0-x64-mingw32 test/c14n/given/example-5.xml
libxml-ruby-3.1.0 test/c14n/given/example-5.xml
libxml-ruby-3.0.0-x64-mingw32 test/c14n/given/example-5.xml
libxml-ruby-3.0.0 test/c14n/given/example-5.xml
java2ruby-xmldsig-0.2 lib/xml-security-1_4_5/data/org/apache/xml/security/c14n/in/35_input.xml