You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Corey Krehel <co...@wellengaged.com> on 2000/05/10 20:48:30 UTC

Mixed case parsing

I am just getting started with XML/XSL/Coccon/Apache and I have run into the
following problem.  Mixed Case handlers in my XSL are being parsed as all
lowercase, breaking, in this case, my mouseovers.
Here is an example from my XSL:
<xsl:template match="link">
<td>
<a href="{@href}" onMouseOut="{@onMouseOut}" onMouseOver="{@onMouseOver}">
<xsl:apply-templates select="media"/>
</a></td>
</xsl:template>

here is how it is parsed to the page:
<a href="/my-forums" onmouseout="MM_swapImgRestore()"
 
onmouseover="MM_swapImage('images/navbar/delphi_nav_r2_c02','','images/navba
r/delphi_nav_r2_c02_f2.gif',1);"><img
     border="0" height="19" name="myforums"
src="images/navbar/delphi_nav_r2_c02.gif" width="72"></a>

Is this a bug in the parser?  Something that I am doing wrong?  Or a
property of Coccoon or Xalan that I may have configured incorrectly?
Thanks 
Corey




Corey Krehel
Web Development
Prospero Technologies
415.339.7000 x211
corey@wellengaged.com
www.prosperotechnologies.com