mital / mcrux

Automatically exported from code.google.com/p/mcrux
0 stars 0 forks source link

XML Parser #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Create / Integrate existing XML Parser for parsing ".mcrux" files.
This parsing will implement "mcrux-version-1" specifications and create
appropriate dataStructures of MCrux.

Original issue reported on code.google.com by mital.d....@gmail.com on 29 Jan 2009 at 1:16

GoogleCodeExporter commented 9 years ago
Integrated "libxml2.7.2-win32" version of libxml with mcrux.sln.

download the libxml precompiled binaries from http://xmlsoft.org/

from http://xmlsoft.org/sources/win32/
download http://xmlsoft.org/sources/win32/libxml2-2.7.2.win32.zip

extract this zip file in the trunk/ of mcrux repository.

Original comment by mital.d....@gmail.com on 1 Feb 2009 at 4:35

GoogleCodeExporter commented 9 years ago
implemented parsing of the mcruxspec file using 

#include <libxml/parser.h>
#include <libxml/tree.h>

Original comment by mital.d....@gmail.com on 1 Feb 2009 at 4:37