EPM with complex XML

I’m trying to add the following stanza’s to EPM for a Cisco config:

<addOnModules>
        <addOnModule  uuid="{c42eaca3-d387-58e7-4f3f-46dfea8b7593}" idx="1">
                <deviceType>CKEM</deviceType>
                <deviceLine>36</deviceLine>
                <loadInformation></loadInformation>
                <phoneTemplateId></phoneTemplateId>
        </addOnModule>
        <addOnModule  uuid="{c42eaca3-d387-58e7-4f3f-46dfea8b7593}" idx="2">
                <deviceType>CKEM</deviceType>
                <deviceLine>36</deviceLine>
                <loadInformation></loadInformation>
                <phoneTemplateId></phoneTemplateId>
        </addOnModule>

</addOnModules>

I can’t seem to add anything after the “addOnModule uuid” Any clues for me?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.