<?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 Re: XML parser in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5749#M1064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any of the standard Java XML parsers can be used. I think Xerces is used under the covers. A pull-parser is also present in our WAR. I would suggest JDom or Dom4J as the mechanism to process XML if you want to walk the DOM in memory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2006 09:40:02 GMT</pubDate>
    <dc:creator>kevinr</dc:creator>
    <dc:date>2006-02-16T09:40:02Z</dc:date>
    <item>
      <title>XML parser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5747#M1062</link>
      <description>Could somebody tell me if there is already a XML parser in Alfresco? Do you have example in Alfresco that parse XML files?thanks</description>
      <pubDate>Wed, 15 Feb 2006 16:32:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5747#M1062</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-02-15T16:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: XML parser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5748#M1063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And please tell me which is the best to use to parse XML files compatible with Alfresco (Xerces, XML query…?)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also would like your advice on my classes organization: imagine that I would like to choose some hobbies for each user and one hobby can be chosen by multiple user and a user can have multiple hobbies.&amp;nbsp; Then I want to create a class Hobby and a class LinkHobbyUser. Is it then better to create a class Hobby subclass of NewUserWizard (and LinkHobbyUser subclass of NewUserWizard as well) in order to reach the accurate node person (PersonService) or to create another service but then how to link this Hobby to the node person? I am a little but lost here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 07:52:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5748#M1063</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-02-16T07:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: XML parser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5749#M1064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Any of the standard Java XML parsers can be used. I think Xerces is used under the covers. A pull-parser is also present in our WAR. I would suggest JDom or Dom4J as the mechanism to process XML if you want to walk the DOM in memory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 09:40:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5749#M1064</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2006-02-16T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: XML parser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5750#M1065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oki thanks for the advice, I will have a look. And about my example, what would be the easiest and fastest way to do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 09:44:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5750#M1065</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-02-16T09:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: XML parser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5751#M1066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just created two services Hobby and LinkHobbyPerson (looking like PersonService) so I wanted to use them from my NewUserWizard class and person-properties.jsp page. So I added hobbyService in my faces-config.xml file in NewUserWizard bean, but then I have an error on this property and cannot load the page. Is there something else to do to use our own services?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 12:51:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5751#M1066</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-02-16T12:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: XML parser</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5752#M1067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pleeaassee help&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And is it possible to use sys:base as parent in our custom types or we will get into troubles?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2006 14:40:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xml-parser/m-p/5752#M1067</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-02-16T14:40:18Z</dc:date>
    </item>
  </channel>
</rss>

