amorlzu / pugixml

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

It'd be useful to be able to get element values as types other than strings in a similar way to attributes #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What feature do you require in pugixml?
As per the summary :)

What do you need this feature for?
To make it elegant to get element values that may be numeric - in the same way 
that you have for attributes.

Original issue reported on code.google.com by Mr.David...@gmail.com on 21 Mar 2013 at 5:10

GoogleCodeExporter commented 9 years ago
This feature already exists as of 1.2:

http://pugixml.googlecode.com/svn/tags/latest/docs/manual/access.html#manual.acc
ess.text

Original comment by arseny.k...@gmail.com on 21 Mar 2013 at 5:14

GoogleCodeExporter commented 9 years ago
Ah, thank you for pointing that out. I'd totally missed that part of the 
documentation - possibly because earlier on it says "In many cases attribute 
values have types that are not strings...", which led me to believe those 
facilities were attribute specific.

Original comment by Mr.David...@gmail.com on 22 Mar 2013 at 9:56

GoogleCodeExporter commented 9 years ago

Original comment by arseny.k...@gmail.com on 16 Apr 2013 at 2:39