Questions tagged [xml]

Extensible Markup Language - a set of rules for encoding documents in machine-readable form.

12 questions
2
votes
2 answers

Parsing JSON, XML or CSV with IFTTT?

I'd like to create an IFTTT action that allows triggers based upon a certain electricity price threshold. This Xively feed can return the current price in either JSON, XML, or CSV formats. Xively's API reference is here. Is there any IFTTT…
glenviewjeff
  • 1,088
  • 2
  • 11
  • 27
2
votes
1 answer

Fetching category based XML Feeds

I am working on a web app for which I have to fetch RSS feeds for a specific website. Initially I was using Yahoo pipes but later on I found Yahoo pipes can not filter feeds as per categories. So instead, searched for how to get specific…
CodeMonkey
  • 270
  • 2
  • 9
2
votes
1 answer

How export a spreadsheet as XML?

How can I export a simple spreadsheet, consisting of a single column of data, as XML? Exporting as CSV is leading to other problems, so turning to XML as a workaround.
Thufir
  • 716
  • 3
  • 13
  • 30
1
vote
1 answer

IMPORTXML Google Spreadsheet Amazon review numbers

I am making a spreadsheet which requires me to have the number of amazon reviews of a product. I looked up how to dynamically update the reviews as more came in and came across the IMPORTXML formula. In this specific example I can not find out how…
Isaac Brekke
  • 105
  • 2
  • 8
1
vote
0 answers

edX numerical input error "Sorry couldn't parse formula" when using inequalities

I am trying to create a question on edX Studio where the answer is an inequality. As far as I understand edX used the Mathjax library for which \ge or ≥ represent the ≥ symbol. I can use \ge in the question and it is displayed properly.

Enter…

nicholaschris
  • 188
  • 2
  • 10
1
vote
1 answer

If This Then That (IFTTT) preserve whitespace RSS feed

Can anyone help me out with a method to preserve white space/line breaks in an RSS-feed-to-email IFTTT task? I have tried using xml:space="preserve", ]]> and just plain
but when I use any of these methods, it seems to break the…
Chris
  • 27
  • 1
1
vote
0 answers

How to get Google search results in a simpler format?

Google search requires a JS enabled web browser to display the results. But I want a simple XML or JSON format, so my app can parse it. I looked into Web Search API but it is deprecated. I looked into Custom Search API but it only returns results…
Jader Dias
  • 3,374
  • 9
  • 35
  • 43
1
vote
0 answers

How to fill complex shapes within its border?

I just made this shape by combining a rectangle and numerous arcs together. I finally grouped them to create this one complex shape. The only trouble I'm having is filling the object. Whenever I try to fill it, this seems to happen. The second below…
CuriousCat
  • 11
  • 1
1
vote
1 answer

Unable to importxml from this URL

I am trying to fetch url using =importxml in Google Sheets, but getting error message, could not connect to url. He is the formula which I am…
Rohu
  • 11
  • 2
0
votes
2 answers

Google Sheets importxml() can't fetch from eoddata.com

I'm trying to fetch a piece of data using importxml() but it just fails with "Loading..." and never resolves. Other pages have no such problem at all, just this one and I don't know why. Here is the formula that doesn't…
JVC
  • 1,286
  • 7
  • 18
  • 35
0
votes
1 answer

Google Spreadsheet IMPORTXML problem to extract from a web page

I'm trying to extract the "Comestibilité" and "Remarques" parts from a page using IMPORTXML in my Google Spreadsheet but I just can't get to them, they are generated by JavaScript but I cannot figure out how get those tags in IMPORTXML results. Any…
Joe Vanni
  • 13
  • 2
  • 4
-1
votes
1 answer

How should I go about populating a Google Sheet with website metadata?

I am creating a table in Google Sheets that will allow me to aggregate various metrics that are relevant for a web-based company. The website has about 3000 pages, most of which are 1000+ word blogs. So far, I am able to pull Analytics data just…
Padre PO
  • 1
  • 2