Using &ldquo;is less than&rdquo; character (<) in a XML document and parse it

MCCked

New Member
I need to parse a XML document in which there are conditions like the below example:\[code\]<element condition="var < 5">element name</element>\[/code\]The problem is that the parser doesn't allow this 'is less than' (<) character.I tried GDataXML -> it gives me an error saying there is an illegal character.I also tried TBXML -> it doesn't take into account the attributes where there is this character.I guess it's the same for other parsers.How can I fix this?
 
Back
Top