XMLWordPrintable

      Given the following CpsPath query:

      /bookstore/categories[@code="."]/books

      This query should return no books (assuming there is no category with code='.').

      Instead, many books are returned, as '.' acts as a wildcard matching any character. Similarly, other regex patterns can be inserted in the parent path list index, such as:

      /bookstore/categories[@code=".*"]/books

       

            danielhanrahan Daniel Hanrahan
            danielhanrahan Daniel Hanrahan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: