- From: james anderson <james.anderson@setf.de>
- Date: Wed, 13 Jun 2001 17:54:38 +0200
- To: www-xml-query-comments@w3.org
6.2.2 Element and attribute constructors
I think I understand what this is intending to say, but the notation is
not clear. Elsewhere in the document quoted terms express literal
values. I would not understand that to be so in this case.
// cdata node creation
[[ "<![CDATA[" C1C2C3... "]]>" ]]_elem ==> cdata("C1C2C3...")
// nested element are kept unchanged
[[ "<" X ">" ]] ==> "<" X ">"
Received on Wednesday, 13 June 2001 11:50:53 UTC