<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    Hi Offliners,<br>
    <br>
      I have just committed a change to both HDDM and HDDS which I
    believe will make us compatible with XERCES 3 now. There were
    changes made to the HDDM tools a while back that supplied this
    functionality. However, there was an identical file in HDDS
    (XParsers.cpp) for which those changes did not seem to work.<br>
    <br>
      The most recent changes put those files in alignment once more.
    The change involved turning one routine into a wrapper for a similar
    routine. I did some initial testing on Linux and Mac OS X, but it is
    possible not all problems have been exposed. <br>
    <br>
      If you run into any trouble compiling or running with any revision
    after 9267, please let me know.<br>
    <br>
    Regards,<br>
    -David<br>
    <br>
    -------- Original Message --------
    <table class="moz-email-headers-table" border="0" cellpadding="0"
      cellspacing="0">
      <tbody>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject: </th>
          <td>r9269 - trunk/hdds</td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
          <td>Mon, 25 Jun 2012 15:53:40 -0400</td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
          <td><a class="moz-txt-link-abbreviated" href="mailto:Hall-D.SVN.Repository@jlab.org">Hall-D.SVN.Repository@jlab.org</a></td>
        </tr>
        <tr>
          <th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
          <td><a class="moz-txt-link-abbreviated" href="mailto:davidl@jlab.org">davidl@jlab.org</a>, <a class="moz-txt-link-abbreviated" href="mailto:brash@pcs.cnu.edu">brash@pcs.cnu.edu</a>, <a class="moz-txt-link-abbreviated" href="mailto:wolin@jlab.org">wolin@jlab.org</a>,
            <a class="moz-txt-link-abbreviated" href="mailto:zisis@uregina.ca">zisis@uregina.ca</a>, <a class="moz-txt-link-abbreviated" href="mailto:mashephe@indiana.edu">mashephe@indiana.edu</a>,
            <a class="moz-txt-link-abbreviated" href="mailto:remitche@indiana.edu">remitche@indiana.edu</a>, <a class="moz-txt-link-abbreviated" href="mailto:zihlmann@jlab.org">zihlmann@jlab.org</a>, <a class="moz-txt-link-abbreviated" href="mailto:somov@jlab.org">somov@jlab.org</a>,
            <a class="moz-txt-link-abbreviated" href="mailto:staylor@jlab.org">staylor@jlab.org</a>, <a class="moz-txt-link-abbreviated" href="mailto:kmoriya@indiana.edu">kmoriya@indiana.edu</a>, <a class="moz-txt-link-abbreviated" href="mailto:pmatt@jlab.org">pmatt@jlab.org</a>,
            <a class="moz-txt-link-abbreviated" href="mailto:leckey@jlab.org">leckey@jlab.org</a></td>
        </tr>
      </tbody>
    </table>
    <br>
    <br>
    <pre>Author: davidl
Date: 2012-06-25 15:53:40 -0400 (Mon, 25 Jun 2012)
New Revision: 9269

Modified:
   trunk/hdds/XParsers.cpp
Log:
Make compatible with Xerces 3.1.1. This just makes buildDOMDocument() into
a wrapper for parseInputDocument() which seems perform the same function. The  former does not compile with xerces 3 while the later still seems to work.

This file appears to have identical copies in the repository. One in src/programs/Utilities/hddm and one in HDDS. This same fix is being checked into both. 


</pre>
  </body>
</html>