Trees | Index | Help |
---|
Package Bio :: Package Medline :: Module nlmmedline_001211_format |
|
A Martel format to parse the NLM's XML format for Medline.
http://www.nlm.nih.gov/databases/dtd/nlmmedline_001211.dtd http://www.nlm.nih.gov/databases/dtd/nlmmedlinecitation_001211.dtd http://www.nlm.nih.gov/databases/dtd/nlmcommon_001211.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 Mon Aug 27 16:43:41 2007 | http://epydoc.sf.net |