项目作者: magidin91

项目描述 :
JAXB_XSLT_SAX optimization is a system of format transformations. Technologies/Frameworks: JAXB, XSLT, SAX, JDBC, SQLite
高级语言: Java
项目地址: git://github.com/magidin91/jaxb_xslt_sax_optimization.git
创建时间: 2020-05-25T13:43:58Z
项目社区:https://github.com/magidin91/jaxb_xslt_sax_optimization

开源协议:

下载


Build Status
codecov

JAXB_XSLT_SAX optimization

Description

Technologies/Frameworks: JAXB, XSLT, SAX, JDBC, SQL(SQLite), Slf4j + Log4j, JUnit

JAXB_XSLT_SAX optimization is a system of format transformations. It allows to perform the following actions:

  1. Add entries to the database and retrieve them from there.(JDBC)
  2. Serialize entries in XML format.(JAXB)
  3. Convert XML file using XSL template to a different XML format.(XSLT)
  4. SAX parsing.