This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: test if string contains an apostraphe



> Has anyone done anything like this?
That's why there is a FAQ list maintained:-)

The rule is the same in XPath as for XML attributes, to make a string
containing a ' you just need to use " to delimit it, so
contains(.,"'")
is the XPath you want. You then need to stick that in an XML attribute
so as for any string you have th echoice of delimiting the attribute
with " and quoting the " with eg " or delimiting the string with
' and quoting the ' as eg &apos.

It gets more interesting when you need both " and ' in the string.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]