Learn XML, XSLT, XPath with Tutorials & Samples


String Functions

  • Concat : How to concatenate multiple strings/numbers
  • Contains : How to check given text is in XML
  • Normalize Space : How to remove extra spaces
  • Starts With : How to test given text/character starts with XML Data
  • String : How to convert an object/number to a string
  • String Length : How to count the number of characters in the string
  • Substring : How to get specific part of a string
  • Substring After : How to get a part of a string which is after a given character
  • Substring Before : How to get a part of a string which is before a given character
  • Translate : How to converts letters between small and capital