> > What I have so far is: > > //meta/[@(protected)='Subject'] > > ... but that will return me the META node itself if it has a "name" > attribute with a value of "Subject".
Sorry ... that was meant to be:
//meta[@(protected)='Subject']
> > > Can you do something like this? > > ( //meta/[@(protected)='Subject'] )/@(protected)