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: Fw: [wsbpel] Issue - 157 - conf call brief recap ... and carry forward ...


Hi Rania,

It would result in a selectionFailure as there are no text nodes beneath
element a. Also in other cases you may end up with more than one text node
which could cause a selectionFaiilure. For example using CDATA for part of
an elements text to avoid escaping characters, the following case may return
3 text nodes:

<a>
...
<![CDATA[...bunch of characters I don't want to escape...]]>
...
</a>

- Chris

-----Original Message-----
From: Rania Khalaf [mailto:rkhalaf@watson.ibm.com] 
Sent: Monday, June 20, 2005 9:59 AM
To: Alex Yiu
Cc: rkhalaf@us.ibm.com; Charlton Barreto; wsbpeltc;
jwillis@exchange.microsoft.com
Subject: Re: Fw: [wsbpel] Issue - 157 - conf call brief recap ... and carry
forward ...

Hi Alex,

In the discussion on the call, someone mentioned that 'text' can be used 
to get to the value of an attribute or the CDATA children of an element 
(the 123 of <a>123</a>).

What happens if I used it on an element <a/> ? If I am trying to copy 
'123' into '<a/>'  to get <a>123</a>, does this cause selectionFailure ?

thanks,
Rania



---------------------------------------------------------------------
To unsubscribe from this mail list, you must leave the OASIS TC that
generates this mail.  You may a link to this group and all your TCs in OASIS
at:
https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php 







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