XML Xpath question

webmasterbeta

New Member
Can anyone tell me how it would be possible to compare dates using variables 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
 
Back
Top