On Wed, Oct 15, 2008 at 12:40:48PM +0530, [EMAIL PROTECTED] wrote: > > > > Hi > All, > This is > regarding the xmlreader API of libxml, currently I am parsing the .xml > file and getting the attribute value as a string. Hence, I want to know > that is their any way through which I can get these values in > integer.
Attribute values are strings. If you want to convert them to something else that's fine but it's not libxml2 job. Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ [EMAIL PROTECTED] | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
