Skip to content

Attribute 'use' on xsl:context-item incorrectly marked as invalid #105

Closed
@jperterm

Description

@jperterm

When using the use attribute with xsl:context-item, it is highlighted as an error even though it is valid XSL. It seems like the starting quote is treated as value for use.

<xsl:template name="test">
        <xsl:context-item as="element()" use="optional"/>
        <xsl:copy-of select="current()"/>
</xsl:template>

grafik

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions