libvirt/tests/xml2vmxdata/xml2vmx-annotation.xml
Matthias Bolte 4aad5fbb96 esx: Map the .vmx annotation to the domain XML description
Take care of escaping '"' and '|' (the escape character).

Add tests for this.
2010-08-30 22:22:03 +02:00

10 lines
281 B
XML

<domain type='vmware'>
<name>annotation</name>
<uuid>564d9bef-acd9-b4e0-c8f0-aea8b9103515</uuid>
<description>Some |text| to test the &quot;escaping&quot;: ||&quot;&quot;||&quot;| Unescaped!</description>
<memory>4096</memory>
<os>
<type>hvm</type>
</os>
</domain>