I am running this command to process an XSL document [ns_xml apply_xslt $xslt_doc_id $xml_doc_id ]. Is there any way to pass parameters into the xsl document? Using something like xt to transform the document would be like.. xt sport.xml sport.xsl sport='basketball' How would I do that using ns_xml? thanks. gina
