On 7 Mar 2002 at 17:50, Mathias Kratzer wrote:

> While calling Wget 1.5.2 by
> 
>   wget -F -O 69_4_522_Ref.res -i 69_4_522_Ref.mrq
> 
> on the attached file "69_4_522_Ref.mrq" has worked very well I am left
> with the error message 
> 
>   No URLs found in 69_4_522_Ref.mrq 
> 
> whenever I try the same command using Wget 1.7. Even embedding the
> content of "69_4_522_Ref.mrq" into a HTML4 frame (i.e. DOCTYPE-header,
> html-, head- and body-tags) did not help.
> 
> Can you tell me what I am doing wrong?

The file 69_4_522_Ref.mrq contains several lines of the form:

  <a href="url"/a>

which looks pretty invalid to me. Perhaps you need to change them
to:

  <a href="url"/>     (XML format)

or:

  <a href="url"></a>  (SGML format)

Reply via email to