Skip to content

openva/va-decoded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virginia Decoded

Build Status

The Virginia implementation of The State Decoded, found at vacode.org.

XSLT

The included XML is in Lexis Nexis’ format, and must be transformed to the State Decoded format. XML transformations can be applied with Saxon-B (e.g., java net.sf.saxon.Transform -o:output.xml -s:lexis-nexis.xml -xsl:decoded.xsl, or java net.sf.saxon.Transform -o:htdocs/admin/import-data/ -s:2016-xml/ -xsl:lexis-nexis.xsl to transform all files). Make sure you run export CLASSPATH=$CLASSPATH:/usr/share/java/saxonb.jar first.

Releases

No releases published

Packages

No packages published