@designliquido/xpath
    Preparing search index...

    Function toString1_0

    • Converts a value to a string using XPath 1.0 rules (Appendix I.2).

      XPath 1.0 string conversion rules:

      • String: as-is
      • Number: use fn:string() rules (format as string)
      • Boolean: 'true' or 'false'
      • Node-set: string value of first node in document order
      • Empty sequence: empty string

      Parameters

      • value: any

        The value to convert

      Returns string

      String result