Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] open HTML entities

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Rusty Harold <elharo AT metalab.unc.edu>
  • To: Diego Campo <diego.campo AT properazzi.com>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] open HTML entities
  • Date: Tue, 15 Jan 2008 15:00:24 -0500

Diego Campo wrote:
Hi,
There are two sites are producing bad detail urls.

This detailurl (as it appears on the serp):

http://www.sucasita.es/search.cgi?wherefrom=web&amp;lang=D&amp;job=detail&amp;ref=CN-0072

is transformed to:

http://www.sucasita.es/search.cgi?wherefrom=web(=D&amp;job=detail&amp;ref=CN-0072

transforming the &amp;lang to &lang (correct) and then interpreting it
as a non-closed entity.


You haven't provided enough details to be certain, but it very much sounds like you have some badly constructed documents.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/




Archive powered by MHonArc 2.6.24.

Top of Page