browncr / cr-www

GNU Affero General Public License v3.0
3 stars 2 forks source link

Generate demographic graphs for courses #10

Open melloc opened 9 years ago

melloc commented 9 years ago

This can be done largely the same way we do it right now, by calling out to xsltproc. It might be more efficient to use a Java XSLT processor though.

constinit commented 9 years ago

The javax.xml.transform package looks easy to use: http://docs.oracle.com/javase/tutorial/jaxp/xslt/transformingXML.html