Skip to content

Spurious Combinator error with default template  #95

@emarsden

Description

@emarsden

An XSL template that includes the following "pass-through" rule will generate a spurious Combinator error in xslt::from_document (using the sample code for the xrust:xslt module, simply with this added to the sample XSLT).

  <xsl:template match='@*|node()'>
    <xsl:copy>
      <xsl:apply-templates select='@*|node()'/>
    </xsl:copy>
  </xsl:template>

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions