User Profile

Collapse

Profile Sidebar

Collapse
aday
aday
Last Activity: Dec 4 '08, 01:28 PM
Joined: Dec 3 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • aday
    replied to Programatically Read XSL Params
    in XML
    Thanks, I will try this.... I assume you are doing this with XPath...
    See more | Go to post

    Leave a comment:


  • aday
    replied to Programatically Read XSL Params
    in XML
    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();...
    See more | Go to post

    Leave a comment:


  • aday
    replied to Programatically Read XSL Params
    in XML
    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...
    See more | Go to post

    Leave a comment:


  • aday
    replied to Programatically Read XSL Params
    in XML
    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.
    See more | Go to post

    Leave a comment:


  • aday
    started a topic Programatically Read XSL Params
    in XML

    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
    See more | Go to post
No activity results to display
Show More
Working...