Re: Document template test 10

"vojtech.toman@emc.com" <vojtech.toman@emc.com> writes:
> At the moment, my implementation does the former (as you could have
> guessed from the test :-) I think that is consistent with what XQuery
> does. And I also believe that XQuery goes further than us in the sense
> that it does not apply any processing to { and } that are in quoted
> strings literals. So you can do things like:
>
> <doc>{'}'}</doc>
>
> with no problems.

It also gives special consideration to CDATA sections which we can't
since we see the document after parsing and the CDATA sections are
gone. So I'm not sure I want to model on XQuery too closely.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh
Lead Engineer
MarkLogic Corporation
www.marklogic.com

Received on Wednesday, 17 November 2010 17:22:06 UTC