|
Home > Online Product Documentation > Table of Contents > Manipulating Strings Manipulating StringsAfter you obtain a string, you might want to manipulate it and use the result in the query. This section describes functions that allow you to do this. It discusses the following topics: Concatenating Strings
To concatenate two or more strings, call the
The
Determining the Number of Characters in a String
To obtain the number of characters in a string, call the
The
Normalizing Strings
To strip leading and trailing white space from a string, call the
The
If there are consecutive internal spaces, the
Replacing Characters in Strings with Characters You Specify
To replace characters in a string with other characters, call the
The
Execution of this function returns
Execution of this function returns
If a character occurs more than once in the second argument string, the first occurrence determines the replacement character. If the third argument string is longer than the second argument string, the XPath processor ignores the excess characters. Converting Objects to Strings
In some situations, you might want to force a string comparison. The XPath processor performs a string comparison only when the operands are neither Boolean nor numeric values. If an operand is numeric or Boolean, call the
The
Node Sets
When the
Numbers
The
Boolean Values
The
Finding Strings That Start with a Particular String
To determine if a string starts with a particular string, specify the
This function returns
|
XML Operations
Using XML Pipeline it's easy to visually specify a series of XML operations to apply on your XML data, including parsing, validating, converting and transforming, according to the needs of your business application.
Building Workflow Applications with XML
Learn how to design custom XML workflow applications - from modeling your data and information processes, to capturing input from users in XML, and finally, generating useful queries and reports from the XML data -- using XSLT & XQuery technologies.
Java XML Parser
Stylus Studio's support for Java XML Parser is able to Validate XML Using any Java XML Parser, Edit, Debug, Profile and Map XSLT using any Java XSLT Processor, Create PDF files Using Apache FOP, hand have Support for Microsoft XML Parsers as well.
XML Parser
An XML Parser is a parser that is designed to read XML and create a way for programs to use XML. Learn about Stylus Studio's comprehensive support for all of the world's leading XML Parsers.