[XML-SIG] replace ENTITY_NODE ?

Jürgen Schmidt scjuonline@web.de
Wed, 2 Oct 2002 10:40:11 +0200


This is what the file looks like:

<?xml version="1.0" encoding="latin-1"?>
<!DOCTYPE doc SYSTEM "doc.dtd"
[
<!ENTITY foo SYSTEM "foo.xml">
<!ENTITY bar SYSTEM "bar.xml">
]>
<doc>
   &foo;
   &bar;
</doc>

I would like to change one entity declaration pointing to a different file 
using DOM and write the file back to disc.

thx 

Juergen