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]

Reply via email to