cancel
Showing results for 
Search instead for 
Did you mean: 

Input XML file validation based on dtd

Former Member
0 Kudos

Hi All,

I get a XML file as input from a customer. It has a reference to a dtd element. So when I try to open the file it looks for the dtd file. Where can I place the dtd file on the application server so that I dont get any error? The XML file has the following header:

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE NAXML-BusDoc SYSTEM "NAXML-BusDoc.dtd">

<NAXML-BusDoc version="1.0">

Thanks,

Geetha

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Geetha,

Place the file in the below path.

/usr/sap/<SAPSID>/DVEBMGS$$/j2ee/cluster/server0/

Regards,

Prakasu.M

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos
I get a XML file as input from a customer. It has a reference to a dtd element.

check out the last reply in this thread (mentions a similar problem of dtd in xml)and check if similar solution can be applicable to you...

Former Member
0 Kudos

Thanks a lot Prakasu! It solved my problem.

Geetha

NinadMehta
Explorer
0 Kudos

Hi Prakasu/Geetha,

I tried uploading the DTD file at

/usr/sap/<SAPSID>/DVEBMGS$$/j2ee/cluster/server0/

But still I get same error.

Can you help me out please?

Reghards,

Ninad