cancel
Showing results for 
Search instead for 
Did you mean: 

DTD file Parsing

Former Member
0 Kudos

Hi ,

I have an DTD file and need to push the data into an internal table. Using a XML parser does not help. Can anyone suggest a DTD parser? Its very urgent. Plz also provide me with a sample code if possible.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192892
Active Contributor
0 Kudos

Hi Smayita,

I just tried googling out DTD parser... Got some api links for that....If you can have a module in your sender adapter, you can parse the dtd and get it transformed to some xml structure...

http://www.wutka.com/dtdparserdownload.html

Former Member
0 Kudos

Hi Samayita,

I think DOM and SAX parser can be used to pass the values to internal table.

Just try this and if useful the *reward points*

Regards,

Sumit Gupta