Bug 16536 - Add XQuery support
Summary: Add XQuery support
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.5
: P3 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-20 10:13 PST by Frederick C. Lee
Modified: 2023-05-25 22:37 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederick C. Lee 2007-12-20 10:13:05 PST
1) Safari 3 apparently doesn't support the latest JavaScript (ECMAScript) release.
    The following E4X script is ONLY supported by Mozilla browsers:

var e = <employees> 
 <employee id="1"><name>Joe</name><age>20</age></employee> 
 <employee id="2"><name>Sue</name><age>30</age></employee> 
</employees>; 
 
var names = e..name;  // get all the names in e 

E4X needs to be supported in Safari for parsing XML data vectors via SIMPLE JavaScript syntax.  This is a valuable asset for interfacing with cross-platform servers.

2) Support XQuery.  XQuery is the SQL-equivalent for XML.
Comment 1 Mark Rowe (bdash) 2007-12-20 10:55:51 PST
Why did you file a bug report requesting E4X support when you were aware of bug 5381 which already covers that topic?

Retitling to match focus of this bug.
Comment 2 Ahmad Saleem 2022-12-27 07:23:05 PST
https://www.w3.org/blog/news/archives/3773 & https://www.w3.org/TR/xquery-30/

Is there any aim to support XQuery 3.0? Or we can close this?
Comment 3 Karl Dubost 2023-05-25 22:37:37 PDT
We can close. :)