<div dir="ltr">Tim,<div><br></div><div>`LoadXMLConfiguration` is intended to parse xml text itself, not a file name. You should be able to use the `simple.LoadPlugin` for xml plugins instead, as follows:</div><div><br></div><div>> from paraview.simple import *</div><div>> <span style="color:rgb(64,64,64);font-family:incosolata,consolata,monaco,monospace;font-size:12px">LoadPlugin("../my_plugin.xml", False, globals()) </span></div><div><span style="color:rgb(64,64,64);font-family:incosolata,consolata,monaco,monospace;font-size:12px"><br></span></div><div><br></div><div><font color="#404040" face="incosolata, consolata, monaco, monospace"><span style="font-size:12px">Utkarsh</span></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 25, 2016 at 1:43 PM, Gallagher, Timothy P <span dir="ltr"><<a href="mailto:tim.gallagher@gatech.edu" target="_blank">tim.gallagher@gatech.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_3840135608451171483divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hello,</p>
<p><br>
</p>
<p>I have a programmable filter that is wrapped into a custom plugin using an XML configuration file. If I use the GUI and go to the Manage Plugins and load it, everything is fine.
<br>
</p>
<p><br>
</p>
<p>However, I can't figure out how to load it inside pvpython. I am trying to do:</p>
<p><br>
</p>
<p></p>
<div>servermanager.ProxyManager().<wbr>LoadConfigurationXML("/path/<wbr>to/my_plugin.xml")<br>
servermanager.updateModules(<wbr>servermanager)<br>
<br>
but that gives me:<br>
<br>
<div>ERROR: In ParaView/VTK/IO/XMLParser/<wbr>vtkXMLParser.cxx, line 483<br>
vtkPVXMLParser (0x2cb9b80): Error parsing XML in stream at line 1, column 0, byte index 0: not well-formed (invalid token)<br>
</div>
<br>
I looked through the header files and the C++ classes have a LoadConfigurationXML, which takes a vtkPVXMLElement, and a LoadConfigurationXMLFromString which takes a const char pointer. I can call the former, but the latter does not seem to be exposed through
 the python interface.<br>
<br>
Is it not possible to pass the file name in as the argument here like it is with LoadCustomProxyDefinitions()? Is there something I'm missing?<br>
<br>
Thanks,<br>
<br>
Tim<br>
</div>
<br>
<p></p>
</div>
</div>

<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/<wbr>ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>