Tagged Questions
3
votes
3answers
727 views
Is xsl:sequence always non-empty?
I don't understand output from this stylesheet:
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
...