<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Traverse XML file in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212397#M165527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a requirement to write a web script that should respond with a list of XMLs. So, I have decided to achieve it by composing response XML with content from all the XMLs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I have to strip of the declaration (&amp;lt;?xml version="1.0" encoding="UTF-8"….&amp;gt;) of each XML and take the remaining to compose response XML. Is there any way to do this? Does JavaScript API has features to process XML document?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 May 2009 05:29:34 GMT</pubDate>
    <dc:creator>vss123</dc:creator>
    <dc:date>2009-05-15T05:29:34Z</dc:date>
    <item>
      <title>Traverse XML file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212397#M165527</link>
      <description>I have a requirement to write a web script that should respond with a list of XMLs. So, I have decided to achieve it by composing response XML with content from all the XMLs. So, I have to strip of the declaration (&amp;lt;?xml version="1.0" encoding="UTF-8"….&amp;gt;) of each XML and take the remaining to</description>
      <pubDate>Fri, 15 May 2009 05:29:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212397#M165527</guid>
      <dc:creator>vss123</dc:creator>
      <dc:date>2009-05-15T05:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Traverse XML file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212398#M165528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the version of Rhino we use supports E4X for XML processing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:08:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212398#M165528</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-05-15T08:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Traverse XML file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212399#M165529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, the version of Rhino we use supports E4X for XML processing&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Fine.. In Ftl, how to print the XML fragment?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:25:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212399#M165529</guid>
      <dc:creator>vss123</dc:creator>
      <dc:date>2009-05-15T08:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Traverse XML file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212400#M165530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In Ftl, how to print the XML fragment?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Depends exactly what you want to do, but there's a good set of docs on the Freemarker site: &lt;/SPAN&gt;&lt;A href="http://freemarker.org/docs/xgui_imperative_learn.html" rel="nofollow noopener noreferrer"&gt;http://freemarker.org/docs/xgui_imperative_learn.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 08:33:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212400#M165530</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2009-05-15T08:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Traverse XML file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212401#M165531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In Ftl, how to print the XML fragment?&lt;/BLOCKQUOTE&gt;Depends exactly what you want to do, but there's a good set of docs on the Freemarker site: &lt;A href="http://freemarker.org/docs/xgui_imperative_learn.html" rel="nofollow noopener noreferrer"&gt;http://freemarker.org/docs/xgui_imperative_learn.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Mike&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Ya.. These documents I have seen already. My requirements is bit tricky. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to write XML content as it is. When i use root?html / root?xml/ root?string, it says It cant do that cos, it has a child inside. I just want to write as it is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2009 09:42:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212401#M165531</guid>
      <dc:creator>vss123</dc:creator>
      <dc:date>2009-05-15T09:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Traverse XML file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212402#M165532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you handles the documents in the template you can use all the power of freemarker.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;A href="http://freemarker.org/docs/xgui_declarative_basics.html" rel="nofollow noopener noreferrer"&gt;http://freemarker.org/docs/xgui_declarative_basics.html&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the problem is how to parse the xml string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;look at my topic: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=36&amp;amp;t=19713" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=36&amp;amp;t=19713&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 09:45:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/traverse-xml-file/m-p/212402#M165532</guid>
      <dc:creator>rmorant</dc:creator>
      <dc:date>2009-06-12T09:45:33Z</dc:date>
    </item>
  </channel>
</rss>

