<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Dear ParaViewers,</div>

<div> </div>

<div>I've been working with paraview for a while now but I never tried scripting with Python.</div>

<div>Now my question:</div>

<div>Is there a posibility to list all the names of the elements in my paraview-pipeline with a python script and then write the names into an XML-file? The thing ist I don't want to open paraview for that: I need a function in python that calls my paraview .pvsm-file with all the information about my paraview state.</div>

<div> </div>

<div>The XML-file should look like that (when i have for example filters used in my pipeline):</div>

<div> </div>

<div>- <data></div>

<div>- <displayer></div>

<div><name>Streamlines</name></div>

<div>- </displayer></div>

<div>- <displayer></div>

<div><name>Slice</name></div>

<div></data></div>

<div> </div>

<div>Thank You,</div>

<div> </div>

<div>namali92</div></div></body></html>