Example 3  Example 5

Chapter 2: XML Services

Example 4

Both top-level and relative functions can use literals as parameters. For example:

select xmlextract( 'tolower("aBcD")' ,text_doc), 
    xmlextract( '/bookstore/book/tolower("aBcD")', text_doc)
from sample_docs where name_doc='bookstore' --------  ---------- abcd      abcd 




Copyright © 2004. Sybase Inc. All rights reserved. Example 5

View this book as PDF