p:document-template - escaped '{' processing

Given the following string:

{{{/foo}}}

What should the result of applying p:document-template be?

Is it: '{', /foo (XPath expression), '}'
or is it one (and invalid) XPath expression: {{/foo}}

In other words, what are the rules of processing escaped { characters?
Should they be unescaped from the outside or from the inside?


Vojtech


--
Vojtech Toman
Consultant Software Engineer
EMC | Information Intelligence Group
vojtech.toman@emc.com
http://developer.emc.com/xmltech

Received on Friday, 12 November 2010 14:53:19 UTC