xsl-list
[Top] [All Lists]

Re: [xsl] analyze-string gotcha/reminder

2012-11-19 03:36:46
It's a case where even in retrospect, it's hard to see how we could have
avoided this problem in the language design. Perhaps two separate
attributes, regex and regex-avt.

or maybe a child element instead of an attribute:

<xsl:analyze-string>
  <xsl:regex>  ...  </xsl:regex>
  <xsl:matching-substring> ....
  <xsl:non-matching-substring> ....



-- 
Andrew Welch
http://andrewjwelch.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>
--~--