- From: Michael Dyck <jmdyck@ibiblio.org>
- Date: Fri, 11 Sep 2015 14:45:23 -0400
- To: public-xsl-query@w3.org
On 15-09-10 08:36 PM, Liam Quin wrote:
>
> The following should be legal though:
>
> ~~| this is ~~{ a ~~|nested example|~~ here }~~ you see |~~
Well, except that
a ~~|nested example|~~ here
isn't (wouldn't be) a legal XQuery expression.
Instead, I think you mean
~~| this is ~~{ "a", ~~|nested example|~~, "here" }~~ you see |~~
-Michael
Received on Friday, 11 September 2015 18:45:56 UTC