CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: InsertWittyHandle

Search: Search took 0.02 seconds.

  1. I have the Same problem

    Hi all,

    I am also having problems with createprocess and WaitForSingleObject.

    The process launches documents (xls,doc,mpp,ppt) and then uses WaitForSingleObject, users can change the document...
  2. Replies
    2
    Views
    1,164

    Thanks

    I changed it to this

    <script language="javascript">
    var HTMLresults;
    var xml;
    var xsl;
    var sortParam;
    var dtParam;
    var column;
    var dt;
  3. Replies
    2
    Views
    1,164

    JS and XSL: change params

    Hi,

    I know this is really js related but I figured it is an xsl problem so I'd post it here and see how it went.

    I need to change the value of two <xsl:param>s. I have tried using...
  4. Replies
    6
    Views
    1,179

    Thanks but I have a solution

    Thankyou for still bothering with me. I probably should have posted that I had a solution, I just figured from your last reply you wouldn't bother with my problem again, sorry.

    <xsl:template...
  5. Replies
    6
    Views
    1,179

    I'd like to start on smaller examples but...

    I'd like to start on smaller examples but unfortunately I don't have that option.

    I have to do this for work, and like my sort is out scope, xsl/xml/xpath is so out of my scope. My job requires me...
  6. Replies
    6
    Views
    1,179

    thanks

    thanks for the heads up about the smiley thing. Sorry I didn't notice.

    I don't think I made my point clear, or I am not understanding what you have said. I want it to sort by the same thing each...
  7. Replies
    6
    Views
    1,179

    XSL sorting

    Hi
    I have an xml file which is transformed using xsl and displayed in HTML. I am using msxml3 and IE6, with this namespace <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured