Trees | Index | Help |
---|
Package Bio :: Package Medline :: Module nlmmedline_010319_format |
|
A Martel format to parse the NLM's XML format for Medline.
http://www.nlm.nih.gov/databases/dtd/nlmmedline_010319.dtd http://www.nlm.nih.gov/databases/dtd/nlmmedlinecitation_010319.dtd http://www.nlm.nih.gov/databases/dtd/nlmcommon_010319.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) |
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:01 2007 | http://epydoc.sf.net |