Sublime Forum

XML Completion

#1

XML Completion: closing tag for XML elements; (not realised)

XML Attributes completion for predefined attributes: version, encoding, standalone, id, type, src, href; (not realised)

xml-stylesheet format completion; (not realised).

0 Likes

#2

DTD Completion should include completion for the building blocks of XML documents (Elements, Attributes, Entities):
external and internal DTD DOCTYPE declaration format completion;
DTD ELEMENT declaration format completion, followed by Category (Element-Content) completion;
DTD ATTLIST declaration format completion, followed by Attribute-Name completion, followed by Attribute-Type completion and followed by Default-Value completion;
DTD ENTITY declaration format completion.

0 Likes

#3

XSL Completion should include:
XSLT Element format completion (xsl:apply-imports, xsl:apply-templates, xsl:attribute, xsl:attribute-set, xsl:call-template, xsl:choose, xsl:comment, xsl:copy, xsl:copy-of, xsl:decimal-format, xsl:element, xsl:fallback, xsl:for-each, xsl:if, xsl:import, xsl:include, xsl:key, xsl:message, xsl:namespace-alias, xsl:number, xsl:otherwise, xsl:output, xsl:param, xsl:preserve-space, xsl:processing-instruction, xsl:sort, xsl:strip-space, xsl:stylesheet, xsl:template, xsl:text, xsl:transform, xsl:value-of, xsl:variable, xsl:when, xsl:with-param).
XSLT Function format completion.

0 Likes