cost 99 ms
Mini-XML unresolved external symbol

I followed the documention, and copied sample code, but I got errors: http://michaelrsweet.github.io/mxml/ Any idea what am I doing wrong? ...

2017-04-20 11:49:54   1   51    c / mini-xml  
Trouble with MXML C

Here is an XML file I'm trying to parse with MXML library: I can parse and get the element name ('msgTyp'e, 'msgUID'), but not the associated value ...

2014-01-22 15:53:11   3   697    c / mini-xml  
How to read xml value with space

I write an xml document like this: I try to parse this document with minixml library : When I parse the file I found this result: Have you an ...

2013-01-25 09:37:15   1   278    c / mini-xml  
mxmlDelete () usage

I use mxml library to parse XML file in C language. I load my XML in buffer using the following code: The XML file is complicated but this is irrel ...

2012-05-30 12:02:17   1   430    c / xml / mini-xml  
miniXML parsing C API

I'm trying parse the follow XML file: I'm using the follow C code: How can I access the child of the root? Where my concept of access is wrong? ...

MiniXML: parsing xml in C

I am parsing an xml file in C using Minixml. I want to get the values "check-time", "check-key" etc from this small eg. file: Here is my code. I do ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM