Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics


Articles

 ADO.NET (24)  RDF (28)  WebService (223)  XMLHTTP (3)
 Database (26)  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,242

 


xquery Articles
Prev Next
1 2 3 4
 
Blue Titan and BEA join XQuery forces
Blue Titan Software Inc., San Francisco, and BEA Systems Inc., San Jose, Calif., this week disclosed a joint product marketing effort that officials at the two firms said calls for the vendors to combine XQuery technology with service-level controls.

Type: XQuery  #Views: 298  Category: Article    

What is XQuery?
The W3C is finalizing the XQuery specification, aiming for a final release in late 2002. XQuery is a powerful and convenient language designed for processing XML data. That means not only files in XML format, but also other data including databases whose structure -- nested, named trees with attributes -- is similar to XML.

Type: XQuery  #Views: 224  Category: Article    

Introduction to dbXML
In my recent XML.com article, Introduction to Native XML Databases, I provided a general overview of native XML databases and what they might be good for. In this article we'll take a look at a native XML database implementation, the open source dbXML Core.

Type: XQuery  #Views: 266  Category: Article    

JavaCC, parse trees, and the XQuery grammar, Part 1
After a brief discussion of grammars, parsers, and BNF, this article introduces JavaCC, a popular parser generator tool. You'll develop sample code that uses JavaCC to build a custom parser, starting from a BNF description of the grammar. Part 2 goes on to show how to use an auxilliary tool, JJTree, to build a parse tree representation of the same parse and how to walk that tree at runtime to recover its state information. The article concludes by developing sample code to build and walk a parse tree that you'll generate for a small portion of the XQuery grammar.

Type: XQuery  #Views: 325  Category: Article    

Users judge BEA’s XQuery play
Among bigger software players outside of the database realm, none has been faster off the block to promote XQuery than BEA Systems. The company forged a deal with and then bought XQuery software firm Enosys, maker of Liquid Data, and has brought aspects of that technology into its own suite ever since. All this is part of the company’s efforts to make integration a less-intensive task for developers. And just last month, BEA Systems announced the general availability of BEA Liquid Data for WebLogic 8.1.

Type: XQuery  #Views: 305  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: 223  Category: Article    

XQuery percolates
In some ways, querying XML documents is like going “back to the future” for anyone who remembers the days of hierarchical database management systems (DBMSs).

Type: XQuery  #Views: 286  Category: Article    

Get Ready for XQuery
XML Query Language will soon become the "SQL for XML." Be prepared for the next version of Microsoft SQL Server by using a preview of the Microsoft.Xml.XQuery classes.

Type: XQuery  #Views: 215  Category: Article    

Processing RSS
The goal of this article is to demonstrate the use of XQuery to accomplish a routine, yet interesting task; in particular, to render an HTML page that merges RSS news feeds from two different weblogs. RSS has earned its popularity by allowing people to easily share news among and between web sites. And for almost any programming language used on the Web, there is a good selection of libraries for consuming RSS.

Type: XQuery  #Views: 259  Category: Article    

Five Practical XQuery Applications
XQuery is still a relatively new and unfamiliar XML-based language, but it offers many possibilities for simplifying tasks that today are difficult or tedious. These five practical scenarios should give you ideas for leveraging XQuery in your own applications.

Type: XQuery  #Views: 236  Category: Article    

Writing XQuery Web Applications
In this article we will show to to write and install a very simple "web application" written in the XQuery language. We will also show you how errors are handled, and how you can debug them. Our application uses the servlet extension of Qexo (version 1.7 or later), a Free implementation of XQuery.

Type: XQuery  #Views: 283  Category: Article    

Introduction to XQuery (Part 3 of 4)
Learn how to use XQuery's FLWR (for, let where, and return) expressions to process and restructure data from one or more documents.

Type: XQuery  #Views: 256  Category: Article    

Querying XML Data with XQuery
Let's face it, one of the primary tasks we, as Web developers, are faced with is querying data from some data store and allowing users to view and/or manipulate the information via a Web interface. Typically, the data stores that we query from are traditional relational databases, like Microsoft SQL Server or Oracle. With relational databases, the de facto means for querying data is SQL. However, with the ever-continuing rise in the popularity of Web services, and the need for a platform-independent, Internet-transferable data representation format, XML data stores are becoming more and more popular. SQL was never designed for querying semi-structured data stores, and therefore is not suitable for querying XML data stores. (For more information on creating and using Web services in ASP.NET be sure to read: Creating and Consuming a Web Service. For more information on XML be sure to read the XML FAQ Category on ASPFAQs.com.)

Type: XQuery  #Views: 328  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: 245  Category: Article    

XQuery marks the spot
XML has emerged in only five years as a startlingly powerful means of handling data. It has also been accompanied by a slew of "X-centric" helper tools, APIs and standards such as XSLT, XPath and, of late, XQuery.

Type: XQuery  #Views: 264  Category: Article    

An early look at XQuery
This column looks at the current state of the XML Query (a.k.a. XQuery) working draft. Kevin Williams shows how to use the FLWR ("flower") clauses, introduces the distinct-values function (which lends itself to pivoting data relationships), and offers his assessment of how XQuery will affect data document manipulation. Code samples in XQuery and XML demonstrate the use of for, let, where, and return (FLWR) clauses.

Type: XQuery  #Views: 295  Category: Article    

Primer: XQuery 1.0
XQuery 1.0 is a language that allows users to search for and extract information from databases and documents. Here's how it works and who is using it.

Type: XQuery  #Views: 269  Category: Article    

Is XQuery an omni-tool?
We’ve all seen those commercials for some magic omni-tool that can screw, sand, carve and sharpen assorted objects, as well as remove stubborn grass stains. Most builders would scoff at the idea of replacing all of their specialized implements with an omni-tool, but is XML a different story? After all, with XQuery approaching recommendation status, one could argue that XML is about to get its very own omni-tool.

Type: XQuery  #Views: 305  Category: Article    

Influences on the design of XQuery
IBM's own XQuery pioneer Don Chamberlin discusses the emergence of the XQuery language -- specifically, the need for a query language for XML data, and the basic principles behind it. This excerpt is from Chapter 2 of the newly-released Addison-Wesley book XQuery from the Experts.

Type: XQuery  #Views: 281  Category: Article    

What the X is XQuery?
XQuery has been gaining momentum over the last year and looks like it will become a very important technology to server-side Java programmers, and probably all back-end programmers really. I've gotten into it big time over the last year and have found it fun and productive, and it's only getting better as the spec gets solidified and vendors start having robust implementations.

Type: XQuery  #Views: 210  Category: Article    

Prev Next
1 2 3 4


Fans of "The Office"
Dwight Bobbleheads are here!

  “It's me! I'm the bobblehead! Yes!”



Advertise on XMLPitstop

Advertise on XMLPitstop


EggHead Cafe
Web Servicee development
DotNetSlackers
Ink refills
web conferencing
email fax service
SPOC
chicago web design
Alojamiento de Web
Cheap Web Hosting
PTZ Controller
Donna karan sunglasses
Video Surveillance
VoIP Internettelefonie DE

3,822 Total Members
160 members(last 30 days)
4 members(last 7 days)
1 members(today)

1,937 Total Discussions
2 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,084 Total Resources
3 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