in reply to XML::LibXML update DTD/DOCTYPE in xml file


i think the doctype path should be PUBLIC instead of SYSTEM

i.e.

<!DOCTYPE pageItem SYSTEM "http://webdev.kodak.com/global/mul/business/docimagin ....

should be

<!DOCTYPE pageItem PUBLIC "http://webdev.kodak.com/global/mul/business/docimagin ....
  • Comment on Re: XML::LibXML update DTD/DOCTYPE in xml file