PDA

Click to See Complete Forum and Search --> : XML: Compare dates using selectNodes and xpath


yags5
Jun 27th, 2003, 08:44 AM
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