Page 1 of 1

Autocomplete of xsl:merge

Posted: Wed Sep 09, 2015 9:06 pm
by whyme
A few bugs:

When <xsl:merge> is autocompleted an invalid <xsl:merge-input> is inserted as an intermediary between <xsl:merge> and <xsl:merge-key>.

When adding attributes to <xsl:merge-source> @for-each is offered as a false option. It seems that it should be replaced by @for-each-item and @for-each-stream.

The value of @for-each-item/-stream is not color coded the way @select is.

Re: Autocomplete of xsl:merge

Posted: Thu Sep 10, 2015 8:37 pm
by adrian
Hi,

The schema that Oxygen uses for XSLT 3.0 content completion needs an update.
I will return with a patch shortly.

Regards,
Adrian

Re: Autocomplete of xsl:merge

Posted: Fri Sep 11, 2015 6:18 pm
by adrian
Hi,

Here's the patch that addresses the content completion issues with xsl:merge in XSLT 3.0: patchXSLT3_0.zip
Download, unpack this zip and copy or move the extracted "endorsed" folder to the Oxygen/lib folder. Restart Oxygen.

This does not address the color coding in the value of @for-each-item/-stream. That requires a different kind of implementation and remains for a future version of Oxygen.

Regards,
Adrian