[email protected] wrote: > in the example : > > <copy> > <from>$request. > requestMessageData/typeIndicators/types:indicatorTwo</from> > > <to>$response/typeIndicators/types:indicatorTwo</to> > </copy> > > <copy > insertMissingToData="yes"> > <from>$request. > requestMessageData/typeIndicators/types:indicatorTwo</from> > > <to>$response/typeIndicators/child::types:indicatorTwo</to> > </copy> > > > what means child::types: ???? > so what can i do with my copy listed here, > above??
child:: indicates that a different xpath axis is used for this part of the expression. Please read the xpath specification for further information. Tammo -- Tammo van Lessen - http://www.taval.de
