OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [wsbpel] Issue 103 - Good Idea!


Danny van der Rijn wrote:

>maybe i just don't know XPATH well enough, but if $var/a/b/c doesn't exist,
>can it be the target of an assign?
>
>  
>
XPath 1.0 expressions turn into node-sets, booleans, numbers, or strings 
(and do so without side effects). They don't turn into positional 
references. $var/a/b/c doesn't make sense as the target of an <assign> 
activity, from the XPath point of view.

-Ron


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]