xmlToText #6

Closed
opened 2022-03-07 15:22:59 +00:00 by apb · 0 comments
Owner

Description

"command": "basexTools.xmlToText"
<foo @aa="14"></foo>
becomes
&amp;lt;foo @aa=&quot;14&quot;&amp;gt;&amp;lt;/foo&amp;gt;
should be
&lt;foo @aa=&quot;14&quot;&gt;&lt;/foo&gt;

Extension Version
0.0.47

VS Code Version
4.1.0
Operating System
docker

**Description** "command": "basexTools.xmlToText" `<foo @aa="14"></foo>` becomes `&amp;lt;foo @aa=&quot;14&quot;&amp;gt;&amp;lt;/foo&amp;gt;` should be `&lt;foo @aa=&quot;14&quot;&gt;&lt;/foo&gt;` **Extension Version** 0.0.47 **VS Code Version** 4.1.0 **Operating System** docker
apb referenced this issue from a commit 2022-03-07 16:37:45 +00:00
apb closed this issue 2022-03-07 17:29:26 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: apb/vscode-basex#6
No description provided.