Menu

How can I decode an EXI file to XML in .NET ?

Help
Louis
2014-08-13
2014-08-19
  • Louis

    Louis - 2014-08-13

    As the JAVA example shows, it needs SAXTransformerFactory and TransformerHandler to work with EXIReader. But I can't find them in .NET.
    Anyone who could provide an example of using .NET ?

     
  • Takuki Kamiya

    Takuki Kamiya - 2014-08-19

    In the .Net Nagasena zip file, there contained is a directory "lib/saxdotnet".
    There are two dlls there, namely AElfred.dll and Sax.dll. Those libraries provide SAX functionality. For an example, please take a look at testcase testAttributes() in test/Nagasena/Sax/EXIReaderTest.cs.

     

Log in to post a comment.