Page 1 of 1

OT: How to create an XML file

Posted: Fri Nov 12, 2010 7:01 pm
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

Re: OT: How to create an XML file

Posted: Fri Nov 12, 2010 11:37 pm
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

Re: OT: How to create an XML file

Posted: Sat Nov 13, 2010 2:54 pm
by sudip
Hello Javier,

I also worked with XML Creation with HMG.

These codes are working.

Thanks :)

Re: OT: How to create an XML file

Posted: Mon Nov 15, 2010 5:07 pm
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