Can I use the xml parser for read something like this:
*
<attribute damage="fire" value="10">
*
If it is possible, can somebody post a code snippet?
using xml parser for some complex lines
using xml parser for some complex lines
ru guo ni yao ai, ni jiang bu hui shi qu
Code: Select all
irr::core::stringw TempString = xml->getAttributeValue(L"damage");
irr::s32 MyValue = xml->getAttributeValueAsInt(L"value");
Crud, how do I do this again?