You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for sharing this greate library, but I have two problems:
Problem
If there's a : in the xml tag, I get the followin error:
Uncaught TypeError: Cannot read property 'Subscription' of null
at xmltojson (Own.html:22)
at onload (Own.html:42)
XML content is the following:
"ns:2flagsnu</ns:2flags>"
Problem
If there's a " instead of a ' I get the following error:
Uncaught SyntaxError: Unexpected number
XML content is the following:
""
Is there a way to fix this?
The text was updated successfully, but these errors were encountered:
Many thanks for sharing this greate library, but I have two problems:
Problem
If there's a : in the xml tag, I get the followin error:
Uncaught TypeError: Cannot read property 'Subscription' of null
at xmltojson (Own.html:22)
at onload (Own.html:42)
XML content is the following:
"ns:2flagsnu</ns:2flags>"
Problem
If there's a " instead of a ' I get the following error:
Uncaught SyntaxError: Unexpected number
XML content is the following:
""
Is there a way to fix this?
The text was updated successfully, but these errors were encountered: