RE: [xsl] Transforming/trimming text in XSLT 2.02006-07-04 10:55:38Basically I am looking for a way to capture all the text that appears after the last colon. replace($in, ':([^:]*)$', '$1') Michael Kay http://www.saxonica.com/ --~------------------------------------------------------------------ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/ or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com> --~--
|
|