I have a XMLList. I cannot parse it. My understanding is that
  I will be able to parse the title like this:
  
      var st:string = xmllist[0].title

  but does not give any output!!!! Here is what I get in xmllist[0]
  when I point it to a textarea:

<item
rdf:about="http://localhost:8080/bin/view/Projects/PROJECT106?language=english";
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:xlink="http://www.w3.org/1999/xlink";
xmlns="http://purl.org/rss/1.0/";
xmlns:dc="http://purl.org/dc/elements/1.1/";
xmlns:w="http://purl.org/rss/1.0/modules/";
xmlns:html="http://www.w3.org/1999/xhtml";>
  <title>Project template</title>
 
<link>http://localhost:8080/bin/view/Projects/PROJECT106?language=english</link>
  <description>Version 1.24 edited by Guest on 2008-03-13
23:03:28.0</description>
  <label>PROJECT106</label>
  <taglist>[]</taglist>
  <content></content>
  <dc:date>2008-03-13T11:03:28-07:00</dc:date>
  <dc:creator>Administrator</dc:creator>
  <dc:contributor>
    <rdf:Description link="">
      <rdf:value>Guest</rdf:value>
    </rdf:Description>
  </dc:contributor>
</item>

Reply via email to