XSLT has added xsl:try: ``` <xsl:try> ...statements... <xsl:catch errors="..."> ...statements... </xsl:catch> </xsl:try> ``` I wonder if we should consider removing the `p:group` in `p:try`
XSLT has added xsl:try:
I wonder if we should consider removing the
p:groupinp:try