Results 1 to 1 of 1

Thread: XML: Compare dates using selectNodes and xpath

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2003
    Posts
    1

    Question XML: Compare dates using selectNodes and xpath

    Can anyone tell me how it would be possible to compare dates using variables in a VB app with attribute values in a XML node. This is what I have, but it doesn't work.


    strXpath = "//time_block[@end_dttm >'" & dtEstStartDtTm & "' and @start_dttm <'" & dtEstEndDtTm & "']"

    Thanks,
    Rod Yager
    Last edited by yags5; Jun 30th, 2003 at 08:31 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width