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>


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]>

Reply via email to