Hello guys,

I'm just wondering if is there a simple way in LibXML2 to get an
attribute value from the root node, preferably using the Reader interface.
I have no problems at all with attributes from other nodes, they all are 
accessible by
xmlTextReaderGetAttribute function, but root.
Apparently LibXML2 discards root node attributes, or may be I'm missing 
something.

Just to be clear, I intend to parse something like:

<?xml version="1.0" encoding="UTF-8"?>
<Example agent="myclient">
  <value1>aaa</value1>  
</Example>

and I'd like to get the value of the "agent" attribute.
Can someone give me an hint?

Regards
SM

_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml

Reply via email to