XML to HTML using XSLT, Java: Useful Links

by Amit


Here are some links to resources which I found very useful while I was developing a NetBeans plug-in module, which helped me properly construct the pretty HTML from a XML file using XSLT in Java:

  1. http://www.rgagnon.com/javadetails/java-0407.html
  2. http://www.xmlfiles.com/xsl/xsl_transformation.asp
  3. http://www.thescarms.com/xml/XSLTutorial.aspx
  4. http://biglist.com/lists/xsl-list/archives/200212/msg00695.html

Thanks a lot guys!

Advertisement