Hi,

Can you please provide reproducible stylesheet and input document
as well? If possible, entering a new bug to bugzilla would be nice.

Atsushi Eno

Ariel Rios wrote:
> I have problems using XSLTTransform. I have the following
> code. I expect to be able to use the var modoAccion inside the
> xslt but it is null. The code works correctly under .net.
> 
> modoAccion="INICIAL";
> System.Console.WriteLine ("estoy aca" + modoAccion);
> XsltArgumentList xslArg = new XsltArgumentList();
> xslArg.AddParam("modoAccion", "", modoAccion);
> xslt.Transform(doc1, xslArg,Response.OutputStream , null);
> 
> thanks
> ariel
> _______________________________________________
> Mono-list maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
> 

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to