Hi,<br><br>I am trying to send to MaryTTS  SSML-annotated text to be processed.I am colling the process() method of socket Client with Inputype set to &quot;SSML&quot;,<br>but there is a problem when the server  is splitting RAWMARYXML data into chuncks.Here is the part of the log that may help:<br>
<br><br><br><br>2010-04-08 00:27:47,578 [RH 2] DEBUG IO         Reading XML input (non-validating)...<br>2010-04-08 00:27:47,579 [RH 2] INFO  RH 2       Read:<br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;Goodbye!&lt;/speak&gt;<br>
<br>2010-04-08 00:27:47,580 [RH 2] DEBUG IO         Read XML input:<br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;<br>Goodbye!<br>&lt;/speak&gt;<br><br>2010-04-08 00:27:47,580 [RH 2] DEBUG R 2        Now converting the following input data from SSML to RAWMARYXML:<br>
2010-04-08 00:27:47,581 [RH 2] DEBUG IO         &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;<br>Goodbye!<br>&lt;/speak&gt;<br><br>2010-04-08 00:27:47,581 [RH 2] DEBUG R 2        Determining which modules to use<br>
2010-04-08 00:27:47,581 [RH 2] DEBUG ModuleRegistry Module SSMLParser converts SSML into RAWMARYXML (locale en_US, voice cmu-slt-hsmm)<br>2010-04-08 00:27:47,582 [RH 2] DEBUG ModuleRegistry found path through modules<br>2010-04-08 00:27:47,582 [RH 2] INFO  R 2        Handling request using the following modules:<br>
2010-04-08 00:27:47,582 [RH 2] INFO  R 2        - SSMLParser (marytts.modules.SSMLParser)<br>2010-04-08 00:27:47,582 [RH 2] DEBUG R 2        Handing the following data to the next module:<br>2010-04-08 00:27:47,582 [RH 2] DEBUG IO         &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;speak&gt;<br>
Goodbye!<br>&lt;/speak&gt;<br><br>2010-04-08 00:27:47,582 [RH 2] INFO  R 2        Next module: SSMLParser<br>2010-04-08 00:27:47,595 [RH 2] DEBUG R 2        Now splitting the following RAWMARYXML data into chunks:<br>2010-04-08 00:27:47,595 [RH 2] DEBUG IO         &lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>
2010-04-08 00:27:47,603 [RH 2] ERROR RH 2       Processing failed.<br>org.w3c.dom.DOMException: NOT_SUPPORTED_ERR: The implementation does not support the requested type of object or operation. <br>    at org.apache.xerces.dom.DocumentImpl.createTreeWalker(Unknown Source)<br>
    at marytts.server.Request.splitIntoChunks(Request.java:611)<br>    at marytts.server.Request.process(Request.java:292)<br>    at marytts.server.RequestHandler.run(RequestHandler.java:167)<br>2010-04-08 00:27:47,604 [RH 2] INFO  RH 2       Request couldn&#39;t be handled successfully.<br>
<br><br><br>Thank you in advance.<br><br><br><br><br><br><br><br>