posted 19 years ago
Depends what are you using to transform XML.
For example, if you are using javax.xml.transform.Transformer package, the object supports a method setParameter. Similarly, if this is on the client side, the method goes by the name addParameter.
Hope this helps !