How to parse XML inside Code Unit

ckndr47ckndr47 Member Posts: 100
Hello Everyone,

I am new to Navision. I have done few basic exercises of XML Import and XML Export and that stuff sounds quite easy.

Now this time around i have a scenario in which i have to parse an XML document inside code unit without XML Import/Export.

So this is what my hiearchy is:

Plans {root}
Item
Feature Group
Features


So in my xml i have different plans and under one plan i can have one item or more. Now under Item i can have one or many feature groups. So this is what my hiearchy is.

What i have to do is to parse that XML inside Codeunit without XML Port and then will have to iterate that XML and will have to populate information in Navision tables. The hiearchy of Navision tables is similar to that of XML.

Now tell me how i should do. Any code sample, any link, any reference whatever you have. I just want to see a sample code snippest through which i can see how that stuff works.

Thanks and Regards,

Comments

Sign In or Register to comment.