Code Monkey home page Code Monkey logo

Comments (9)

herberthobregon avatar herberthobregon commented on May 30, 2024 6

just install npm i streamhttps://www.npmjs.com/package/stream

And works.

Update: I move to fast-xml-parser, when bundle with vitejs this lib doesn't work

from xml-js.

james-innes avatar james-innes commented on May 30, 2024 3

Please can this bulletin of the README be amended to reflect this issue as to not mislead anyone else?

Portable Code: Written purely in JavaScript which means it can be used in Node environment and browser environment (via bundlers like browserify/JSPM/Webpack).

from xml-js.

eczn avatar eczn commented on May 30, 2024 1

ooops, i found https://www.npmjs.com/package/react-native-xml2js to resolve my problem. 😂

from xml-js.

nashwaan avatar nashwaan commented on May 30, 2024

Thanks Vlad for this important feedback.
I based my assumption on this line on sax project "Designed with node in mind, but should work fine in the browser or other CommonJS implementations."
Any idea how to overcome this issue?

from xml-js.

vtrushin avatar vtrushin commented on May 30, 2024

You're welcome. And thank you for this project.
I use rollup for bundling, and have just found rollup-plugin-node-builtins to resove it. It replaces all node builtins. Maybe it's good solution, expect for Stream, that has really big implementation. But I think, that Stream's require can be ignored for replacing, because it's located in try/catch statement https://github.com/isaacs/sax-js/blob/master/lib/sax.js#L161-L166 and can work w/o it.

from xml-js.

nashwaan avatar nashwaan commented on May 30, 2024

These are great findings to share! Thanks.
I wonder if there is also a way I can require sax in a fully browser-compatible way so that I don't force the user to manually replace node built-ins.

from xml-js.

eczn avatar eczn commented on May 30, 2024

emmm, how about React Native bundling?
i have to decode xml on my React Native App, what should i do?

from xml-js.

hengkx avatar hengkx commented on May 30, 2024

any progress?

from xml-js.

SignDawn avatar SignDawn commented on May 30, 2024

@herberthobregon
this package is too old,could error。

from xml-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.