0.1.7 • Published 8 years ago

database-xml-to-html v0.1.7

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

database-xml-to-html

Parse database xml file then render to HTML.

XML -> (parse) -> JS Data -> (render) -> HTML

usage

First, install form NPM.

npm install database-xml-to-html

Then, use like this in your code:

var app = require('database-xml-to-html')

app.toHtml({
    xmlFile: 'in.xml',   // input xml file path
    htmlFile: 'out.html' // output html file path
})
0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago