[
Lists Home |
Date Index |
Thread Index
]
Hello,
I'm trying to find a
subnode who's child node has a specific value. The following is working
great!
set updateNode = clientelm.selectsinglenode("AUTORUN/UPDATE[EXE='" &
key & "']")
'(where "key" is the
value to match in the childnode "EXE" of subnode "UPDATE")
Recently, I tried to
match:
\\hal\audit\audit32.exe
But doesn't work...
: ( I'm thinking that maybe the "\" backslashes are messing me up.
Are these reserved for pattern matching? If so, how do I look up something
like this?
Karl
|