RE: problems parsing xml from a foreign source in c2.0.0

2002-03-07 Thread Vadim Gritsenko
> From: Donald Ball [mailto:[EMAIL PROTECTED]] > > On Fri, 8 Mar 2002, Jeff Turner wrote: > > > As a quick and dirty fix, you might want to try the SGML Open Catalog > > support that David Crossley added. That way you could map "-//NLM//DTD > > QueryResult, 22 Jan 2002//EN" to either the remote

Re: problems parsing xml from a foreign source in c2.0.0

2002-03-07 Thread Donald Ball
On Fri, 8 Mar 2002, Jeff Turner wrote: > As a quick and dirty fix, you might want to try the SGML Open Catalog > support that David Crossley added. That way you could map "-//NLM//DTD > QueryResult, 22 Jan 2002//EN" to either the remote URL, or a local file > (faster). thanks for the tip. i'd al

Re: problems parsing xml from a foreign source in c2.0.0

2002-03-07 Thread Jeff Turner
Hi Donald, As a quick and dirty fix, you might want to try the SGML Open Catalog support that David Crossley added. That way you could map "-//NLM//DTD QueryResult, 22 Jan 2002//EN" to either the remote URL, or a local file (faster). --Jeff On Thu, Mar 07, 2002 at 12:29:43AM -0500, Donald Ball

Re: problems parsing xml from a foreign source in c2.0.0

2002-03-06 Thread Donald Ball
On Thu, 7 Mar 2002, Nicola Ken Barozzi wrote: > > tried to figure out how to disable validation to ignore > > the issue completely. well, it seems that in c2.0.0, you cannot configure > > the parser's validation behavior in the cocoon.xconf file. i looked in the > > source for JaxpParser, and wa

Re: problems parsing xml from a foreign source in c2.0.0

2002-03-06 Thread Nicola Ken Barozzi
From: "Donald Ball" <[EMAIL PROTECTED]> > tried to figure out how to disable validation to ignore > the issue completely. well, it seems that in c2.0.0, you cannot configure > the parser's validation behavior in the cocoon.xconf file. i looked in the > source for JaxpParser, and was surprised to

problems parsing xml from a foreign source in c2.0.0

2002-03-06 Thread Donald Ball
hey guys. i'm trying to retrieve some xml content over http to begin one of my pipelines: /nlm/query?author=Smith http://www.ncbi.nlm.nih.gov/entrez/utils/pmqty.fcgi?db=PubMed&mode=XML&dispmax=999&term={1}[au]"/> the xml returned from the nih server will begin like so: unf