mirror of
https://github.com/php/php-src.git
synced 2024-12-13 03:44:17 +08:00
Drop the external xml files no longer needed
This commit is contained in:
parent
9e5df0c666
commit
4ee7ba05bc
@ -1,20 +0,0 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE sxe SYSTEM "notfound.dtd" [
|
||||
<!ENTITY % incent SYSTEM "sxe.ent">
|
||||
%incent;
|
||||
]>
|
||||
<sxe id="elem1">
|
||||
Plain text.
|
||||
<elem1 attr1='first'>
|
||||
<!-- comment -->
|
||||
<elem2>
|
||||
Here we have some text data.
|
||||
<elem3>
|
||||
And here some more.
|
||||
<elem4>
|
||||
Wow once again.
|
||||
</elem4>
|
||||
</elem3>
|
||||
</elem2>
|
||||
</elem1>
|
||||
</sxe>
|
@ -1,27 +0,0 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE sxe SYSTEM "notfound.dtd" [
|
||||
<!ENTITY % incent SYSTEM "sxe.ent">
|
||||
%incent;
|
||||
]>
|
||||
<sxe id="elem1">
|
||||
Plain text.
|
||||
<elem1 attr1='first'>
|
||||
Bla bla 1.
|
||||
<!-- comment -->
|
||||
<elem2>
|
||||
Here we have some text data.
|
||||
<elem3>
|
||||
And here some more.
|
||||
<elem4>
|
||||
Wow once again.
|
||||
</elem4>
|
||||
</elem3>
|
||||
</elem2>
|
||||
</elem1>
|
||||
<elem11 attr2='second'>
|
||||
Bla bla 2.
|
||||
<elem111>
|
||||
Foo Bar
|
||||
</elem111>
|
||||
</elem11>
|
||||
</sxe>
|
@ -1,24 +0,0 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE sxe SYSTEM "notfound.dtd" [
|
||||
<!ENTITY % incent SYSTEM "sxe.ent">
|
||||
%incent;
|
||||
]>
|
||||
<sxe id="elem1">
|
||||
Plain text.
|
||||
<elem1 attr1='first'>
|
||||
Bla bla 1.
|
||||
<!-- comment -->
|
||||
<elem2>
|
||||
Here we have some text data.
|
||||
<elem3>
|
||||
And here some more.
|
||||
<elem4>
|
||||
Wow once again.
|
||||
</elem4>
|
||||
</elem3>
|
||||
</elem2>
|
||||
</elem1>
|
||||
<elem11 attr2='second'>
|
||||
Bla bla 2.
|
||||
</elem11>
|
||||
</sxe>
|
Loading…
Reference in New Issue
Block a user