Quiero cargar una listado de servidores exportando un fichero xml en el nRemoteNG.
Para ello tengo un fichero XML con un formato de tags de este tipo:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<mrng:Connections xmlns:mrng="http://mremoteng.org" Name="Conexiones" Export="false" EncryptionEngine="AES" BlockCipherMode="GCM" KdfIterations="1000" FullFileEncryption="false" Protected="SDc3gKkm61U9lbUA+HNjw66wtZsPhNgl5DpGzEH9GToLluZ3wkt9HiY0DKz9iUSdfXU5PL28zcwT6Jq7bdzh35F/" ConfVersion="2.6">
<Node>
<Name>AAAAAA</Name>
<NodeType>Connection</NodeType>
<Username>raiden</Username>
<Password>XXXXX</Password>
<Hostname>1.1.1.1</Hostname>
<Protocol>SSH2</Protocol>
<PuttySession>Default Settings_2</PuttySession>
<Port>22</Port>
</Node>
<Node>
<Name>BBBBBB</Name>
<NodeType>Connection</NodeType>
<Username>raiden</Username>
<Password>XXXXXX</Password>
<Hostname>2.2.2.2.2</Hostname>
<Protocol>SSH2</Protocol>
<PuttySession>Default Settings_2</PuttySession>
<Port>22</Port>
</Node>
</mrng:Connections>
Pero no me carga el fichero. Solo una ventana emergente:
Import failed. An error occurred while importing the file d:ListadoXML.xml
¿Hay algún fallo de sintaxis en el que no he caído?