Open ghost opened 5 years ago
Please could you elaborate on
What sometimes helps is to write as a use case:
As a x i’d Like to have y so I can do z.
@dizzzz in my opinion, the minimum XSLT support should include:
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
shows the following error:
error found while executing expression: org.exist.xquery.XPathException: err:XPST0003 unexpected token: xmlns [at line 6, column 17]
Use cases: As a developer, I'd like to be able to fold/expand nodes in XSLT documents As a developer, I'd like to run Function doc using "F1" shortcut in XSLT documents As a developer, I'd like both .xsl and .xslt files to be automatically detected as XSLT documents As a developer, I'd like to see only relevant error in XSLT documents
@lagivan See my PR #212 which at least treats XSLT as XML files. I like your other ideas for enhancing XSLT support in eXide. I'd welcome such a contribution!
@lagivan commented on Aug 12, 2014, 2:05 PM UTC:
It'd be very helpful to have XSLT file type supported in eXide, plus:
This issue was moved by duncdrum from eXist-db/exist#292.