XPath Functions

Example usage:
  • Get the number of all a elements:
    count(//a)
  • Concatenate two strings:
    concat('http://foo.com/', @relative_url)
 
© Copyright 2004 Michael Kröll