Hello,

why I parse xml (or html) on frontned. If I compile module which import 
_xmldomparser_
    
    
    # main.nim
    
    from xmldomparser import loadXML
    
    ...
    
    
    
     Run

and compile it into javascript

_nim js main.nim_

I get this error

**~ /.nimble/pkgs/xmldomparser-0.1.0/xmldomparser.nim(145, 11) Error: 
undeclared identifier: 'newStringStream'**

thanks

Reply via email to