All Questions
Tagged with xmljavascript
8 questions
-2votes
1answer
106views
Creating a promise based API, from a message based API
I'm building some software that behind the scenes needs to communicate with hardware via a "message" API, over a named pipe. For example, I can send this message: <?xml version="1.0&...
5votes
1answer
923views
Visitor pattern. Operating on the nodes of a tree
I am working with jQuery like elements from the cheerio library to manipulate SVG images. These objects represent XML nodes and have a hierarchical internal structure. I am writing a function (in ...
2votes
3answers
458views
Mapping different XML and CSV feeds
Not sure if this is the right venue to be asking this but here goes. A little background. I'm trying to build an ecommerce app that would allow sellers from other venues--like, amazon and newegg--to ...
-1votes
4answers
3kviews
What exactly is the meaning of "node" in Document Object Model (DOM)?
I've searched for the definition of a "node" in a programming language and I am still finding it hard to understand. Could anyone advice me in simple, layman's terms: What is a node?
11votes
4answers
7kviews
Should I parse XML on the server or provide a proxy and let the browser parse it?
I need to interface with a 3rd party API. With this API I make a GET request from within the end user's browser and receive an XML response. This data is to be used in a browser based application ...
0votes
1answer
498views
Building an organization-specific XML editor in HTML
I'm building a user friendly XML editor in HTML/JS. Looking for some general advice on how to build the editor UI and which approach you'd recommend on mapping the data to the UI. Details about the ...
1vote
1answer
668views
Javascript: Safely upload a client data file
I'm (still) working on a template-based XML editing program. It's a GUI-based XML editor that only allows users to add certain tags and attributes based off the requirements. You can see the current ...
7votes
9answers
4kviews
Is it worth Learning XML as a web developer when JSON is better for AJAX? [duplicate]
Is it worth Learning XML as a web developer when JSON is better for AJAX? or is it better to concentrate on JSON/Javascript for AJAX?