hi we want to write xml in which we want to insert
<measType p="1">RRC.ConnEstabAtt.Cause</measType>
we are using
xmlTextWriterWriteFormatElement(writer, BAD_CAST "measType", "%s", "RRC.ConnEstabAtt.Cause");
but it simply print output as
<measType>RRC.ConnEstabAtt.Cause</measType>