Hi, What path are you trying? What is the xml example with all namepaces visible ie no xlmlns="...", just xmlns:xx="..."
Mike > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 26 October 2005 10:44 > To: [email protected] > Subject: Problem with SelectPath > > Hi, > > what's the correct query to get the FixedValue?? > > <ParameterRefEntry parameterRef="PARAMETER_XY"> > <LocationInBits referenceLocation="Start"> > <FixedValue>218</FixedValue> > </LocationInBits> > </ParameterRefEntry> > > For the parameterRef i use this one: > > String queryExpression = "declare namespace > s='http://www.myNameSpace.org' " + > ".//s:ParameterRefEntry/@parameterRef"; > > This works fine but i don't find the right query to get the > FixedValue :( > > Thanks a lot for help! > > Christian > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

