Tagged Questions
1
vote
1answer
269 views
Importing formatted, highlighted text from : HTML vs RTF vs. XML
We would like the ability to import and analyze ASCII documents that have been manually segmented by highlighting and changing font colors of various sections, eg:
The original line breaks, ...
6
votes
1answer
173 views
Converting XMLElement objects to plain text
Short version: How can I convert an XMLElement that represents part of a HTML document to plain text?
Long version: The more general problem is extracting ...
0
votes
1answer
79 views
Importing RSS to Notebook: How to get images instead of long ugly links?
This question on importing news headlines via a RSS feed reminded me of an old question I've been meaning to ask.
Past attempts at finding a use for Mathematica's RSS to Notebook capabilities were ...
6
votes
1answer
205 views
Import numeric values from XML
I am trying to import data from an XML file and then perform calculations on those numeric values. When I import the data the values seem to be stored as strings. I tried using a ToExpression ...
13
votes
3answers
422 views
How to scrape the headlines from New York Times and Wall Street Journal?
How to scrape headlines from New York Times, Wall Street Journal main pages to create datasets similar to this service?
Importing HTML from nyt.com (HTML4) results in a ...