How to parse from string with tag in it tag name and its arguments in Qt?

itsnikibitcka

New Member
Say we have a QString with next contents: \[code\]<tag attr1="string" attr2=34 />\[/code\] how to make Qt parse this tag as usual xml (not using QtWebKit) tag say having sring object get tag name, value \[code\]string\[/code\] of \[code\]attr1\[/code\] and value \[code\]int\[/code\] of \[code\]attr2\[/code\]?
 
Back
Top