On 09.08.2016 17:48, Michele R Combs mrrothen(_at_)syr(_dot_)edu wrote:
The XML I'm given as input occasionally includes two consecutive
hyphens, which I need to test for and, if present, insert a line
break. However, two consecutive hyphens in a standard contains()
test of course throws an error:
<xsl:if test="contains(.,'--')">...
Which error do you get?
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--