Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
This callback function is called for each element declaration: <!ELEMENT name (...)> encountered in a DTD. The purpose of this function is to determine whether this element should be regarded as a string, integer, list dictionary, structure, or error. |
The purpose of this function is to load the DTD locally, instead of downloading it from the URL specified in the XML. Using the local DTD results in much faster parsing. If the DTD is not found locally, we try to download it. In practice, this may fail though, if the XML relies on many interrelated DTDs. If new DTDs appear, putting them in Bio/Entrez/DTDs will allow the parser to see them. |
This function is only needed if the XML does not specify a DTD. As far as I can tell, this only occurs for EFetch results from the Journals database. Use a hand-written set of definitions instead. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 15 09:26:34 2008 | http://epydoc.sourceforge.net |