Hi, I'm trying to produce an empty anchor tag (HTML) with attribute "name", but cocoon (XSL Tansformer + HTML Serializer) makes the closing tag in the result, which causes some browsers (IE) not to regognize the anchor.
Tag: <a name="foo"> Called with: <a href="#foo">link to foo</a> This doesn't work with IE: <a name="foo"></a> Ideas anyone? Cocoon 2.1-DEV (abouth one month old) Tomcat 4.05 -Tuomo --------------------------------------------------------------------- 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]>