You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,4 @@ The Virginia implementation of [The State Decoded](https://github.com/statedecod
4
4
5
5
## XSLT
6
6
7
-
The included XML is in Lexis Nexis’ format, and must be transformed to [the State Decoded format]((http://docs.statedecoded.com/xml-format.html).). XML transformations can be applied with Saxon-B (e.g., `java net.sf.saxon.Transform -o:output.xml -s:lexis.xml -xsl:decoded.xsl`, or `java net.sf.saxon.Transform -o:htdocs/admin/import-data/ -s:2016-xml/ -xsl:decoded.xsl` to transform all files).
7
+
The included XML is in Lexis Nexis’ format, and must be transformed to [the State Decoded format]((http://docs.statedecoded.com/xml-format.html).). XML transformations can be applied with Saxon-B (e.g., `java net.sf.saxon.Transform -o:output.xml -s:lexis.xml -xsl:decoded.xsl`, or `java net.sf.saxon.Transform -o:htdocs/admin/import-data/ -s:2016-xml/ -xsl:decoded.xsl` to transform all files). Make sure you run `export CLASSPATH=$CLASSPATH:/usr/share/java/saxonb.jar` first.
0 commit comments