Hi,<br><br>I don't see why you would want to write your own XML parser, you can use any existing one...<br>We use libxml [1]. You can see some code in our repository [2, 3]<br><br>Regards<br><br>[1] <a href="http://xmlsoft.org/">http://xmlsoft.org/</a><br>

[2] <a href="http://dev.opennebula.org/projects/opennebula/repository/revisions/master/show/src/scheduler">http://dev.opennebula.org/projects/opennebula/repository/revisions/master/show/src/scheduler</a><br>[3] <a href="http://dev.opennebula.org/projects/opennebula/repository/revisions/master/entry/src/xml/ObjectXML.cc">http://dev.opennebula.org/projects/opennebula/repository/revisions/master/entry/src/xml/ObjectXML.cc</a><br>

<br clear="all"><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial,sans-serif;font-size:13px">--<br>Carlos Martín, MSc<br>Project Engineer<br>OpenNebula - The Open Source Toolkit for Data Center Virtualization<br>

<a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank"></a></span><br>


<br><br><div class="gmail_quote">On Tue, Nov 22, 2011 at 7:56 PM, Ismael Farfán <span dir="ltr"><<a href="mailto:sulfurfff@gmail.com">sulfurfff@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

So no one?<br>
<br>
I think there should be a recommended library or something for working<br>
with xml in c++, just as ONE recommends xmlrpc-c for the RPC calls,<br>
which one do you use?<br>
<br>
I only want to get the information out of the xml string I'm<br>
getting... I could write my own parser but I'm hoping there is a<br>
better (and standard) way.<br>
<br>
All the best<br>
Ismael<br>
<br>
2011/11/21 Ismael Farfán <<a href="mailto:sulfurfff@gmail.com">sulfurfff@gmail.com</a>>:<br>
<div class="HOEnZb"><div class="h5">> Hello list<br>
><br>
> I'm programming a client for ONE using c++, the first function I'm<br>
> testing is <a href="http://one.hostpool.info" target="_blank">one.hostpool.info</a>.<br>
><br>
> Using an example I found, I can retrieve the xml list of hosts,<br>
> however I don't know how to work with xml and this example is too<br>
> basic (and old) to be of more use.<br>
> <a href="http://www.opennebula.org/documentation:archives:rel1.2:api_examples" target="_blank">http://www.opennebula.org/documentation:archives:rel1.2:api_examples</a><br>
><br>
> I'd appreciate very much if someone could tell me how to retrieve the<br>
> information I need which right now is host id, name and status.<br>
><br>
> Regards<br>
> Ismael<br>
><br>
><br>
> I'm using Debian/testing<br>
><br>
> --<br>
> Do not let me induce you to satisfy my curiosity, from an expectation,<br>
> that I shall gratify yours. What I may judge proper to conceal, does<br>
> not concern myself alone.<br>
><br>
<br>
<br>
<br>
--<br>
Do not let me induce you to satisfy my curiosity, from an expectation,<br>
that I shall gratify yours. What I may judge proper to conceal, does<br>
not concern myself alone.<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
</div></div></blockquote></div><br>