Hi there, I am currently using the following methods from the Stylesheet class to get access to the parameters defined in a template,
org.apache.xalan.templates.Stylesheet { . . ElemVariable getVariableOrParam(int i) int getVariableOrParamCount() . . } I was wanting to know if there was an equivilant set of methods in the XSLTC interfaces, or is there another way to get to them? Thanks, Marius.