Diff for /Amaya/amaya/templateInstantiate.c between versions 1.29 and 1.30

version 1.29, 2007/02/08 11:32:09 version 1.30, 2007/03/07 15:37:23
Line 84  void  CreateInstance(char *templatePath, Line 84  void  CreateInstance(char *templatePath,
         docType = docMath;          docType = docMath;
       else        else
         docType = docXml;          docType = docXml;
         // update all links
       SetRelativeURLs (doc, instancePath);        SetRelativeURLs (doc, instancePath, FALSE, FALSE);
               
       switch (docType)        switch (docType)
         {          {

Removed from v.1.29  
changed lines
  Added in v.1.30


Webmaster