How to send a value from a Html form to an xslt
Created May 7, 2012
Roseanne Zhang Good question!
Use Transformer.setParameter(name, value) method to pass it to your XSLT, then pick it up and handle it in your XSLT.
Created May 7, 2012