fileio/
mg_xml_browser.pro
xml, fileio
includes main-level program MG_XML_BROWSER
is a widget program to browse the contents of an XML file
(either a local file or an URL).
Examples
Both local files and URLs can be accessed. For example, to load an example XML file that comes with IDL, do:
planets = filepath('planets.xml', subdir=['examples', 'data'])
mg_xml_browser, planets
To browse an XML file from the Internet, try:
url = 'http://michaelgalloy.com/feed'
mg_xml_browser, url, /url
Author information
- Author
Michael Galloy
Class description for mg_xml_browser_parser
Inheritance
- IDLFFXMLSAX
Properties
Properties in mg_xml_browser_parser
- root init
Routines
File attributes
Modification date: | Wed May 14 15:07:14 2014 |
Lines: | 104 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.