<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    At the moment i'm trying to get the <br>
    <pre wrap="">unoxml/test/domtest.cxx (<a href="https://bugs.freedesktop.org/show_bug.cgi?id=39625">Bug 39625</a>)</pre>
    working.<br>
    <br>
    So we'll see if it's usefull :)<br>
    <br>
    Cheers<br>
    <br>
    Tobi<br>
    <br>
    <div class="moz-cite-prefix">Am 19.09.2014 08:47, schrieb Matúš
      Kukan:<br>
    </div>
    <blockquote cite="mid:1411109225.19142.1.camel@linux-h3iw.site"
      type="cite">
      <pre wrap="">On Wed, 2014-09-17 at 11:10 +0100, Michael Meeks wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On Wed, 2014-09-17 at 11:47 +0200, Jan-Marek Glogowski wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">AFAIK Miklos was Michaels suggestion for the mentoring - can't remember.
</pre>
        </blockquote>
        <pre wrap="">
        Matus is the XFastParser expert =) I guess it'd be nice to have a small
XFastParser unit test as well (as some sort of entry-level easy-hack
there).
</pre>
      </blockquote>
      <pre wrap="">
There is one in sax/qa/cppunit/parser.cxx - but needs more love.
I've added simple css::xml::sax::XFastTokenHandler implementation in
6503be5311716cf520cf534ca1bb0fd595b93d72

What I think should be done there:
1, We need a better, more complicated input :-)
2, Extend DummyTokenHandler to recognize some
   of the element/attribute strings used in the input.
3, Implement simple XFastDocumentHandler and use setFastDocumentHandler()
   examples for this:
   - oox/source/crypto/DocumentDecryption.cxx
     - but we want to use tokens, not compare strings
   - unoxml/test/domtest.cxx
     - we don't build this, maybe we should, no idea how obsolete it is


<a class="moz-txt-link-freetext" href="http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1xml_1_1sax_1_1XFastParser.html">http://api.libreoffice.org/docs/idl/ref/interfacecom_1_1sun_1_1star_1_1xml_1_1sax_1_1XFastParser.html</a>
contains some description and there is also a link
to a wiki with rather useful information.

Best,
Matus


</pre>
    </blockquote>
    <br>
  </body>
</html>