You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by or...@sify.com on 2005/09/01 07:49:01 UTC

Re: serializing external sites

if i try this

<map:match pattern="sify">
    <map:generate src="http://www.sify.com" />
    <map:serialize type="xhtml"/>
    </map:match>

i get the error:

Open quote is expected for attribute "name" associated with an element type "meta"

what is the cause for this error?

regards
smith

Antwort: Re: serializing external sites

Posted by ho...@armacell.com.
Apparently, the delivered result is not XHTML but simply HTML, probably 
there's something like

<meta ... name=abc> in the page which is non-XML.

You can try this:

http://cocoon.apache.org/2.1/userdocs/generators/html-generator.html

to convert your HTML to XHTML using JTidy.

Regards
Holger

users-return-81982-holger.willenborg=armacell.com@cocoon.apache.org 
schrieb am 01.09.2005 07:49:01:

> if i try this
> 
> 
>     src="http://www.sify.com" />
> 
> i get the error:
> 
> Open quote is expected for attribute
> "name" associated with an element type "meta"
> 
> what is the cause for
> this error?
> 
> regards
> smith