J
John Trunek
I am working on a small test to merge XML documents using xml
entities. I have put my test below, and it can also be found at
http://gamma.uwplatt.edu/trunekj/xmlincludetest/test.xml. It works
fine in IE, but if I use a netscape based browser (including mozilla)
it won't merge. I'm sure I'm proably just overlooking something
simple.
<?xml version="1.0"?>
<!DOCTYPE importTest [<!ENTITY includeme SYSTEM "data.xml">]>
<test>
&includeme;
</test>
entities. I have put my test below, and it can also be found at
http://gamma.uwplatt.edu/trunekj/xmlincludetest/test.xml. It works
fine in IE, but if I use a netscape based browser (including mozilla)
it won't merge. I'm sure I'm proably just overlooking something
simple.
<?xml version="1.0"?>
<!DOCTYPE importTest [<!ENTITY includeme SYSTEM "data.xml">]>
<test>
&includeme;
</test>