101 lines
3.7 KiB
HTML
101 lines
3.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Utilities-announce] NCBI ESearch change
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:utilities-announce%40ncbi.nlm.nih.gov?Subject=%5BUtilities-announce%5D%20NCBI%20ESearch%20change&In-Reply-To=">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
|
|
<LINK REL="Next" HREF="000029.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Utilities-announce] NCBI ESearch change</H1>
|
|
<!--htdig_noindex-->
|
|
<B>utilities-announce at ncbi.nlm.nih.gov</B>
|
|
<A HREF="mailto:utilities-announce%40ncbi.nlm.nih.gov?Subject=%5BUtilities-announce%5D%20NCBI%20ESearch%20change&In-Reply-To="
|
|
TITLE="[Utilities-announce] NCBI ESearch change">utilities-announce at ncbi.nlm.nih.gov
|
|
</A><BR>
|
|
<I>Mon May 3 14:37:16 EDT 2004</I>
|
|
<P><UL>
|
|
|
|
<LI>Next message: <A HREF="000029.html">[Utilities-announce] NCBI PowerScripting
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#28">[ date ]</a>
|
|
<a href="thread.html#28">[ thread ]</a>
|
|
<a href="subject.html#28">[ subject ]</a>
|
|
<a href="author.html#28">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--/htdig_noindex-->
|
|
<!--beginarticle-->
|
|
<PRE>The XML output format for ESearch will soon change when a single term is
|
|
searched and it is not found in the database.
|
|
|
|
For example, the current XML output format when searching ddddcccc is:
|
|
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE eSearchResult PUBLIC "-//NLM//DTD eSearchResult, 11 May 2002//EN"
|
|
"<A HREF="http://www.ncbi.nlm.nih.gov/entrez/query/DTD/eSearch_020511.dtd"">http://www.ncbi.nlm.nih.gov/entrez/query/DTD/eSearch_020511.dtd"</A>>
|
|
<eSearchResult>
|
|
<ERROR>Can't run executor</ERROR>
|
|
<ErrorList>
|
|
<PhraseNotFound>ddddcccc</PhraseNotFound>
|
|
</ErrorList>
|
|
<WarningList>
|
|
<OutputMessage>No items found.</OutputMessage>
|
|
</WarningList>
|
|
</eSearchResult>
|
|
|
|
|
|
The new XML output format will change to:
|
|
|
|
<?xml version="1.0"?>
|
|
<!DOCTYPE eSearchResult PUBLIC "-//NLM//DTD eSearchResult, 11 May 2002//EN"
|
|
"<A HREF="http://www.ncbi.nlm.nih.gov/entrez/query/DTD/eSearch_020511.dtd"">http://www.ncbi.nlm.nih.gov/entrez/query/DTD/eSearch_020511.dtd"</A>>
|
|
<eSearchResult>
|
|
<Count>0</Count>
|
|
<RetMax>0</RetMax>
|
|
<RetStart>0</RetStart>
|
|
<IdList>
|
|
</IdList>
|
|
<TranslationSet>
|
|
</TranslationSet>
|
|
<ErrorList>
|
|
<PhraseNotFound>ddddcccc</PhraseNotFound>
|
|
</ErrorList>
|
|
<WarningList>
|
|
<OutputMessage>No items found.</OutputMessage>
|
|
</WarningList>
|
|
</eSearchResult>
|
|
|
|
Please send your E-Utilities questions to <A HREF="http://www.ncbi.nlm.nih.gov/mailman/listinfo/utilities-announce">eutilities at ncbi.nlm.nih.gov.</A>
|
|
|
|
Regards,
|
|
The PubMed Team
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<!--htdig_noindex-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
|
|
<LI>Next message: <A HREF="000029.html">[Utilities-announce] NCBI PowerScripting
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#28">[ date ]</a>
|
|
<a href="thread.html#28">[ thread ]</a>
|
|
<a href="subject.html#28">[ subject ]</a>
|
|
<a href="author.html#28">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/utilities-announce">More information about the Utilities-announce
|
|
mailing list</a><br>
|
|
<!--/htdig_noindex-->
|
|
</body></html>
|