mglib

Personal IDL library for M. Galloy

single page | use frames     summary     class     fields     routine details     file attributes

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
This should result in something like:

To browse an XML file from the Internet, try:

url = 'http://michaelgalloy.com/feed' mg_xml_browser, url, /url
This should result in something like:

Author information

Author

Michael Galloy

Class description for mg_xml_browser_parser

Inheritance

Properties

Properties in mg_xml_browser_parser

root init

Routines

top mg_xml_browser

mg_xml_browser, filename [, /url]

Start a widget program to browse an XML file.

Parameters

filename in required type=string

filename or URL to browse

Keywords

url in optional type=boolean

set to specify an URL instead of a local filename for the filename positional parameter

File attributes

Modification date: Wed May 14 15:07:14 2014
Lines: 104
Docformat: rst rst
Personal library of Michael Galloy
Contact me if you have enhancement requests or bug fixes.