&gt; ERROR: In ..\..\..\..\src\VTK\IO\vtkXMLParser.cxx, line 483<br>&gt; vtkXMLDataParser (1ED92578): Error parsing XML in stream at line 4, column<br>&gt; 22, byte index 178: not well-formed (invalid token)<br><br>Means that 22 characters in on the 4&#39;th line of your xml file, or in other words the 178&#39;th character from the start there is a syntax error.<br>

Looking there I see “10&quot; and noticed that the open and close quote marks are different.<br><br>What happens if you replace all of the “&#39;s with &quot;&#39;s.<br><br>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>

21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909<br><br><br><br>On Thu, Mar 8, 2012 at 5:26 AM, Zenker, Dr. Matthias &lt;<a href="mailto:Matthias.Zenker@erbe-med.com">Matthias.Zenker@erbe-med.com</a>&gt; wrote:<br>

&gt; Hi,<br>&gt;  <br>&gt; I have many tvu files, each one representing a timestep, and want to display<br>&gt; the right time in Paraview instead of the timestep number. Looking for<br>&gt; information, I have found a presentation “Working with time in Paraview”<br>

&gt; here:<br>&gt; <a href="http://www.vgtc.org/PDF/slides/2008/visweek/tutorial6_biddiscombe_working.pdf">http://www.vgtc.org/PDF/slides/2008/visweek/tutorial6_biddiscombe_working.pdf</a>.<br>&gt; One possibility sems to be to create a file with extension pvd, containing a<br>

&gt; list of all vtu files with their associated time, like this:<br>&gt;  <br>&gt; &lt;VTKFile type=&quot;Collection&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;&gt;<br>&gt;   &lt;Collection&gt;<br>
&gt;     &lt;DataSet timestep=&quot;0&quot; group=&quot;&quot; part=&quot;0&quot; file=&quot;case_var0001.vtu&quot;/&gt;<br>
&gt;     &lt;DataSet timestep=“10&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0002.vtu&quot;/&gt;<br>&gt;     &lt;DataSet timestep=“20&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0003.vtu&quot;/&gt;<br>

&gt;     &lt;DataSet timestep=“30&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0004.vtu&quot;/&gt;<br>&gt;     &lt;DataSet timestep=“40&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0005.vtu&quot;/&gt;<br>

&gt;     &lt;DataSet timestep=“50&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0006.vtu&quot;/&gt;<br>&gt;     &lt;DataSet timestep=“60&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0007.vtu&quot;/&gt;<br>

&gt;     &lt;DataSet timestep=“70&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0008.vtu&quot;/&gt;<br>&gt;     &lt;DataSet timestep=“80&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0009.vtu&quot;/&gt;<br>

&gt;     &lt;DataSet timestep=“90&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0010.vtu&quot;/&gt;<br>&gt;     &lt;DataSet timestep=“100&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0011.vtu&quot;/&gt;<br>

&gt;     &lt;DataSet timestep=“110&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0012.vtu&quot;/&gt;<br>&gt;     &lt;DataSet timestep=“120&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0013.vtu&quot;/&gt;<br>

&gt;     &lt;DataSet timestep=“130&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0014.vtu&quot;/&gt;<br>&gt;     &lt;DataSet timestep=“140&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0015.vtu&quot;/&gt;<br>

&gt;     &lt;DataSet timestep=“150&quot; group=&quot;&quot; part=&quot;0&quot; file=“case_var0015.vtu&quot;/&gt;<br>&gt;   &lt;/Collection&gt;<br>&gt; &lt;/VTKFile&gt;<br>&gt;  <br>&gt; I have tried that, but it apparently does not work like that. I get the<br>

&gt; error message attached below (ParaVoew 3.14.0, WIN XP).<br>&gt; What have I done wrong?<br>&gt;  <br>&gt; Thank you for a hint,<br>&gt;  <br>&gt; Matthias<br>&gt;  <br>&gt; ERROR: In ..\..\..\..\src\VTK\IO\vtkXMLParser.cxx, line 483<br>

&gt; vtkXMLDataParser (1ED92578): Error parsing XML in stream at line 4, column<br>&gt; 22, byte index 178: not well-formed (invalid token)<br>&gt;  <br>&gt;  <br>&gt; ERROR: In ..\..\..\..\src\VTK\IO\vtkXMLReader.cxx, line 362<br>

&gt; vtkPVDReader (1EDADBE8): Error parsing input file.  ReadXMLInformation<br>&gt; aborting.<br>&gt;  <br>&gt;  <br>&gt; ERROR: In ..\..\..\..\src\ParaViewCore\VTKExtensions\vtkPVDReader.cxx, line<br>&gt; 147<br>&gt; vtkPVDReader (1EDADBE8): Could not read file information<br>

&gt;  <br>&gt;  <br>&gt; ERROR: In ..\..\..\..\src\VTK\Filtering\vtkExecutive.cxx, line 756<br>&gt; vtkPVCompositeDataPipeline (1EEA2C50): Algorithm vtkPVDReader(1EDADBE8)<br>&gt; returned failure for request: vtkInformation (1EEE77E8)<br>

&gt;   Debug: Off<br>&gt;   Modified Time: 94271<br>&gt;   Reference Count: 1<br>&gt;   Registered Events: (none)<br>&gt;   Request: REQUEST_DATA_OBJECT<br>&gt;   FORWARD_DIRECTION: 0<br>&gt;   ALGORITHM_AFTER_FORWARD: 1<br>

&gt;  <br>&gt;  <br>&gt;  <br>&gt;  <br>&gt; ERROR: In ..\..\..\..\src\ParaViewCore\VTKExtensions\vtkPVDReader.cxx, line<br>&gt; 147<br>&gt; vtkPVDReader (1EDADBE8): Could not read file information<br>&gt;  <br>&gt;  <br>

&gt; ERROR: In ..\..\..\..\src\VTK\Filtering\vtkExecutive.cxx, line 756<br>&gt; vtkPVCompositeDataPipeline (1EEA2C50): Algorithm vtkPVDReader(1EDADBE8)<br>&gt; returned failure for request: vtkInformation (1EEE77E8)<br>&gt;   Debug: Off<br>

&gt;   Modified Time: 94271<br>&gt;   Reference Count: 1<br>&gt;   Registered Events: (none)<br>&gt;   Request: REQUEST_DATA_OBJECT<br>&gt;   FORWARD_DIRECTION: 0<br>&gt;   ALGORITHM_AFTER_FORWARD: 1<br>&gt;  <br>&gt;  <br>

&gt;  <br>&gt;  <br>&gt; ERROR: In ..\..\..\..\src\ParaViewCore\VTKExtensions\vtkPVDReader.cxx, line<br>&gt; 147<br>&gt; vtkPVDReader (1EDADBE8): Could not read file information<br>&gt;  <br>&gt;  <br>&gt; ERROR: In ..\..\..\..\src\VTK\Filtering\vtkExecutive.cxx, line 756<br>

&gt; vtkPVCompositeDataPipeline (1EEA2C50): Algorithm vtkPVDReader(1EDADBE8)<br>&gt; returned failure for request: vtkInformation (1EEE77E8)<br>&gt;   Debug: Off<br>&gt;   Modified Time: 94271<br>&gt;   Reference Count: 1<br>

&gt;   Registered Events: (none)<br>&gt;   Request: REQUEST_DATA_OBJECT<br>&gt;   FORWARD_DIRECTION: 0<br>&gt;   ALGORITHM_AFTER_FORWARD: 1<br>&gt;  <br>&gt;<br>&gt;<br>&gt; _____________________________________________________________________<br>

&gt; ERBE Elektromedizin GmbH<br>&gt; Firmensitz: 72072 Tuebingen<br>&gt; Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede<br>&gt; Registergericht: Stuttgart HRB 380137<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>

&gt; Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>

&gt;<br>&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>

&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;<br><br>