Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Author: k A

    This author has written 777 articles
    1. Home>
    2. k A>
    3. Page 50

    XQuery – avg Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The avg function is used to get the average of total items present in a sequence. Syntax avg($seq as item()*) Input Parameters $seq − provided sequence. A sequence can contain 0 or more…

    Continue ReadingXQuery – avg Function

    XQuery – sum Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The sum function is used to get the sum of total items present in a sequence. Syntax sum($seq as item()*) Input Parameters $seq − provided sequence. Sequence can contain 0 or more items.…

    Continue ReadingXQuery – sum Function

    XQuery – count Function

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:1 Comment

    The count function is used to count the total items present in a sequence. Syntax count($seq as item()*) Input Parameters $seq − provided sequence. Sequence can contain 0 or more items. Example XQuery…

    Continue ReadingXQuery – count Function

    XQuery – Sequence Functions

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    The following table lists the commonly used sequence functions provided by XQuery. Sr.NoName & Description1count Function Counts the items in a sequence.2sum Function Returns the sum of the items in…

    Continue ReadingXQuery – Sequence Functions

    XQuery – Sequences

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    Sequences represent an ordered collection of items where items can be of similar or of different types. Creating a Sequence Sequences are created using parenthesis with strings inside quotes or…

    Continue ReadingXQuery – Sequences

    XQuery – XPath

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    XQuery is XPath compliant. It uses XPath expressions to restrict the search results on XML collections. For more details on how to use XPath, see our XPathOverview Recall the following XPath…

    Continue ReadingXQuery – XPath

    XQuery – HTML Format

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    XQuery can also be easily used to transform an XML document into an HTML page. Take a look at the following example to understand how XQuery does it. Example We…

    Continue ReadingXQuery – HTML Format

    XQuery – FLWOR

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    FLWOR is an acronym that stands for "For, Let, Where, Order by, Return". The following list shows what they account for in a FLWOR expression − F - For - Selects…

    Continue ReadingXQuery – FLWOR

    XQuery – First Application

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:0 Comments

    Example Following is a sample XML document containing the records of a bookstore of various books. books.xml <?xml version="1.0" encoding="UTF-8"?> <books> <book category="JAVA"> <title lang="en">Learn Java in 24 Hours</title> <author>Robert</author>…

    Continue ReadingXQuery – First Application

    XQuery – Environment Setup

    • Post author:k A
    • Post published:August 20, 2021
    • Post category:XQuery
    • Post comments:19 Comments

    This chapter elaborates how to set up XQuery library in a local development environment. We are using an open source standalone XQuery processor Saxon Home Edition (Saxon-HE) which is widely…

    Continue ReadingXQuery – Environment Setup
    • Go to the previous page
    • 1
    • …
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • 53
    • …
    • 78
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP