• Skip to main content
  • Skip to search
  • Skip to select language
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. Web technology for developers
  2. EXSLT
  3. Strings (str)
  4. str:concat()
  • Change language

Table of contents

  • Syntax
  • Specifications

str:concat()

XSLT/XPath Reference: XSLT elements, EXSLT functions, XPath functions, XPath axes

str:concat() returns a string containing all the string values in a node-set concatenated together.

Syntax

str:concat(nodeSet)

Parameters

nodeSet

The node-set whose nodes' string values should be concatenated into one string.

Returns

A string whose value is all the string values of the nodes in nodeSet concatenated together. If nodeSet is empty, an empty string is returned.

Specifications

EXSLT - STR:CONCAT

Found a problem with this page?

  • Edit on GitHub
  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Oct 11, 2021, by MDN contributors

Change your language

Related Topics

  1. Common (exsl)
    1. Common (exsl)
    2. exsl:node-set()
    3. exsl:object-type()
  2. Math (math)
    1. Math (math)
    2. math:highest()
    3. math:lowest()
    4. math:max()
    5. math:min()
  3. Regular expressions (regexp)
    1. Regular expressions (regexp)
    2. regexp:match()
    3. regexp:replace()
    4. regexp:test()
  4. Sets (set)
    1. Sets (set)
    2. set:difference()
    3. set:distinct()
    4. set:has-same-node()
    5. set:intersection()
    6. set:leading()
    7. set:trailing()
  5. Strings (str)
    1. Strings (str)
    2. str:concat()
    3. str:split()
    4. str:tokenize()
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

  • MDN on Twitter
  • MDN on Github

Mozilla

  • Mozilla on Twitter
  • Mozilla on Instagram

© 2005-2022 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies