js2xml icon indicating copy to clipboard operation
js2xml copied to clipboard

Convert Javascript code to an XML document

Results 4 js2xml issues
Sort by recently updated
recently updated
newest added

```python >>> js2xml.parse(r'var a = "\f";') Traceback (most recent call last): File "src/lxml/builder.py", line 175, in lxml.builder.ElementMaker.__init__.add_text File "src/lxml/etree.pyx", line 1165, in lxml.etree._Element.__getitem__ IndexError: list index out of range During...

bug

first of all thank you so much for creating such a great project I 'm facing an issue while trying to parse the attach js code. it throws an NoneType...

bug

Code in site works fine, seems to be a processing error: `_raise_syntax_error raise ECMASyntaxError(msg[len(tokens)].format(*tokens)) calmjs.parse.exceptions.ECMASyntaxError: Unexpected '>' at 47:133 between '=' at 47:132 and '{' at 47:135` Runs without processing...

bug

I’ve seen strings quoted with `, and web browser consoles seem to interpret them as valid quoting characters for strings, but js2xml considers them invalid characters. For example: ```javascript var...