| Trees | Index | Help |
|---|
| Package Bio :: Package Medline :: Module nlmmedline_011101_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_011101.dtd http://www.nlm.nih.gov/databases/dtd/nlmmedlinecitation_011101.dtd http://www.nlm.nih.gov/databases/dtd/nlmcommon_011101.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) | |
_end_elem(element)
| |
_start_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. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:00 2007 | http://epydoc.sf.net |