mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2025-01-11 06:56:03 +00:00
cf46199c5e
Have a look at http://xmlsoft.org/upgrade.html Daniel
11 lines
211 B
XML
11 lines
211 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE doc [
|
|
<!ENTITY test1 "test 1">
|
|
<!ENTITY test2 "test 2">
|
|
]>
|
|
<doc>
|
|
<Content>Retenção</Content>
|
|
<Content><></Content>
|
|
<Content>test 1test 2</Content>
|
|
</doc>
|