> From: Mark J. Stang [mailto:[EMAIL PROTECTED] > > Kimbro/Tom/et. al., > I haven't been able to figure out how to do an "and".
What's the problem? "//account/customer/name/first[text()='Mark' and ../last='Stang']" Vadim > The only > solution I can think of is to make the document key the root > of my document. That way I can guarantee that my "select" > will be unique. Does anyone have any other suggestions? > Does everyone agree this is the only solution using "xupdate"? > > thanks, > > Mark > > "Mark J. Stang" wrote: > > > Hi, > > I have been working with XUpdate and have a question. > > If I use a select, such as > > > > "//account/customer/name/first[text()='Mark']" > > > > for an XUpdate, aren't I telling it to change every first name that is > > 'Mark' > > to the new value. How do I specify a particular document, rather than > > all? > > This seems to be a "global change". I could embed the key in the > > document > > but then I have to have a "select" AND "select". Is there someway to > > specify > > a key to a document and its' path? > > > > thanks, > > > > Mark
