Anna,

I didn't pick up whether you have experimented with the fact that your pipeline 
begins with an HTML generator. You could build yourself a simple pipeline:

<map:match pattern="xxx">
  <map:generate type="html" src="xxxx"/>
  <map:serialize type="xml"/>
</map:match>

Use that to convert your source HTML into XML (file/save on your browser). Then 
try using that XML in XML spy. Does it still work?

The HTML generator does convert badly formatted HTML into correct HTML, so it 
can slightly change the structure of the document (it is based upon JTidy, which 
exists for that purpose).

Regards, Upayavira


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to