The MASM Forum Archive 2004 to 2012

General Forums => The Laboratory => Topic started by: veri@ on August 22, 2007, 12:44:06 PM

Title: XML Writer-Parser Source Code
Post by: veri@ on August 22, 2007, 12:44:06 PM
Hi,
This is my wraper code over the DOM API component of Windows, in asm32 language. include sample code and necessary inc file. because XML inc/lib or code is not available in masm32 compiler's librarys or in this forum, so this post may be usefull to anyone.
enjoy it.
veri@   

[attachment deleted by admin]
Title: Re: XML Writer-Parser Source Code
Post by: Jupiter on August 22, 2007, 10:32:29 PM
Thank you for your code.
In archive you have duplicate folder.
Can you provide xml read example?
Title: Re: XML Writer-Parser Source Code
Post by: veri@ on August 23, 2007, 06:28:12 AM
Yes, you say right. folder is duplicated, and must be ignore one of them. but sample code is included two part. first part, before the loadxml method that xml is writing and second part, after loadxml that xml is parsing. I want to show, how can do xml writing/parsing in a sample code. you must use one of these part in your code on your requirement.