Community-Credit.com
|
NonProfitWays.com
|
SOAPitstop.com
Skin:
Fiery Red
Mello Blue
Purple Passion
The Green Stuff
Grey Flannel
User: Not logged in
Hot Links
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
Menu
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
My Pitstop
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
HeadGeek
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics
Articles
ADO.NET (24)
RDF (28)
WebService (223)
XMLHTTP (3)
Database (25)
RSS (29)
WML (95)
XMPP (9)
Debugging (29)
SAX (56)
WSDL (80)
XPath (78)
DIME (14)
Schema (45)
XAML (5)
XPointer (12)
DOM (56)
SMIL (38)
XBRL (64)
XQL (24)
DTD (23)
SOA (8)
XForms (92)
XQuery (72)
ebXML (56)
SOAP (135)
XHTML (111)
XSchema (30)
Flash (12)
SQL (16)
XLL (1)
XSL (423)
Java (76)
SQLXML (141)
XML (776)
XSL-FO (28)
MathML (11)
SVG (56)
XML.NET (86)
XSQL (6)
Oracle (29)
VoiceXML (82)
XMLA (1)
XUL (13)
Pattern (3)
WebDAV (17)
Total Articles: 3,241
xquery Articles
Prev
Next
1
2
3
4
Focusing on XQuery
DataDirect Technologies, Bedford, Mass., provides components for connecting software to data. Developers use these components to develop and deploy business applications across all major databases and platforms, and to connect those applications to a range of data sources.
Type: XQuery #Views: 700 Category: Article
Essential XQuery - The XML Query Language
XQuery or XML Query Language is a W3C specification (http://www.w3.org/TR/xquery) designed to provide a flexible and standardized way of searching through (semi-structured) data that is either physically stored as XML or virtualized as XML (such as XML Views over relational data). To give you an analogy, SQL is used to query relational data, XQuery is a standard language for querying XML data. In addition, XQuery also allows general processing of XML (such as creating nodes). Currently in the last call working draft status, the W3C XQuery specification will hopefully get the recommendation status this year. This article is an introduction to XQuery language. It is based on November 2003 working draft. (Click here to see the changes made to 23rd July 2004 XQuery 1.0 Working Draft.)
Type: XQuery #Views: 1240 Category: Article
Web site puts XQuery coders in the zone
Everybody needs a home and now programmers working with XQuery have one on the Web. The xq:zone (http://xqzone.marklogic.com/) is sponsored by Mark Logic Corp., a San Mateo, Calif.-based developer of a database product for disparate content that makes extensive use of XQuery. The xq:zone is intended to provide help for developers working with the W3C standard for querying collections of XML data, including unstructured data, said Jason Hunter, lead applications engineer and XQuery guru at Mark Logic.
Type: XQuery #Views: 982 Category: Article
Essential XQuery - The XML Query Language
XQuery or XML Query Language is a W3C specification (http://www.w3.org/TR/xquery) designed to provide a flexible and standardized way of searching through (semi-structured) data that is either physically stored as XML or virtualized as XML (such as XML Views over relational data). To give you an analogy, SQL is used to query relational data, XQuery is a standard language for querying XML data. In addition, XQuery also allows general processing of XML (such as creating nodes). Currently in the last call working draft status, the W3C XQuery specification will hopefully get the recommendation status this year. This article is an introduction to XQuery language. It is based on November 2003 working draft.
Type: XQuery #Views: 512 Category: Article
XQuery, the Query Language of the Future
XQuery 1.0 still has to reach W3C Recommendation status, but the available implementations and technology previews show that it is a very potent query language.
Type: XQuery #Views: 518 Category: Article
At TechEd: SQL Server to gain encryption, XQuery support
At Microsoft TechEd 2004 in San Diego, Microsoft provided further details on its upcoming database release now known as SQL Server 2005 (formerly code-named “Yukon”). The software will natively support Web services, XML and encryption.
Type: XQuery #Views: 450 Category: Article
Influences on the Design of XQuery
Though XQuery is still a young language, it is important to look at the design choices of XQuery and find out the major influences on that design.
Type: XQuery #Views: 355 Category: Article
XQuery Language Expressions
When you combine XML with URLs, great things happen. These two factors together make the endpoints of a transaction transparent to the kind of technologies that are on the other ends. However, this transparency can break down in the presence of databases. XQuery was proposed as a solution to this conundrum. Kurt Cagle looks at the structure and language of XQuery.
Type: XQuery #Views: 385 Category: Article
Navigation in XQuery
This chapter explores how XQuery provides a litany of navigation expressions. It is designed to be a language in which queries are concise and easily understood. It is also flexible enough to query a broad spectrum of XML information sources, including both databases and documents.
Type: XQuery #Views: 350 Category: Article
XQuery Language Expressions
When you combine XML, which is essentially an open data format independent of any specific data-formatting language, with a universal addressing mechanism such as URLs, great things happen. These two factors together make the endpoints of a transaction transparent to the kind of technologies that are on the other ends.
Type: XQuery #Views: 528 Category: Article
XML Query and the Next Generation Web
Anyone who has ever done a search query on the Internet is familiar with the phenomenon in which a single query pulls up more than a million possible search matches. This has to do with the fact that information is ultimately not linear, but rather is linked and interrelated in ways that can't be quantified easily through text searches.
Type: XQuery #Views: 286 Category: Article
Querying XML Data with XQuery, Part 2
In Part 1 we examined what XQuery is and saw some example XQuery syntax. In particular, we examined the FLWR expression. In this final part we'll look at Microsoft's .NET XQuery engine, and how to start using XQuery in ASP.NET today.
Type: XQuery #Views: 363 Category: Article
What is XQuery?
XQuery borrows path expressions from XPath. XQuery can be viewed as a generalization of XPath. Except for some obscure forms (mostly unusual "axis specifiers"), all XPath expressions are also XQuery expressions. For this reason the XPath specification is also being revised by the XQuery committee, with the plan that XQuery 1.0 and XPath 2.0 will be released about the same time.
Type: XQuery #Views: 354 Category: Article
Generating XML and HTML using XQuery
XQuery is often described as a query language for processing XML databases. But it's also a very nice language for generating XML and HTML, including web pages. In this article we will look at XQuery from this angle.
Type: XQuery #Views: 281 Category: Article
Locate XML data with XQuery
Finding specific information contained in an XML document can be a challenge. However, XQuery can save you valuable time when searching XML documents. Review the essentials of this W3C specification in this introduction.
Type: XQuery #Views: 321 Category: Article
X Is for Xquery: Part 2
One of the more fun and readily available ways to experiment with XQuery is to extract data from some of the XML data files that applications have left on your hard drive. For example, Apple uses XML frequently as a file format. The new Apple presentation tool Keynote stores its presentation files as XML; this opens up the exciting opportunity to data-mine existing presentations and auto-generate new presentations. XQuery comes in handy on both fronts. For my demonstration, I'll use a hypothetical (and somewhat simplified) Apple iTunes data file shown in Listing 3. This file stores the internal representation of an iTunes music library.
Type: XQuery #Views: 339 Category: Article
Interactive Web Applications with XQuery
In this installment of Practical XQuery I continue to discuss practical uses of XQuery, focusing this time on interactive web page generation. The sample application will display a list of books; based on user input, it will also display detailed information about the selected title.
Type: XQuery #Views: 243 Category: Article
XQuery Implementation
XQuery has earned a reputation for being for one of the most cautiously developed and, therefore, slowest evolving W3C standards. A key reason is that there is little industry experience in the retrieval of information stored in XML. Many companies are still innovating in this field and are generating a good deal of empirical information that has to be processed and distilled before a satisfactory level of comfort with the XML querying problem is achieved.
Type: XQuery #Views: 347 Category: Article
Introduction to XQuery (Part 2 of 4)
The XQuery data model recognizes seven types of nodes. Learn how to take advantage of the data model in XQuery expressions.
Type: XQuery #Views: 270 Category: Article
Introduction to XQuery (Part 1 of 4)
XML blurs the distinctions between databases, documents, and messages, but it needs a powerful and elegant query language to reach its full potential. XPath does not go far enough. XQuery intends to be that language.
Type: XQuery #Views: 242 Category: Article
Prev
Next
1
2
3
4
Featured Products
Fans of "The Office"
Dwight Bobbleheads are here!
“It's me! I'm the bobblehead! Yes!”
Advertise on XMLPitstop
Our Sponsors
Advertise on XMLPitstop
Partners
Friends
EggHead Cafe
Web Servicee development
DotNetSlackers
Brother compatible cartridges
audio conference
halloween mask
optimum triple play
chicago web design
Alojamiento Web
Web Hosting
Acti IP Security Cameras
Calvin klein sunglasses
Video Surveillance
Skype vs. sipcall
Statistics
3,614 Total Members
116 members(last 30 days)
7 members(last 7 days)
1 members(today)
1,935 Total Discussions
6 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)
47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)
8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)
14,080 Total Resources
0 Resources(last 30 days)
0 Resources(last 7 days)
0 Resources(today)
David Silverlight's XMLPitstop.com
| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139