Hi All,
I am using libxml module in my perl script to parse
XML files against it DTD. For all my DTDs my script works perfectly. But in the
case of one DTD, backslash has been used throughout the DTD for defining
Entities path. Because of that I am not able to get parsed my XML files using
that DTD.
Also i have no rights to change the DTD
from backslash to forwardslash, because customer will keep on sending
updating DTDs everytime.
Is there any way to over come this
problem?
Regards,
Srikrishnan
|