To encode a string to XML, the xmerl_lib:export_text function does the job, but which function does the opposite job, i.e. converts < to >? I want to
I have an example XML as follows: <message> <metadata> <msg_id>1</msg_id> <client_type>type1</client_type> <
if we get <gridSpan val="4"/> create the @namest and @nameend attributes in the 'entry' element. NOTE: May be gridSpan element will appear in 3rd entry t
I am trying to parse out full name out of a single field and store them into different variables so I can use them uniquely as FirstName, MiddleName, LastName.