Re: serializing external sites

2005-09-01 Thread orosmith
if i try this i get the error: Open quote is expected for attribute"name" associated with an element type "meta" what is the cause forthis error? regards smith

Antwort: Re: serializing external sites

2005-09-01 Thread holger . willenborg
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

serializing external sites

2005-08-31 Thread orosmith
Is it possible to serialize external sites. Can i do something like where xyz.com is an external site.

Re: serializing external sites

2005-08-31 Thread Jorg Heymans
[EMAIL PROTECTED] wrote: Is it possible to serialize external sites. Use the filegenerator for this : http://cocoon.apache.org/2.1/userdocs/generators/file-generator.html Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED]