dahu <[EMAIL PROTECTED]> writes:

> 
> Hi
> is it normal that the query :
> 
> UPDATE insert  <Mynode><![CDATA[<br>]]></Mynode> into doc("USER")//USER
> 
> do
> 
> <USER><Mynode>&gt;br&lt;</Mynode></USER>
> 
> ?

Yes, absolutely.
CDATA is a syntactic sugar and

<USER><Mynode>&gt;br&lt;</Mynode></USER>

is equivalent variation of the 

<USER><Mynode><![CDATA[<br>]]></Mynode></USER>

However, we understand that there should be a way to serialize <Mynode> content
as CDATA and we are working on cdata-section-elements serialization parameter.

I think, it will be available soon.

Ivan Shcheklein,
Sedna Team


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sedna-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sedna-discussion

Reply via email to