xsl-list
[Top] [All Lists]

[xsl] Question on predicate patterns in XSLT 3.0

2016-09-03 06:21:52

When trying to use predicate patterns in XSLT 3.0 (https://www.w3.org/TR/xslt-30/#doc-xslt30-patterns-Pattern30) I was kind of astonished that

  .[predicate1][predicate2]

and

  .[predicate1 or predicate2]

are allowed while it is not allowed to form a union of two predicate patterns alike

  .[predicate1] | .[predicate2]

Why is a union of predicate patterns not allowed?
--~----------------------------------------------------------------
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
--~--

<Prev in Thread] Current Thread [Next in Thread>