You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Voytenko, Dimitry" <DV...@SECTORBASE.COM> on 2000/08/03 22:30:40 UTC

FRAME.SRC

Can anyone something like this to FormatterToHTML in the static initalizer

    elemDesc = (ElemDesc)m_elementFlags.get("FRAME");
    elemDesc.setAttr("SRC", ElemDesc.ATTRURL);

I can't use <xsl:attribute name="SRC"> in this case because it expands "&"
to "&amp;" and FRAME doesn't work