Hi,devs:
  I set <body> tag with attribute like <body style="margin:0" bgcolor="#6B82DF">,after 
transformed by forms-samples-styling.xsl,the style and bgcolor attribute is eaten.
  I saw a archive mail about onload in body and check the xsl file 
forms-field-styling.xsl,
http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107952785825215&w=2
  I think it will be better if the body attribute can reserve.
  Other question: If I use <Body> or <BODY> instead <body> ,the xsl won't work for 
<Body>, any suggestions?
  xsl file:
  <xsl:template match="body" mode="forms-field">
    <xsl:attribute name="onload">forms_onload(); <xsl:value-of 
select="@onload"/></xsl:attribute>
  </xsl:template>

Roy Huang

Reply via email to