This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SelectSingle Node


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


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]