pramineni01 / Sax2CTemplate

Parse a request in common format, extract data and fill in the template using CTemplate framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sax2CTemplate

Brief:

This project takes a D.I.I.S format requests and translates them into Code vendor format of the request. This request can be sent to Core vendor and receive a response. The uniqueness of this project is that it does not read specific fields by their name, instead, its programmed generically and tranforms the request.

Dependencies:

  1. SAX parser provided by Xerces xml parser library.
  2. CTemplate library open sourced by Google.

About

Parse a request in common format, extract data and fill in the template using CTemplate framework