Skip to content

Java file to tabulate a XHTML file (for example, a facelets file from JSF).

Notifications You must be signed in to change notification settings

Aliuken/JavaXhtmlTabulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

JavaXhtmlTabulator

Java file to tabulate a XHTML file (for example, a facelets file from JSF). The minimum required Java version is Java SE 7.

The usage of the file is calling: XhtmlTabulator.tabulate(originFilePath, destinationFilePath, tabulationUnit);

For example: XhtmlTabulator.tabulate("C:/Users/User/Desktop/originFile.xhtml", "C:/Users/User/Desktop/destinationFile.xhtml", " ");

About

Java file to tabulate a XHTML file (for example, a facelets file from JSF).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages