Closed ndw closed 3 weeks ago
I think the intent of the test is that the empty string in:
override-content-types="[['', 'application/xml']]"
is invalid. But I don't think that's the case. <xsl:sequence select="matches('path/to/entry', '')"/> returns true.
<xsl:sequence select="matches('path/to/entry', '')"/>
The prohibition on matching zero-length strings is in fn:replace not fn:matches.
fn:replace
fn:matches
Or am I misunderstanding the test entirely?
ab-override-content-types-015 seems to be the same test for p:unarchive
ab-override-content-types-015
p:unarchive
I think the intent of the test is that the empty string in:
is invalid. But I don't think that's the case.
<xsl:sequence select="matches('path/to/entry', '')"/>
returns true.The prohibition on matching zero-length strings is in
fn:replace
notfn:matches
.Or am I misunderstanding the test entirely?