mirror of
https://github.com/alexandrev/xslt-lab.git
synced 2026-09-16 18:23:16 +00:00
c31e3b27f8
- hoverTooltip: hovering any xsl:element or xpath function shows description, version badge, argument signature, and "Full docs" link (300ms delay, above cursor) - Attribute completion: pass full ElementSpec[] schema to xml() via completeFromSchema(); covers all major xsl:* attributes with enum values where applicable (yes/no, validation modes, output methods…) - Context-aware sources: custom source skips AttributeName nodes so attribute completion from the schema takes over cleanly - ELEMENT_ATTRS map added to xsltCompletions.js: ~40 elements with their full attribute sets, filtered by active XSLT version Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>