Case Sensitivity with X-Path Predicates in FrontPage 2003 - help!

J

Jumato

I am working on a data driven website using Sharepoint Services, I have
implemented a Webform with 7 fields which can be used to Query an XML
document. The 7 field pass their contents through the visually programmmed
Web Part Connection to the XML Web Part. My problem is that these parameters
are case sensitive, and the advanced dialog window under Filter Criteria does
not seem to accept fn:upper-case as a Valid X-Path function. What is was
trying was:
[contains(fn:upper-case(Author),fn:upper-case($Author))] to get around the
case sensitivity. Where Author is the child of Library, and $Author refers to
the parameter that the webform passes to this statement through the
connection. Becuase the following works:
[contains(Author,$Author)]
I'm stumped... please help....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top