User Profile
Collapse
-
Thanks, I will try this.... I assume you are doing this with XPath... -
I have added a sample xsl doc.
Here is an example of me setting the param in c#
[code=c#]
//Initialize
string returnValue = string.Empty;
XslCompiledTran sform xslDoc = new XslCompiledTran sform();
XmlUrlResolver xslResolver = new XmlUrlResolver( );
XsltArgumentLis t xslArg = new XsltArgumentLis t();...Leave a comment:
-
basicly I am building a Code and SQL Stored Procedure generation tool (vs addin) for vs.net all my templates are xsl docs that users can create and add. And my xml data is generated using the SqlXmlCommand in vs.net
Say a user has created a template (xsl doc) that accepts a param called "postfix" and "prefix" that will be used in the transformation.
I would like to be able to read the params that...Leave a comment:
-
thanks
but I am not sure I understand..... ..
I am writing a winforms program in C# (3.5 framework) and I need to read the params from am xsl doc and present them to the user to fill in the required values.Leave a comment:
-
Programatically Read XSL Params
is xpath the best way to programicly read the params an xsl page requires or is there a better way?
Thanks
No activity results to display
Show More
Leave a comment: