X Tutup
The Wayback Machine - https://web.archive.org/web/20220513133346/https://github.com/topics/js2xml
Skip to content
#

js2xml

Here are 3 public repositories matching this topic...

CatchABus
CatchABus commented Jan 6, 2022

Description

It would be great if validator skipped certain expressions.

A case I noticed this could be useful is a framework that allows using javascript expressions as attribute values in XML.
The format is usually like this:

<tagName value="5" text="{{ isVisible && isEditable }}"/>
<tagName value="5" text="{{ array.length > 5 }}"/>

As you can see, there is the case of u

Improve this page

Add a description, image, and links to the js2xml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the js2xml topic, visit your repo's landing page and select "manage topics."

Learn more

X Tutup