0.1.7 • Published 10 years ago

database-xml-to-html v0.1.7

Weekly downloads
6
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago