You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by "Frederick N. Brier" <fb...@multideck.com> on 2004/01/12 08:54:20 UTC

Transformer setParameter() with Node

The UseStylesheetParam example using a String as a parameter works fine, 
but I need to pass more complicated objects.  My goal is to write a 
wrapper class that uses reflection to expose an Object's values via the 
Node/NodeSet interface.  However, I see to be stymied just creating a 
DocmentImpl object and setting the same String value to its node, or a 
child node.  Are there any examples using setParameter with a Node or 
NodeSet?  I have not seen one on the web site or mailing list.  Thank 
you for your assistance.

Frederick N. Brier