<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div>On 13.04.2013 14:59, Srish Sri wrote: <br>
    </div>
    <blockquote
cite="mid:CAAUaJ+geE2t2ThzNL3tHPsSBxD1k562TjnDomJZmzLSDsxG-Jw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">
              I think XUL files have proper RTL automatically, but this
              one is in xhtml (accountProvisioner.xhtml) so maybe it
              needs some html attribute passed in to get proper
              direction.<br>
              <br>
            </blockquote>
            <div> <br>
            </div>
            <div> <script type="text/javascript;version=1.8"<br>
                        <span style="" class="">src</span>="<a class="moz-txt-link-freetext" href="chrome://messenger/content/">chrome://messenger/content/</a><span
                style="" class="">newmailaccount</span>/<span style=""
                class="">accountProvisioner</span>.<span style=""
                class="">js</span>"><br>
                </script><br>
              <br>
                  <div id="success-compose"><br>
                    <<span style="" class="">img</span> <span
                style="" class="">src</span>="<a class="moz-txt-link-freetext" href="chrome://messenger/skin/">chrome://messenger/skin/</a><span
                style="" class="">newmailaccount</span>/success-compose.<span
                style="" class="">png</span>"/><br>
                    <h4>&successful.write;</h4><br>
                    &successful.write.<span style="" class="">desc</span>;<br>
                  </div><br>
              <br>
            </div>
            <div>the &successful.write.<span style="" class="">desc</span>; 
              here is the text written here in the dialog box , please
              explain me the code ,as I am not able to figure that out.<br>
              <br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Try setting adding the dir="&locale.dir;" attribute in the
    accountProvisioner.xhtml file, and for &locale.dir; to exist you
    need this on top<br>
    <!ENTITY % globalDTD SYSTEM
    <a class="moz-txt-link-rfc2396E" href="chrome://global/locale/global.dtd">"chrome://global/locale/global.dtd"</a>><br>
       %globalDTD;<br>
    <br>
     -Magnus<br>
    <br>
  </body>
</html>