> -----Original Message-----
> From: Corey Jewett [mailto:[EMAIL PROTECTED]] 
> Sent: Tuesday, March 26, 2002 12:50 PM
> To: [EMAIL PROTECTED]
> Subject: HTML Output Issues
> 
> 
> Rookie cocoon user. Asked this question about a week ago and got no
> answer, trying to rephrase it.
> 
> I have very simple XML documents. I'm using a simple XSL to insert
> content (from the XML) into an XHTML skin. Works well except the
> resulting HTML is modified which breaks browser display compatibility
> (menu layout spacing is drastically, and incorrectly, 
> changed). Example:
> 
> Input:
>     <tr><td><a href="somwhere.htm"><img src="image.gif"></a></td></tr>

Are you using separate templates for <td> and its contents? Could you post
the part of your XSLT that formats this string?

Regards,
        Konstantin Piroumian

> 
> 
> Output:
> <tr>
> <td>
> <a href="somwhere.htm">
> <img src="image.gif"/>
> </a>
> </td>
> </tr>
> 
> 
> Is there some way to keep the XHTML that is embedded in my XSL from
> being reformatted this way. I've tried messing with a variety 
> of XML and
> XSL whitespace control techniques, but none with the desired result.
> 
> Any help would be appreciated.
> 
> Corey
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
> 

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

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

Reply via email to