[Bug 18973] We need a way to write XPath expressions within elements

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18973

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Michael Kay <mike@saxonica.com> ---
We have added "text value templates" which allow any text node in a sequence
constructor to contain expressions in curly braces. The semantics are the same
as AVTs, so the result is always a string (technically, a text node). We
attempted a design in which the expressions in curly braces were not atomized,
but it produced too many inconsistencies, with the whitespace handling
depending on what kind of node you were constructing.

We recognize this is a partial solution to the requirement but we felt it was
the cleanest design.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 12 February 2013 09:23:36 UTC