<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks for the pointer. I'll check it
      out.<br>
      <br>
      By "updating by AJAX" I mean that the nodes get new data from the
      XML file which updates avery five minutes and the client get's the
      updated data through AJAX instead of refreshing the whole page.<br>
      <br>
      Bert<br>
      <br>
      On 10/23/2013 06:55 PM, Anoop John wrote:<br>
    </div>
    <blockquote
cite="mid:CAGvWd_tJF+-xcwnrQHW1L2r88hs-X0TgkWZnxgV7TgmXELMtVQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Not sure what you meant by 'updating the nodes by
        AJAX'? Did you want to edit the nodes? Order the nodes?
        <div><br>
        </div>
        <div>For the order you can use javascript to order the nodes
          using a drag and drop implementation and store this as a
          cookie.&nbsp;</div>
        <div><br>
        </div>
        <div>Here is an example</div>
        <div><br>
        </div>
        <div><a moz-do-not-send="true"
href="http://www.daviferreira.com/blog/exemplos/draganddrop/exemplo2.html">http://www.daviferreira.com/blog/exemplos/draganddrop/exemplo2.html</a><br>
        </div>
        <div><br>
        </div>
        <div>There is no AJAX involved in ordering as nothing goes back
          to the server in terms of storage.</div>
        <div><br>
        </div>
        <div>Thanks</div>
        <div>Anoop</div>
        <div class="gmail_extra"><br>
          <div>|--<br>
            | Zyxware Technologies<br>
            | <a moz-do-not-send="true" href="http://www.zyxware.com"
              target="_blank">http://www.zyxware.com</a><br>
            |--<br>
            | Be the change you wish to see in the world, M. K. Gandhi<br>
            |--</div>
          <br>
          <br>
          <div class="gmail_quote">On Wed, Oct 23, 2013 at 8:46 PM, Bert
            Van Kets <span dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:bertvankets@gmail.com" target="_blank">bertvankets@gmail.com</a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              Hi all,<br>
              <br>
              In my D7 site I have a list of nodes of a specific content
              type. I use<br>
              the XPath Feeds module to create these nodes from an XML
              document.<br>
              I know I can create a view to display those nodes, but I
              need to update<br>
              the nodes using AJAX and I'd love to allow the visitor to
              move nodes to<br>
              the top so the nodes he/she is most interested in stay
              visible easily.<br>
              The rest has to be displayed using the sort order defined
              in the view.<br>
              <br>
              What is the best way to use AJAX to update the nodes
              content in a view?<br>
              How can I give the visitor (unregistered user) the ability
              to move nodes<br>
              to the top?<br>
              <br>
              Thanks for any help.<br>
              <span class="HOEnZb"><font color="#888888"><br>
                  Bert<br>
                  --<br>
                  [ Drupal support list | <a moz-do-not-send="true"
                    href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a>
                  ]<br>
                </font></span></blockquote>
          </div>
          <br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>