OT: How to create an XML file

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
jparada
Posts: 430
Joined: Fri Jan 23, 2009 5:18 pm

OT: How to create an XML file

Post by jparada »

Hi,

I have been looking for information on how to create XML, I found lots of information about how to read XML but not how to create (no editor).

In my application I create a txt file containing information of an Invoice, I know that I can generate the XML file in the same way I created the txt file but I do not know is how to put the nodes in this way.

Please anyone has any example to generate the XML file.

Thanks

Regards,
Javier
Kana
Posts: 27
Joined: Sun Feb 07, 2010 2:48 pm

Re: OT: How to create an XML file

Post by Kana »

jparada wrote:Hi,

I have been looking for information on how to create XML, I found lots of information about how to read XML but not how to create (no editor).

In my application I create a txt file containing information of an Invoice, I know that I can generate the XML file in the same way I created the txt file but I do not know is how to put the nodes in this way.

Please anyone has any example to generate the XML file.

Thanks

Regards,
Javier

viewtopic.php?f=5&t=1542&start=10
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: OT: How to create an XML file

Post by sudip »

Hello Javier,

I also worked with XML Creation with HMG.

These codes are working.

Thanks :)
With best regards,
Sudip
jparada
Posts: 430
Joined: Fri Jan 23, 2009 5:18 pm

Re: OT: How to create an XML file

Post by jparada »

Hi,

Thanks for the example, but at least for me it was much easier to have a template with the xml file structure and then use this template in my application.

Regards,
Javier
Post Reply