Author Topic: xml/php gurus should look at this  (Read 358 times)

0 Members and 1 Guest are viewing this topic.

Offline DavideSheeleyTopic starter

  • Irregular
  • Posts: 7
    • View Profile
xml/php gurus should look at this
« on: March 12, 2010, 10:56:06 PM »
http://www.sec.gov/Archives/edgar/data/1288776/000119312510030774/0001193125-10-030774-index.htm

I'm looking at the xbrl files at the bottom of the page. I'm wondering if its possible to capture this data and use it in php. I don't know much about xml/xbrl and it seems to be different than xml

Offline Maq

  • Global Moderator
  • 'Insane!'
  • *
  • Posts: 11,004
  • Gender: Male
    • View Profile
    • Top Ecigs Reviews
Re: xml/php gurus should look at this
« Reply #1 on: March 13, 2010, 12:13:30 PM »
Look at DOM or simpleXML.
Electronic Cigarette Reviews - Smoking alternatives, find YOUR ecig!
ini_set ("display_errors""1");
error_reporting(E_ALL);

Offline DavideSheeleyTopic starter

  • Irregular
  • Posts: 7
    • View Profile
Re: xml/php gurus should look at this
« Reply #2 on: March 13, 2010, 11:59:34 PM »
I don't know what you mean by that in this instance. I've tried creating some basic xml document but didn't have much luck, but that could be because I don't know much about it