Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Mush Mushi
Sep 9, 2007
I have a bulky xml file, which is the source of my data for a react web app.

Is there a good way to render xml data with react that doesn’t involve converting the data to a JavaScript object or otherwise doing a whole bunch of processing work in the browser (eg, parsing the xml and translating tags and attributes into react elements)?

I have control over the data source, and I’ve already written a script to convert to json, so whether the backend delivers xml or json is up to me at this point…but I’m not a full time developer and want to make sure I’m not missing something fundamental about working with xml in react. I’m vaguely familiar with xslt, but I’m trying to do more than generate a static page that displays the data.

Adbot
ADBOT LOVES YOU

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply