Package Bio :: Package Medline :: Module nlmmedline_031101_format
[show private | hide private]
[frames | no frames]

Module Bio.Medline.nlmmedline_031101_format

nlmmedline_xml_format.py

A Martel format to parse the NLM's XML format for Medline.

http://www.nlm.nih.gov/databases/dtd/nlmmedline_031101.dtd http://www.nlm.nih.gov/databases/dtd/nlmmedlinecitation_031101.dtd http://www.nlm.nih.gov/databases/dtd/nlmcommon_031101.dtd

Formats: citation_format Format for one MedlineCitation. format Format for a whole file.
Function Summary
  group_elem(element, expr, *attrs)
  simple_elem(element, *attrs)
simple_elem(element, *attrs)

Function Details

simple_elem(element, *attrs)

simple_elem(element, *attrs)

Create a Martel Expression in this module's namespace that will recognize an XML element in the form of: <element>data</element>

The whole element must be on a single line. The Expression will be created in the module's namespace with the same name as the element.

Generated by Epydoc 2.1 on Wed Jan 31 09:59:43 2007 http://epydoc.sf.net