RE: [xml-dev] The use of XML syntax in XML Query

From
Michael Kay <>
To
'Jonathan Robie' <>, 'David Carlisle' <>
Date
2002-01-03T18:00:46
ID
<000b01c19480$93365220$465169d5@pcukmka>
Thread
RE: [xml-dev] The use of XML syntax in XML Query
> But the XML syntax for element constructors is not at all
> confusing unless
> the query is embedded in an XML document.

It's going to become very confusing when users try to generate something
like

  if (<a>2</a> < <b>3</b>)

using tools that normally expect to output XML!

Mike Kay